.default_paragraph {
  font-size: 16px;
  line-height: 26px;
  color: #282828;
}
.font_lato {
  font-family: "Lato", sans-serif;
}
.default_font_style {
  font-weight: 300;
  letter-spacing: 1px;
}
body {
  font-family: 'Metrophobic', sans-serif;
  color: #282828;
}
a:hover {
  text-decoration: none;
}
header {
  background: black;
  height: 85px;
  padding: 0;
}
header .logo-container {
  display: block;
  margin: -14px 0 0;
}
header nav {
  margin-top: 44px;
  text-align: right;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav .mainmenu {
  font-family: "Lato", sans-serif;
}
header nav .mainmenu li {
  display: inline-block;
}
header nav .mainmenu li a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}
header nav .mainmenu li a:hover {
  font-weight: 400;
}
header nav .mainmenu li.active_nav a {
  font-weight: 400;
}
.floating_blok {
  margin: 0 auto 0;
  padding: 40px 0;
  min-height: 400px;
  background: white;
}
.floating_blok:first-of-type {
  margin-top: 450px;
}
.floating_blok:last-child {
  margin-bottom: 450px;
}
.linksblok table td {
  padding: 0 30px;
}
.linksblok table td h1 {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 1px;
}
.linksblok table td:first-child {
  width: 22%;
  font-size: 35px;
  line-height: 37px;
  padding: 0 30px 5px 0;
  border-right: 1px solid #f4f4f4;
}
.linksblok table td:last-child {
  width: 22%;
}
.imagesfloat img {
  width: 50%;
  height: auto;
  float: left;
}
.photo_links_container {
  margin-top: 30px;
  border-top: 1px solid #c4c4c4;
  padding: 50px 0 30px;
}
.photo_links_container .link_container {
  height: 400px;
  background: #f4f4f4;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
}
.photo_links_container .link_container img {
  border: 1px solid #f4f4f4;
}
.photo_links_container .link_container h2 {
  font-size: 24px;
  font-weight: 300;
}
.photo_links_container .link_container p {
  width: 80%;
  margin: auto;
  font-size: 15px;
  line-height: 20px;
  color: #9e9e9e;
  height: 80px;
}
.photo_links_container .link_container a {
  background: #bdb9b9;
  width: 60%;
}
.photo_links_container .link_container a:hover {
  background: #b1acac;
}
.photo_links_container .link_container a:active {
  background: #a49f9f;
}
.inspiratie_blok .btn {
  margin-top: 25px;
}
.inspiratie_blok .hiddenimage {
  display: none;
}
.inspiratie_blok .img-inspiratie {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ededed;
}
.text_image .img-inspiratie {
  margin-top: 75px;
}
.main_content h1 {
  font-size: 24px;
  color: #282828;
  font-weight: 300;
}
.main_content h2 {
  font-size: 20px;
  color: #282828;
  font-weight: 300;
  margin-bottom: 0;
}
.main_content h3 {
  font-size: 17px;
  color: #282828;
  font-weight: 300;
  margin-bottom: 0;
}
.main_content p {
  font-size: 16px;
  line-height: 26px;
  color: #282828;
  color: #9e9e9e;
  margin: 0 0 16px;
}
.main_content ul {
  font-size: 16px;
  line-height: 26px;
  color: #282828;
  color: #9e9e9e;
}
.main_content a {
  color: #00b258;
}
.main_content a:hover {
  color: #00994b;
}
.main_content a:active {
  color: #007f3f;
}
.main_content table {
  font-size: 16px;
  line-height: 26px;
  color: #282828;
}
.main_content table td {
  padding: 0 30px 0 0;
}

.main_content table td p{
  margin-bottom: 0;
}
.main_content .btn {
  background: #3396da;
  padding: 9px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #217bb9;
  text-align: center;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
}
.main_content .btn_green {
  background: #00b258;
}
.main_content .btn_green:hover {
  background: #00994b;
}
.main_content .btn_green:active {
  background: #007f3f;
}
.main_content .btn-transparant {
  background: none;
  border: 1px solid white;
}
.main_content .btn {
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 11px 15px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.main_content .btn:hover {
  color: white;
}
#parallax_bg {
  padding-bottom: 150px;
  min-width: 1020px;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-size: cover;
  background-size: 100% !important;
}
footer {
  padding: 40px 0 0;
  background: #272525;
  color: white;
  min-width: 1020px;
}
footer .top_footer {
  margin-bottom: 50px;
}
footer .top_footer h3 {
  color: white;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
}
footer .phone_blok {
  background: url(/images/web/icon_phone.png) #000000 no-repeat 10px 12px;
  background-size: 33px;
  text-indent: 50px;
  line-height: 50px;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  float: left;
  padding: 0 20px 0 0;
  margin-bottom: 45px;
}
footer .bezoekadres p {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
}
footer .bezoekadres .titel {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}
footer .bottom_footer {
  background: black;
  padding: 40px 0;
  margin-top: 50px;
}
footer .bottom_footer p.titel {
  font-size: 20px;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  float: left;
}
footer .bottom_footer .onze_merken_container {
  background: #201f1f;
}
footer .bottom_footer .onze_merken_container .titel_container {
  padding: 20px 30px;
  background: #282828;
  float: left;
  height: 70px;
}
footer .bottom_footer .logos_container {
  height: 70px;
}
footer .bottom_footer .logo-matrix,
footer .bottom_footer .logo-tgi {
  margin: 16px;
}
footer .bottom_footer .logo-matrix {
  margin-left: 60px;
}
footer .bottom_footer .logo-tgi {
  float: right;
  margin-right: 60px;
}
footer .bottom_footer .links {
  text-align: center;
  margin-top: 15px;
  color: #595959;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
footer .bottom_footer .links a {
  color: #595959;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 5px;
}
.container {
  width: 1020px;
}
.modal .modal-content {
	background: #e74c3c;
}
.modal .modal-content .modal-header *,
.modal .modal-content .modal-body * {
	color: #fff;
}
@media (max-width: 1200px) {
  .container {
    width: 1020px;
  }
}
@media (max-width: 1024px) {
  .floating_blok:first-of-type {
    margin-top: 350px;
  }
  .floating_blok:last-child {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .floating_blok:first-of-type {
    margin-top: 320px;
  }
  .floating_blok:last-child {
    margin-bottom: 70px;
  }
}
.titel_container.titel {
  background-color: #282828;
  height: 70px;
  padding-top: 20px;
  padding-left: 30px;
}
.bottom_footer-wrapper {
  display: grid;
  grid-template-columns: 200px auto 180px;
  align-items: center;
}
.bottom_footer-wrapper .img-leerbedrijf {
  margin: -10px auto 0;
}

