/*
Theme Name: Bureau Tromp
Author: Yourstyledesign
Author URI: http://yourstyledesign.nl
Description: Thema op maat voor Bureau Tromp, aangepast voor Lean Six Sigma Group. Origineel thema gebouwd door StudioFreeke.
Version: 1.1 LSSG
*/
/************/
/* ALGEMEEN */
/************/
html,
body {
  background: #1A2C4B;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4e5e79;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 20px 0;
}
/*
input
{
	-webkit-appearance: none;
	border-radius: 0;
}
*/
.wrapper {
  width: auto;
  max-width: 960px;
  min-width: 300px;
  padding: 0 10px;
  margin: 0 auto;
}
.button {
  display: block;
  background: #E56B01;
  background: linear-gradient(#f98f06, #e56b01);
  width: auto;
  height: 36px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  color: #FFF;
}
.button:hover {
  background: #F98F06;
  background: linear-gradient(#ec8003, #f98f06);
}
.pasfoto {
  display: block;
  width: 134px;
  height: 134px;
}
.pasfoto .schaduw {
  position: absolute;
  background: url('css/images/pasfoto-schaduw.png') 0 0 no-repeat;
  width: 134px;
  height: 134px;
}
.pasfoto img {
  display: block;
  width: 134px;
  height: 134px;
  border: 0;
  border-radius: 134px;
}
/**********/
/* HEADER */
/**********/
#header_content {
  background: #FFF;
}
header {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 200px;
  box-shadow: none;
  color: #3c3c3c;
}
header #titel {
  margin: 20px 0 30px 0;
}
header #titel h1 {
  display: block;
  margin: 0 0 10px 0;
}
header #titel h1 a {
  display: block;
  background: url('css/images/leansix.png') 0 0 no-repeat;
  width: 168px;
  height: 80px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
header #titel h2 {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
header #telefoonnummer_zoeken {
  width: 100%;
  height: 30px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
header #telefoonnummer_zoeken #telefoonnummer {
  position: absolute;
  background: url('css/images/icon-bellen.png') 0 0 no-repeat;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0 0 0 28px;
  overflow: hidden;
}
header #telefoonnummer_zoeken #telefoonnummer p {
  display: block;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}
header #telefoonnummer_zoeken #telefoonnummer p a {
  text-decoration: underline;
  color: #FFF;
}
header #telefoonnummer_zoeken #zoeken {
  width: 170px;
  float: right;
}
header #telefoonnummer_zoeken #zoeken form label {
  display: none;
}
header #telefoonnummer_zoeken #zoeken form input[type=text] {
  display: block;
  background: #FFF;
  width: 90px;
  height: 20px;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  border-radius: 0;
  outline: 0;
  float: left;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0a7fc5;
}
header #telefoonnummer_zoeken #zoeken form input[type=submit] {
  background: #498af9 url('css/images/icon-zoeken.png') center center no-repeat;
  background: url('css/images/icon-zoeken.png') center center no-repeat, linear-gradient(#498af9, #4a86e8);
  width: 60px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  float: right;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
/***********/
/* CONTENT */
/***********/
#content {
  padding: 200px 0 0 0;
  overflow: hidden;
  /* HOME */
  /* BASIS ELEMENTEN VERVOLGPAGINA'S */
}
#content #breadcrumbs {
  padding: 9px 20px;
  font-size: 12px;
  background: #f2f2f2;
  color: #939393;
  margin-bottom: 20px;
}
#content #breadcrumbs p {
  line-height: 20px;
  margin: 0;
}
#content #breadcrumbs p a {
  text-decoration: none;
  color: #a3a3a3;
}
#content #breadcrumbs p a:hover {
  text-decoration: underline;
}
#content #breadcrumbs p strong {
  font-weight: 700;
}
#content h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  margin: 0 0 25px 0;
}
#content h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  margin: 0 0 0 0;
}
#content h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #149883;
  margin: 0 0 0 0;
}
#content p img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#content p.rechts {
  overflow: hidden;
}
#content p.rechts .button {
  float: right;
  text-decoration: none;
  color: #FFF;
}
#content a {
  color: #0a7fc5;
}
#content .formulier p {
  display: block;
  margin: 0 0 5px 0;
  overflow: hidden;
}
#content .formulier p label {
  display: block;
  width: 100%;
}
#content .formulier p .veld {
  display: block;
  padding: 0 22px 0 0;
}
#content .formulier p .veld select {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
#content .formulier p .veld input[type=text],
#content .formulier p .veld input[type=email],
#content .formulier p .veld textarea {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #dee1e6;
  outline: 0;
  overflow: auto;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
#content .formulier p .veld textarea {
  height: 100px;
  resize: vertical;
}
#content .formulier p .radios {
  display: block;
  width: 100%;
}
#content .formulier p .feedback {
  color: #f21313;
}
#content .formulier p.submit {
  overflow: hidden;
}
#content .formulier p.submit input[type=submit] {
  float: right;
}
#content .formulier p.klein {
  padding-top: 15px;
  font-size: 10px;
  line-height: 15px;
}
#content .blog-item .item-img {
  display: table-cell;
  float: left;
  margin-right: 15px;
  margin-top: 8px;
}
#content .blog-item .item-text {
  display: table-cell;
}
#content .blog-item .item-text h2,
#content .blog-item .item-text h2 a {
  color: #000;
  text-decoration: none;
}
#content .blog-item .item-text .meta {
  color: #333;
  font-size: 13px;
}
#content .blog-item .item-text p {
  font-size: 16px;
  line-height: 23px;
}
#content .pagination {
  display: block;
  text-align: center;
}
#content .pagination ul {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
#content .pagination ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
}
#content .pagination ul li .current {
  font-weight: bold;
}
#content .pagination ul li a {
  text-decoration: none;
}
#content .pagination ul li a:hover {
  text-decoration: underline;
}
#content #home #introductie {
  margin: 0 0 10px 0;
  overflow: hidden;
}
#content #home #introductie .tekst {
  position: absolute;
  background: #0a7fc5;
  max-width: 80%;
  padding: 5px;
  margin: 20px 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #FFF;
}
#content #home #introductie .tekst p {
  display: block;
  margin: 0;
}
#content #home #introductie #foto p {
  display: block;
  margin: 0;
}
#content #home #introductie #foto p img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#content #home #introductie #button {
  position: relative;
  margin: -45px 20px 0 0;
  float: right;
}
#content #home #introductie #button a {
  height: 25px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  color: #FFF;
}
#content #home #diensten .dienst .tekst {
  padding: 15px 10px 0 10px;
}
#content #home #diensten .dienst:nth-child(odd) .tekst {
  border: 1px solid #dee1e6;
}
#content #home #quote {
  background: url('css/images/schaduw.png') center bottom no-repeat;
  background-size: 100% auto;
  margin: 30px 0 25px 0;
  padding: 0 0 25px 0;
}
#content #home #quote #pasfoto {
  width: 134px;
  margin: 0 auto 20px auto;
}
#content #home #quote .tekst h1,
#content #home #quote .tekst h2,
#content #home #quote .tekst h3,
#content #home #quote .tekst h4,
#content #home #quote .tekst h5,
#content #home #quote .tekst h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #149883;
  margin: 0;
}
#content #home #quote .tekst p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
#content #home #aankomende-trainingen table tr td {
  font-size: 16px;
  line-height: 28px;
}
#content #home #aankomende-trainingen table tr td.titel {
  padding-right: 20px;
}
#content #home #aankomende-trainingen table tr td.titel a {
  color: #0a7fc5;
}
#content #home #aankomende-trainingen table tr td.datum {
  color: #149883;
}
#content #home #aankomende-trainingen .button {
  margin: 15px 0 0 150px;
  float: left;
  text-decoration: none;
  color: #FFF;
}
#content #home #waarom-tromp ul {
  margin: 0 0 20px 0;
  padding: 0;
}
#content #home #waarom-tromp ul li {
  background: url('css/images/bullit.png') 0 12px no-repeat;
  background-size: 5px 5px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 28px;
}
#content #nav-smartphone {
  padding: 0 0 20px 0;
}
#content #nav-smartphone ul {
  margin: 0;
  padding: 0;
}
#content #nav-smartphone ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#content #nav-smartphone ul li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  color: #0a7fc5;
}
#content #nav-smartphone ul li a:hover {
  color: #f98f06;
}
#content #nav-smartphone ul li.current-menu-item a,
#content #nav-smartphone ul li.current_page_item a,
#content #nav-smartphone ul li.current-page-ancestor a {
  color: #f98f06;
}
#content #sfeerfoto p {
  margin: 0;
}
#content #sfeerfoto p img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
#content #inhoud {
  overflow: hidden;
}
#content #inhoud #inhoud_breed {
  margin: 0 0 40px 0;
  overflow: hidden;
}
#content #inhoud #inhoud_breed #paginanummering p a {
  display: inline-block;
  padding: 0 5px;
}
#content #inhoud #inhoud_breed #paginanummering p a.active {
  font-weight: 700;
  text-decoration: none;
}
#content #inhoud #inhoud_breed.inschrijven {
  margin-top: 50px;
}
#content #submenu {
  margin: 0 0 20px 0;
}
#content #submenu nav {
  border: 1px solid #dee1e6;
}
#content #submenu nav ul {
  margin: 0;
  padding: 0;
}
#content #submenu nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dee1e6;
}
#content #submenu nav ul li:last-child {
  border: 0;
}
#content #submenu nav ul li a {
  display: block;
  padding: 0 0 0 20px;
  font-size: 16px;
  text-decoration: underline;
  line-height: 50px;
  color: #0a7fc5;
}
#content #submenu nav ul li.current-menu-item a,
#content #submenu nav ul li.current_page_item a,
#content #submenu nav ul li.current-page-ancestor:not(:first-child) a {
  background: #0a7fc5;
  text-decoration: none;
  color: #FFF;
}
#content aside.inschrijven {
  margin-top: 50px;
}
#content aside .widget {
  margin: 0 0 40px 0;
}
#content aside .widget #in-het-kort {
  background: #209E8A;
  background: linear-gradient(#209e8a, #0b7262);
  padding: 30px 15px 15px 15px;
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
}
#content aside .widget #in-het-kort h1,
#content aside .widget #in-het-kort h2,
#content aside .widget #in-het-kort h3,
#content aside .widget #in-het-kort h4,
#content aside .widget #in-het-kort h5,
#content aside .widget #in-het-kort h6,
#content aside .widget #in-het-kort p {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  margin: 0;
}
#content aside .widget #in-het-kort ul {
  margin: 0;
  padding: 0;
}
#content aside .widget #in-het-kort ul li {
  background: url('css/images/bullit-wit.png') 0 12px no-repeat;
  background-size: 5px 5px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 28px;
}
#content aside .widget #in-het-kort .buttons {
  padding: 10px 0 0 0;
}
#content aside .widget #in-het-kort .buttons p {
  display: block;
  overflow: hidden;
}
#content aside .widget #in-het-kort .buttons p a {
  display: block;
}
#content aside .widget #in-het-kort .buttons p a.button {
  width: 140px;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #FFF;
}
#content aside .widget #in-het-kort .buttons p a.link {
  width: 140px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  color: #FFF;
}
#content aside .widget #persoonlijk-advies {
  background: #209E8A;
  background: linear-gradient(#209e8a, #0b7262);
  padding: 30px 15px;
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
}
#content aside .widget #persoonlijk-advies p {
  margin: 0;
}
#content aside .widget #persoonlijk-advies p strong {
  font-weight: 700;
}
#content aside .widget #persoonlijk-advies p.telefoonnummer {
  display: block;
  background: url('css/images/icon-bel.png') 0 0 no-repeat;
  padding: 0 0 0 67px;
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 49px;
}
#content aside .widget #persoonlijk-advies p.telefoonnummer a {
  color: #FFF;
}
#content aside .widget #quote #pasfoto {
  width: 134px;
  margin: 0 auto 20px auto;
}
#content aside .widget #quote .tekst {
  padding: 0 15px;
  text-align: center;
}
#content aside .widget #quote .tekst h1,
#content aside .widget #quote .tekst h2,
#content aside .widget #quote .tekst h3,
#content aside .widget #quote .tekst h4,
#content aside .widget #quote .tekst h5,
#content aside .widget #quote .tekst h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #149883;
  margin: 0;
}
#content aside .widget #quote .tekst p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
#content aside .widget #quotes {
  border: 1px solid #dee1e6;
}
#content aside .widget #quotes .quote {
  padding: 30px 15px 30px 15px;
  border-bottom: 1px solid #dee1e6;
}
#content aside .widget #quotes .quote .foto {
  position: absolute;
  width: 62px;
  height: 62px;
}
#content aside .widget #quotes .quote .foto .pasfoto {
  width: 62px;
  height: 62px;
}
#content aside .widget #quotes .quote .foto .pasfoto .schaduw {
  background-size: 62px 62px;
  width: 62px;
  height: 62px;
}
#content aside .widget #quotes .quote .foto .pasfoto img {
  width: 62px;
  height: 62px;
}
#content aside .widget #quotes .quote .tekst {
  padding: 0 0 0 77px;
}
#content aside .widget #quotes .quote .tekst h1,
#content aside .widget #quotes .quote .tekst h2,
#content aside .widget #quotes .quote .tekst h3,
#content aside .widget #quotes .quote .tekst h4,
#content aside .widget #quotes .quote .tekst h5,
#content aside .widget #quotes .quote .tekst h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #149883;
  margin: 0;
}
#content aside .widget #quotes .quote .tekst p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
#content aside .widget #quotes .quote:last-child {
  border: 0;
}
#content aside .widget #vraag {
  background: #209E8A;
  background: linear-gradient(#209e8a, #0b7262);
  padding: 30px 15px 10px 15px;
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
}
#content aside .widget #vraag p {
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
  margin: 0;
}
#content aside .widget #vraag p strong {
  font-weight: 700;
}
#content aside .widget #vraag form {
  padding: 25px 0 0 0;
}
#content aside .widget #vraag form p {
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin: 0 0 5px 0;
}
#content aside .widget #vraag form p label {
  position: absolute;
  display: block;
  width: 80px;
}
#content aside .widget #vraag form p .veld {
  display: block;
  padding: 0 20px 0 80px;
}
#content aside .widget #vraag form p .veld input[type=text] {
  display: block;
  background: #FFF;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  outline: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #149883;
}
#content aside .widget #vraag form p .veld textarea {
  display: block;
  background: #FFF;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 1px 10px;
  border: 0;
  outline: 0;
  resize: vertical;
  overflow: auto;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #149883;
}
#content aside .widget #vraag form p .button {
  margin-top: 5px;
  float: right;
}
#content aside .widget .waarom {
  background: #0a7fc5;
  padding: 30px 15px;
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
}
#content aside .widget .waarom h1,
#content aside .widget .waarom h2,
#content aside .widget .waarom h3,
#content aside .widget .waarom h4,
#content aside .widget .waarom h5,
#content aside .widget .waarom h6,
#content aside .widget .waarom p {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  margin: 0;
}
#content aside .widget .waarom ul {
  margin: 0;
  padding: 0;
}
#content aside .widget .waarom ul li {
  background: url('css/images/bullit-wit.png') 0 12px no-repeat;
  background-size: 5px 5px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 28px;
}
#content aside .widget #contactgegevens {
  background: #0a7fc5;
  padding: 30px 15px 5px 15px;
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
}
#content aside .widget #contactgegevens h1,
#content aside .widget #contactgegevens h2,
#content aside .widget #contactgegevens h3,
#content aside .widget #contactgegevens h4,
#content aside .widget #contactgegevens h5,
#content aside .widget #contactgegevens h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  margin: 0;
}
#content aside .widget #contactgegevens p a {
  color: #FFF;
}
#content aside .widget #google-maps {
  border: 1px solid #dee1e6;
  padding: 15px;
}
#content aside .widget #google-maps h1,
#content aside .widget #google-maps h2,
#content aside .widget #google-maps h3,
#content aside .widget #google-maps h4,
#content aside .widget #google-maps h5,
#content aside .widget #google-maps h6 {
  font-size: 16px;
  font-weight: 700;
  color: #0a7fc5;
  line-height: 20px;
  margin: 0 0 15px 0;
}
#content aside .widget #google-maps #map {
  background: #ECE8E0;
  min-height: 200px;
}
#content aside .widget #springest {
  margin: 0 -15px;
}
#content #inhoud .overzicht {
  margin: 0 0 40px 0;
}
#content #inhoud .overzicht article {
  padding: 10px;
  margin: 0 0 10px 0;
}
#content #inhoud .overzicht article:nth-child(odd) {
  border: 1px solid #dee1e6;
}
#content #inhoud .overzicht article h2 {
  font-size: 22px;
}
#content #inhoud .overzicht article .korting {
  overflow: hidden;
  margin: 0 0 10px 0;
}
#content #inhoud .overzicht article .korting span {
  display: block;
  background: #209E8A;
  background: linear-gradient(#209e8a, #0b7262);
  width: 120px;
  padding: 10px;
  float: right;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  color: #FFF;
}
#content #inhoud .overzicht article .actie {
  margin: 0;
  overflow: hidden;
}
#content #inhoud .overzicht article .actie .button {
  width: 110px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  margin: 0;
  float: right;
}
#content #inhoud .overzicht article .actie .link {
  display: block;
  width: 140px;
  float: right;
  font-size: 13px;
  line-height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
  color: #0a7fc5;
}
#content #inhoud .fotooverzicht .container {
  margin: 0 -25px 0 0;
  overflow: hidden;
}
#content #inhoud .fotooverzicht .container article {
  display: block;
  margin: 0 25px 25px 0;
  float: left;
}
#content #inhoud ul#categorieen {
  margin: 0;
  padding: 0 0 10px 0;
}
#content #inhoud ul#categorieen li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
#content #inhoud ul#categorieen li a {
  display: block;
  background: #149883;
  padding: 0 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  color: #FFF;
}
#content #inhoud ul#categorieen li a:hover,
#content #inhoud ul#categorieen li a.active {
  background: #0a7fc5;
}
#content #inhoud .blokoverzicht .container {
  margin: 0 -20px 0 0;
  overflow: hidden;
}
#content #inhoud .blokoverzicht .container article {
  width: 138px;
  height: 138px;
  margin: 0 20px 20px 0;
  border: 1px solid #149883;
  float: left;
}
#content #inhoud .blokoverzicht .container article .foto img {
  display: block;
  width: 138px;
  height: 138px;
  border: 0;
}
#content #inhoud .blokoverzicht .container article:hover {
  border-color: #0a7fc5;
}
#content #inhoud #bedankt {
  padding: 15px;
  border: 1px solid #dee1e6;
}
#content #inhoud #bedankt p {
  margin: 0;
}
#content #inhoud #bedankt p.datum {
  color: #149883;
}
#content #inhoud #error h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 15px 0 25px 0;
}
#content #inhoud #error p {
  font-size: 22px;
  line-height: 27px;
  margin: 0 0 55px 0;
}
#content #inhoud #error h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
  margin: 0 0 40px 0;
}
/**********/
/* FOOTER */
/**********/
footer {
  background: #0a7fc5;
  overflow: hidden;
}
footer #logos {
  background: #F7F7F7;
  padding: 40px 0;
  overflow: hidden;
}
footer #logos img {
  width: auto;
  max-width: 100%;
  height: auto;
}
footer #extras {
  margin: 20px 0 0 0;
  overflow: hidden;
  color: #FFF;
}
footer #extras .rij {
  margin: 0 0 20px 0;
  overflow: hidden;
}
footer #extras .rij .kolom {
  width: 50%;
  float: left;
}
footer #extras .rij .kolom h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px 0;
}
footer #extras .rij .kolom nav ul {
  margin: 0;
  padding: 0;
}
footer #extras .rij .kolom nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
footer #extras .rij .kolom nav ul li:first-child {
  display: none;
}
footer #extras .rij .kolom nav ul li a {
  text-decoration: none;
  color: #FFF;
}
footer #extras .rij .kolom nav ul li a:hover {
  text-decoration: underline;
}
footer #extras .rij .kolom #nieuwsbrief {
  margin: 0 0 20px 0;
  overflow: hidden;
}
footer #extras .rij .kolom #nieuwsbrief label {
  display: none;
}
footer #extras .rij .kolom #nieuwsbrief input[type=text] {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0 0 10px 0;
  padding: 0 10px;
  border: 0;
  outline: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #0a7fc5;
}
footer #extras .rij .kolom #nieuwsbrief input[type=submit] {
  height: 25px;
  padding: 0 10px;
  float: right;
  line-height: 25px;
  font-size: 13px;
}
footer #extras .rij .kolom #social-media p {
  display: block;
  margin: 0;
  overflow: hidden;
}
footer #extras .rij .kolom #social-media p a {
  display: block;
  background: url('css/images/icon-twitter.png') 0 0 no-repeat;
  width: 33px;
  height: 33px;
  margin: 0 15px 0 0;
  float: left;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
footer #extras .rij .kolom #social-media p a:hover {
  background-position: 0 -33px !important;
}
footer #extras .rij .kolom #social-media p a#linkedin {
  background: url('css/images/icon-linkedin.png') 0 0 no-repeat;
}
footer #extras .rij .kolom #social-media p a#facebook {
  background: url('css/images/icon-facebook.png') 0 0 no-repeat;
}
footer #extras .rij .kolom #social-media p a#youtube {
  background: url('css/images/icon-youtube.png') 0 0 no-repeat;
}
footer #copyright {
  background: #0072b6;
  padding: 10px 0 50px 0;
  overflow: hidden;
}
footer #copyright p {
  font-size: 14px;
  color: #9EA9BA;
  margin: 0;
}
/***************/
/* SMARTPHONES */
/***************/
@media only screen and (max-width: 760px) {
  #nav-icon {
    position: absolute;
    background: #0a7fc5 url('css/images/icon-nav.png') 0 0 no-repeat;
    width: 21px;
    height: 24px;
    top: 57px;
    right: 10px;
    cursor: pointer;
  }
  #nav-icon:hover {
    background-position: 0 -24px;
  }
  header nav {
    position: absolute;
    display: none;
    background: #0a7fc5;
    width: 100%;
    top: 200px;
    left: 0;
    z-index: 750;
  }
  header nav ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  header nav ul li {
    display: block;
  }
  header nav ul li a {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #A9B4C7;
    line-height: 40px;
  }
  header nav ul li a:hover {
    color: #FFF;
  }
  header nav ul li.current-menu-item a,
  header nav ul li.current_page_item a,
  header nav ul li.current-page-ancestor a {
    color: #FFF;
  }
  header.open nav {
    display: block;
  }
}
/****************/
/* TABLETS ONLY */
/****************/
@media only screen and (min-width: 760px) and (max-width: 1020px) {
  .widget.helft {
    width: 50%;
    float: left;
  }
  .widget.helft .links {
    margin-right: 15px;
  }
  .widget.helft .rechts {
    margin-left: 15px;
  }
}
/***********/
/* TABLETS */
/***********/
@media only screen and (min-width: 760px) {
  .wrapper {
    padding: 0 30px;
  }
  header {
    height: 150px;
  }
  header #titel {
    float: left;
    overflow: hidden;
  }
  header #titel h1 {
    float: left;
  }
  header #titel h2 {
    line-height: 30px;
    margin: 35px 0 0 15px;
    float: left;
  }
  header #telefoonnummer_zoeken {
    width: 240px;
    margin: 20px 0 0 0;
    float: right;
  }
  header #telefoonnummer_zoeken #telefoonnummer {
    margin: 40px 0 0 0;
  }
  header #telefoonnummer_zoeken #zoeken {
    width: 240px;
  }
  header #telefoonnummer_zoeken #zoeken form input[type=text] {
    width: 160px;
  }
  header nav {
    position: absolute;
    display: block;
    margin: 105px 0 0 0;
  }
  header nav ul {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  header nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
  }
  header nav ul li a {
    margin: 0 20px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #0a7fc5;
  }
  header nav ul li a:hover {
    color: #f98f06;
  }
  header nav ul li:after {
    content: none;
  }
  header nav ul li:first-child a {
    margin-left: 0 !important;
  }
  header nav ul li:last-child:after {
    content: none;
  }
  header nav ul li:last-child a {
    margin-right: 0 !important;
  }
  header nav ul li.current-menu-item a,
  header nav ul li.current_page_item a,
  header nav ul li.current-page-ancestor a {
    color: #f98f06;
  }
  header nav ul.menu_hidden {
    display: none;
  }
  #content {
    padding: 150px 0 0 0;
    /* HOME */
    /* BASIS ELEMENTEN VERVOLGPAGINA'S */
  }
  #content #home #introductie {
    margin: 0 0 20px 0;
  }
  #content #home #introductie .tekst {
    padding: 7px 10px 15px 16px;
    margin: 130px 0 0 30px;
    font-size: 30px;
    line-height: 38px;
  }
  #content #home #introductie #button {
    margin: -80px 30px 0 0;
  }
  #content #home #introductie #button a {
    height: 50px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 50px;
  }
  #content #home #diensten .dienst {
    width: 50%;
    float: left;
  }
  #content #home #diensten .dienst .tekst {
    padding: 25px 30px 0 30px;
  }
  #content #home #diensten .dienst.breed {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  #content #home #quote {
    min-height: 134px;
    margin: 30px 0 25px 0;
    padding: 0 0 30px 0;
  }
  #content #home #quote #pasfoto {
    position: absolute;
    width: 134px;
    height: 174px;
    margin: 0;
  }
  #content #home #quote .tekst {
    max-width: 700px;
    padding: 0 0 0 154px;
    float: left;
  }
  #content #home #aankomende-trainingen {
    width: 45%;
    float: left;
  }
  #content #home #waarom-tromp {
    width: 50%;
    float: right;
  }
  #content #nav-smartphone {
    display: none;
  }
  #content #inhoud {
    margin: 0 0 40px 0;
  }
  #content #inhoud #inhoud_breed #submenu {
    width: 230px;
    float: left;
  }
  #content #inhoud #inhoud_breed #inhoud_smal {
    margin-left: 250px;
  }
  #content .formulier p label {
    width: 170px;
    float: left;
  }
  #content .formulier p .veld {
    width: 300px;
    padding: 0;
    float: left;
  }
  #content .formulier p .veld input[type=text],
  #content .formulier p .veld input[type=email],
  #content .formulier p .veld textarea {
    width: 278px;
  }
  #content .formulier p .radios {
    width: 300px;
    float: left;
  }
  #content .formulier p .feedback {
    display: block;
    padding: 0 0 0 20px;
    float: left;
  }
  #content .formulier p.inspringen {
    padding-left: 170px;
  }
  #content #inhoud .overzicht article {
    padding: 20px;
  }
  #content #inhoud #error h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 15px 0 25px 0;
  }
  #content #inhoud #error p {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 55px 0;
  }
  #content #inhoud #error h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
    margin: 0 0 40px 0;
  }
  footer #extras .rij {
    width: 50%;
    float: left;
  }
}
/************/
/* DESKTOPS */
/************/
@media only screen and (min-width: 1020px) {
  header {
    height: 120px;
  }
  header #titel h2 {
    margin: 0 0 0 80px;
  }
  header #telefoonnummer_zoeken {

  }
  header #telefoonnummer_zoeken #telefoonnummer {
    margin: 0;
  }
  header nav {
    margin: 74px 0 0 230px;
  }
  header nav ul li a {
    margin: 0 10px;
  }
  #content {
    padding: 120px 0 0 0;
    /* HOME */
    /* VERVOLGPAGINA'S */
  }
  #content #home #introductie {
    margin: 0 0 20px 0;
  }
  #content #home #introductie .tekst {
    margin: 160px 0 0 30px;
    font-size: 32px;
    line-height: 42px;
  }
  #content #home #introductie #button {
    margin: -90px 70px 0 0;
  }
  #content #home #introductie #button a {
    height: 50px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 50px;
  }
  #content #home #diensten .dienst {
    width: 320px !important;
    margin: 0 !important;
    float: left !important;
  }
  #content #home #diensten .dienst .tekst {
    padding: 25px 30px 0 30px;
  }
  #content #inhoud #inhoud_breed {
    width: 710px;
    float: left;
  }
  #content #inhoud aside {
    width: 230px;
    float: right;
  }
}
/**********/
/* RETINA */
/**********/
@media (-webkit-min-device-pixel-ratio: 2) {
  /*header #titel h1 a
	{
		background: url('css/images/logo-bureau-tromp@2x.png') 0 0 no-repeat;
		background-size: 168px 65px;
	}*/
  #nav-icon {
    background: url('css/images/icon-nav@2x.png') 0 0 no-repeat;
    background-size: 21px 48px;
  }
  header #telefoonnummer_zoeken #zoeken form input[type=submit] {
    background: #498af9 url('css/images/icon-zoeken@2x.png') center center no-repeat;
    background: url('css/images/icon-zoeken@2x.png') center center no-repeat, linear-gradient(#498af9, #4a86e8);
    background-size: 17px 17px;
  }
  header #telefoonnummer_zoeken #telefoonnummer {
    background: url('css/images/icon-bellen@2x.png') 0 0 no-repeat;
    background-size: 22px 60px;
  }
  footer #extras .rij .kolom #social-media p a {
    background: url('css/images/icon-twitter@2x.png') 0 0 no-repeat;
    background-size: 33px 66px;
  }
  footer #extras .rij .kolom #social-media p a#linkedin {
    background: url('css/images/icon-linkedin@2x.png') 0 0 no-repeat;
    background-size: 33px 66px;
  }
  footer #extras .rij .kolom #social-media p a#facebook {
    background: url('css/images/icon-facebook@2x.png') 0 0 no-repeat;
    background-size: 33px 66px;
  }
  footer #extras .rij .kolom #social-media p a#youtube {
    background: url('css/images/icon-youtube@2x.png') 0 0 no-repeat;
    background-size: 33px 66px;
  }
}
.tabs-shortcode.ui-tabs {
  clear: none!important;
  float: left;
}
.tabs-shortcode.ui-tabs ul.tabs-shortcode-list {
  padding: 0px;
}
/************/
/* Clearfix */
/************/
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.actie a{font-size: 14px !important;}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */

@media only screen and (min-width: 760px){header nav ul li a {font-size: 13px !important; margin: 0 10px;}}
@media only screen and (min-width: 900px){header nav ul li a {font-size: 15px !important;}}