/*
Theme Name: Bureau Tromp
Author: Bureau Tromp
Author URI: https://bureautromp.nl/
Version: 1.2
*/
/************/
/* ALGEMEEN */
/************/
/***************************
	BASE
***************************/
@font-face {
  font-family: 'Hurme Geometric Sans 4';
  src: url('fonts/hurmegeometricsans4-webfont.eot');
  src: url('fonts/hurmegeometricsans4-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hurmegeometricsans4-webfont.woff') format('woff'), url('fonts/hurmegeometricsans4-webfont.ttf') format('truetype'), url('fonts/hurmegeometricsans4-webfont.svg#hurme_geometric_sans_4regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hurme Geometric Sans 4';
  src: url('fonts/hurmegeometricsans4_semibold-webfont.eot');
  src: url('fonts/hurmegeometricsans4_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hurmegeometricsans4_semibold-webfont.woff') format('woff'), url('fonts/hurmegeometricsans4_semibold-webfont.ttf') format('truetype'), url('fonts/hurmegeometricsans4_semibold-webfont.svg#hurme_geometric_sans_4SBd') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Hurme Geometric Sans 4';
  src: url('fonts/hurmegeometricsans4_bold-webfont.eot');
  src: url('fonts/hurmegeometricsans4_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hurmegeometricsans4_bold-webfont.woff') format('woff'), url('fonts/hurmegeometricsans4_bold-webfont.ttf') format('truetype'), url('fonts/hurmegeometricsans4_bold-webfont.svg#hurme_geometric_sans_4bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
html,
body {
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  background-image: url('css/images/header-background.png');
  background-position: top left;
  background-repeat: repeat-x;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 20px 0;
}
.button {
  display: block;
  background: #ec6608;
  width: auto;
  height: 36px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 18px;
  outline: 0;
  cursor: pointer;
  font-family: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.button:hover {
  background: #F7B645;
}
input[type="text"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}
input[type="text"],
textarea {
  border-radius: 0px;
}
.site-wrap {
  z-index: 2;
  position: relative;
  background-color: #fff;
  padding-left: 110px;
  padding-right: 110px;
  margin: 0 auto;
  width: 982px;
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5), inset 0px -1px 0px 1px rgba(255, 255, 255, 0.2);
  background-image: url('css/images/header-background-nieuw.png'), url('css/images/header-background-nieuw.png');
  background-position: top left, top right;
  background-size: 10px 278px;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  .site-wrap {
    padding-left: 40px;
    padding-right: 40px;
    width: 982px;
  }
}
@media (max-width: 1080px) {
  .site-wrap {
    width: auto;
  }
}
@media (max-width: 1020px) {
  .site-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 760px) {
  .site-wrap {
    padding-left: 15px;
    padding-right: 15px;
    background-image: none;
  }
}
.row {
  margin-left: -110px;
  margin-right: -110px;
  padding-left: 110px;
  padding-right: 110px;
}
@media (max-width: 1220px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1020px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 760px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bg-fix {
  width: auto;
  position: relative;
  overflow: hidden;
}
.footer-background {
  z-index: 1;
  background-image: url('css/images/footer-bg-lg.png');
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 457px;
}
/***************************
	VARIABLES
***************************/
/***************************
	HEADER
***************************/
#header_content {
  background: #fff;
}
header {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
header .mobile-menu {
  display: none;
}
header .top {
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 3px;
  padding-top: 36px;
}
header .top .telefoonnummer {
  font-size: 11px;
  text-decoration: none;
  color: #232f4e;
  position: relative;
  display: inline-block;
}
header .top .telefoonnummer:before {
  width: 17px;
  height: 17px;
  top: -9px;
  left: -20px;
  position: absolute;
  content: " ";
  transition: 300ms;
  background-image: url('css/images/icon-bellen.png');
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
}
header .top .menu-searchbutton {
  background-image: url('css/images/icon-zoeken.png');
  background-size: 17px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin-left: 35px;
  top: -11px;
}
header .navigation .logo {
  width: 173px;
  float: left;
  position: relative;
}
header .navigation .logo img {
  width: 100%;
}
header .navigation .nav {
  float: right;
  position: relative;
  display: block;
  margin-top: 65px;
}
header .navigation .nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 2px;
}
header .navigation .nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  text-transform: uppercase;
  padding-right: 22px;
}
header .navigation .nav ul li:last-child {
  padding-right: 0px;
}
header .navigation .nav ul li a {
  position: relative;
  font-size: 12px;
  text-decoration: none;
  color: #404b66;
  padding-left: 22px;
}
header .navigation .nav ul li a:hover:before {
  background-color: #ec6608;
}
header .navigation .nav ul li a:before {
  width: 6px;
  height: 6px;
  top: -9px;
  left: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ec6608;
  position: absolute;
  content: " ";
  transition: 300ms;
}
header .navigation .nav ul li.current_page_item a {
  font-weight: 700;
}
header .navigation .nav ul li.current_page_item a:before {
  background-color: #ec6608;
}
header #searchbar_collapse {
  display: none;
}
header #searchbar_collapse.active {
  display: inline-block;
}
header #zoeken {
  width: 170px;
  display: inline-block;
  border-bottom: 1px solid #ec6608;
  top: -5px;
  position: relative;
}
header #zoeken form label {
  display: none;
}
header #zoeken form input[type=text] {
  display: inline-block;
  background: #FFF;
  width: 170px;
  height: 20px;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  float: left;
  font-family: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4e5e79;
}
header #zoeken form input[type=submit] {
  display: none;
}
@media only screen and (max-width: 970px) {
  header .navigation .logo {
    width: 130px;
  }
  header .navigation .nav {
    margin-top: 49px;
  }
  header .navigation .nav ul li {
    padding-right: 18px;
  }
  header .navigation .nav ul li a {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 873px) {
  header .navigation .logo {
    width: 130px;
  }
  header .navigation .nav {
    margin-top: 15px;
    float: left;
  }
}
@media only screen and (max-width: 760px) {
  body {
	margin-top: 50px !important;
  }	
  header {
    padding-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
  header .mobile-menu {
    display: block;
    width: 100%;
    text-align: center;
	z-index: 500;
    position: fixed;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	margin-top: -50px;
  }
  header .mobile-menu #nav-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('css/images/icon-menu.png');
    height: 50px;
    width: 19px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
	padding-left: 30px;
  }
  header .mobile-menu .mobile_logo {
    height: 30px;
    padding: 10px;
	box-sizing: content-box;
  }
  header .mobile-menu .mobile_logo img {
    height: 100%;
  }
  header .mobile-menu .telefoonnummer {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 23px;
    background-image: url('css/images/icon-bellen.png');
    background-repeat: no-repeat;
    background-position: center;
  }
  header .top {
    display: none;
  }
  header .navigation {
    display: none;
  }
  header .navigation .logo {
    display: none;
  }
  header .navigation .nav {
/*     margin-top: 0px;
    border-top: 1px solid #ec6608;
    padding-top: 10px;
    width: 100%; */
	border-top: 1px solid #e73431;
    padding-top: 10px;
    width: 100%;
	position: fixed;
    background-color: #fff;
    left: 0;
    margin-top: 0px;
	z-index: 500;
  }
  header .navigation .nav li {
    display: block;
    width: 100%;
    text-indent: 13px;
  }
  header .navigation .nav li a {
    width: 100%;
    display: block;
  }
  header .navigation .nav li a:before {
    width: 8px!important;
    height: 8px!important;
    top: 9px!important;
    left: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ec6608;
    position: absolute;
    content: " ";
    transition: 300ms;
  }
  header.open .navigation {
    display: block;
  }
}
/***************************
	CONTENT
***************************/
.slogan-circle {
  height: 70px;
  width: 70px;
  background-color: #ec6608;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 999;
  box-sizing: border-box;
  left: -45px;
  top: -45px;
  font-size: 12px;
  line-height: 1.3;
  padding: 15px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.slogan {
  color: #ec6608;
  line-height: normal;
  width: 100%;
  font-size: 12px;
  padding-left: 114px;
  margin-top: -34px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .slogan-circle {
    left: -10px;
  }
}
@media only screen and (max-width: 970px) {
  .slogan-circle {
    top: -40px;
    height: 85px;
    width: 85px;
    font-size: 10px;
    padding-top: 29px;
    padding-left: 6px;
  }
  .slogan {
    padding-left: 85px;
    font-size: 10px;
    margin-top: -39px;
  }
}
@media only screen and (max-width: 873px) {
  .slogan-circle {
    top: -25px;
  }
  .slogan {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .slogan-circle {
    display: none;
  }
}
.boek {
  max-height: 200px;
  float: left;
  margin: 0px 25px 15px 0px;
}
#home .cycloneslider {
  margin-bottom: 40px;
}
@media only screen and (max-width: 760px) {
  #home .cycloneslider {
    margin-bottom: 40px;
  }
}
#home #introductie {
  margin: 0 0 10px 0;
  overflow: hidden;
}
#home #introductie .tekst {
  position: absolute;
  background: #149883;
  background: linear-gradient(#149883, #07705f);
  max-width: 80%;
  padding: 5px;
  margin: 20px 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #FFF;
}
#home #introductie .tekst p {
  display: block;
  margin: 0;
}
#home #introductie #foto p {
  display: block;
  margin: 0;
}
#home #introductie #foto p img {
  display: block;
  width: auto;
  width: 100%;
  height: auto;
}
#home #introductie #button {
  position: relative;
  margin: -45px 20px 0 0;
  float: right;
}
#home #introductie #button a {
  height: 25px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  color: #FFF;
}
#home #diensten {
  margin-top: 40px;
  margin-bottom: 70px;
}
#home #diensten .dienst {
  position: relative;
}
#home #diensten .dienst .tekst {
  padding: 15px 10px 0 10px;
}
#home #diensten .dienst .tekst h1 a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}
#home #diensten .dienst .tekst p {
  font-size: 15px;
  line-height: 26px;
}
#home #diensten .dienst:nth-child(1) {
  background-color: #87cedc;
  color: #232f4e;
}
#home #diensten .dienst:nth-child(1) h1 a {
  color: #232f4e;
}
#home #diensten .dienst:nth-child(2) {
  background-color: #c0ceca;
  color: #232f4e;
}
#home #diensten .dienst:nth-child(2) h1 a {
  color: #232f4e;
}
#home #diensten .dienst:nth-child(3) {
  background-color: #0081c9;
  color: #ffffff;
}
#home #diensten .dienst:nth-child(3) h1 a {
  color: #ffffff;
}
#home #diensten .dienst:nth-child(odd):before {
  width: 14px;
  height: 14px;
  top: -5px;
  left: -7px;
  border-radius: 50%;
  background-color: #ec6608;
  position: absolute;
  content: " ";
}
#home #diensten .dienst:nth-child(odd):after {
  width: 14px;
  height: 14px;
  bottom: -5px;
  right: -8px;
  border-radius: 50%;
  background-color: #ec6608;
  position: absolute;
  content: " ";
  z-index: 8;
}
@media only screen and (max-width: 760px) {
  #home #diensten {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #home #diensten .dienst {
    height: inherit!important;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 760px) {
  #home #diensten .dienst {
    width: 50%;
    float: left;
  }
  #home #diensten .dienst .tekst {
    padding: 25px 30px 0 30px;
  }
  #home #diensten .dienst.breed {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
@media only screen and (min-width: 1020px) {
  #home #diensten .dienst {
    width: 33.33333333% !important;
    margin: 0 !important;
    float: left !important;
    height: 270px;
  }
  #home #diensten .dienst .tekst {
    padding: 25px 30px 0 30px;
  }
}
@media only screen and (max-width: 1019px) {
  #home #diensten .dienst {
    height: 225px;
  }
}
#home #quote {
  margin: 30px 0 25px 0;
  padding: 0 0 25px 0;
}
#home #quote #pasfoto {
  width: 134px;
  margin: 0 auto 20px auto;
}
#home #quote .tekst {
  padding: 0 15px;
}
#home #quote .tekst h1,
#home #quote .tekst h2,
#home #quote .tekst h3,
#home #quote .tekst h4,
#home #quote .tekst h5,
#home #quote .tekst h6 {
  font-family: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0081c9;
  margin: 0;
}
#home #quote .tekst p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
@media only screen and (min-width: 760px) {
  #home #quote {
    min-height: 134px;
    margin: 30px 0 25px 0;
    padding: 0 0 30px 0;
  }
  #home #quote #pasfoto {
    position: absolute;
    width: 134px;
    height: 174px;
    margin: 0;
  }
  #home #quote .tekst {
    padding: 0 0 0 154px;
    float: left;
  }
}
#home #aankomende-trainingen table tr td {
  font-size: 16px;
  line-height: 28px;
}
#home #aankomende-trainingen table tr td.titel {
  padding-right: 20px;
}
#home #aankomende-trainingen table tr td.titel a {
  color: #4e5e79;
}
#home #aankomende-trainingen table tr td.datum {
  color: #4e5e79;
}
#home #aankomende-trainingen .button {
  margin: 15px 0 0 150px;
  float: left;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 760px) {
  #home #aankomende-trainingen {
    width: 45%;
    float: left;
  }
}
#home #waarom-tromp ul {
  margin: 0 0 20px 0;
  padding: 0;
}
#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;
}
@media only screen and (min-width: 760px) {
  #home #waarom-tromp {
    width: 50%;
    float: right;
  }
}
.zoekresultaten {
  overflow: hidden;
}
#content {
  position: relative;
}
#content label.hidden {
  display: none!important;
}
#content h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  margin: 0 0 25px 0;
  color: #232F4E;
}
#content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  margin: 0 0 0 0;
  color: #232F4E;
}
#content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #149883;
  margin: 0 0 0 0;
  color: #232F4E;
}
#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 #sfeerfoto p {
  margin: 0;
}
#content #sfeerfoto p img {
  display: block;
  width: auto;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
#content .blog-item {
  padding-right: 30px;
}
@media only screen and (max-width: 760px) {
  #content .blog-item {
    padding-right: 0px;
  }
}
#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 .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: 'Hurme Geometric Sans 4', 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.klein {
  padding-top: 15px;
  font-size: 10px;
  line-height: 15px;
}
@media only screen and (min-width: 760px) {
  #content .formulier p label {
    width: 200px;
    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.homepage-content {
  margin-top: 70px;
  margin-bottom: 30px;
}
#content #inhoud.homepage-content #inhoud_breed {
  width: 67%;
  padding-right: 30px;
  box-sizing: border-box;
}
#content #inhoud.homepage-content aside {
  width: 33%;
}
@media only screen and (max-width: 760px) {
  #content #inhoud.homepage-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #content #inhoud.homepage-content #inhoud_breed {
    width: 100%;
    padding-right: 0px;
  }
  #content #inhoud.homepage-content aside {
    width: 100%;
  }
}
#content #inhoud #inhoud_breed {
  margin: 0 0 40px 0;
}
#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;
}
@media only screen and (min-width: 760px) {
  #content #inhoud {
    margin: 0 0 40px 0;
  }
  #content #inhoud #inhoud_breed #submenu {
    width: 25%;
    float: left;
  }
  #content #inhoud #inhoud_breed #inhoud_smal {
    width: 75%;
    float: right;
    box-sizing: border-box;
    padding: 30px 40px 0px 40px;
  }
}
@media only screen and (min-width: 1020px) {
  #content #inhoud #inhoud_breed {
    width: 80%;
    float: left;
  }
  #content #inhoud aside {
    width: 20%;
    float: right;
  }
}
#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: #4e5e79;
}
@media only screen and (min-width: 760px) {
  #content #inhoud .overzicht article {
    padding: 20px;
  }
}
#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: #0081c9;
  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: #ec6608;
}
#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: #4e5e79;
}
#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;
}
@media only screen and (min-width: 760px) {
  #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;
  }
}
.tabs-shortcode.tabs-shortcode-top.ui-tabs {
  clear: none!important;
  float: left;
}
.tabs-shortcode.tabs-shortcode-top.ui-tabs ul.tabs-shortcode-list {
  padding: 0px;
  border-bottom: 1px solid #acdde7;
}
.tabs-shortcode.tabs-shortcode-top.ui-tabs .ui-tabs-nav li {
  width: 25%;
  text-align: center;
  border: none;
  margin: 1px 0 -1px 0 !important;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding-top: 2px;
  background-color: #87cedc;
}
.tabs-shortcode.tabs-shortcode-top.ui-tabs .ui-tabs-nav li a {
  display: inline-block;
  float: none;
  padding: 5px;
  text-decoration: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
  line-height: 21px;
  color: #fff!important;
}
.tabs-shortcode.tabs-shortcode-top.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.tabs-shortcode.tabs-shortcode-top.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  box-shadow: inset 1px 0px 0px 0px #acdde7, inset -1px 0px 0px 0px #acdde7, inset 0px 1px 0px 0px #acdde7;
}
.tabs-shortcode.tabs-shortcode-top.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.tabs-shortcode.tabs-shortcode-top.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #87cedc!important;
}
/***************************
	SIDEBAR
***************************/
#submenu {
  margin: 0 0 20px 0;
  position: relative;
}
#submenu:before {
  width: 14px;
  height: 14px;
  top: -5px;
  left: -7px;
  border-radius: 50%;
  background-color: #ec6608;
  position: absolute;
  content: " ";
}
#submenu nav {
  background-color: #C0CECA;
  padding-top: 25px;
  padding-bottom: 25px;
}
#submenu nav ul {
  margin: 0;
  padding: 0;
}
#submenu nav ul li {
  display: block;
  margin: 0px 0px 0px 8px;
  padding: 0;
  background: url('css/images/bullit.png') 0 6px no-repeat;
}
#submenu nav ul li:last-child {
  border: 0;
}
#submenu nav ul li a {
  display: block;
  padding: 0 16px 20px 18px;
  font-size: 12px;
  text-decoration: none;
  line-height: 22px;
  color: #4e5e79;
  font-weight: 600;
  text-transform: uppercase;
}
#submenu nav ul li a:hover {
  text-decoration: underline;
}
#submenu nav ul li.current-menu-item a,
#submenu nav ul li.current_page_item a,
#submenu nav ul li.current-page-ancestor:not(:first-child) a {
  text-decoration: none;
  font-weight: 700;
}
aside.inschrijven {
  margin-top: 50px;
}
aside .widget {
  margin: 0 0 40px 0;
}
aside .widget #in-het-kort {
  background: #0081c9;
  padding: 30px 15px 15px 15px;
  font-size: 15px;
  line-height: 28px;
  color: #FFF;
  position: relative;
}
aside .widget #in-het-kort:before {
  width: 14px;
  height: 14px;
  top: -5px;
  left: -7px;
  border-radius: 50%;
  background-color: #ec6608;
  position: absolute;
  content: " ";
}
aside .widget #in-het-kort h1,
aside .widget #in-het-kort h2,
aside .widget #in-het-kort h3,
aside .widget #in-het-kort h4,
aside .widget #in-het-kort h5,
aside .widget #in-het-kort h6,
aside .widget #in-het-kort p,
aside .widget #in-het-kort strong {
  color: #FFF;
  margin: 0;
}
aside .widget #in-het-kort h1,
aside .widget #in-het-kort h2,
aside .widget #in-het-kort h3,
aside .widget #in-het-kort h4,
aside .widget #in-het-kort h5,
aside .widget #in-het-kort h6,
aside .widget #in-het-kort strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
aside .widget #in-het-kort ul {
  margin: 0;
  padding: 0;
}
aside .widget #in-het-kort ul li {
  background: url('css/images/bullit.png') 0 9px no-repeat;
  background-size: 10px 10px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
  line-height: 28px;
}
aside .widget #in-het-kort .buttons {
  padding: 10px 0 0 0;
}
aside .widget #in-het-kort .buttons p {
  display: block;
  overflow: hidden;
}
aside .widget #in-het-kort .buttons p a {
  display: block;
}
aside .widget #in-het-kort .buttons p a.button {
  width: 140px;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #FFF;
}
aside .widget #in-het-kort .buttons p a.link {
  width: 140px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
  text-align: center;
  line-height: 36px;
  color: #FFF;
}
aside .widget #persoonlijk-advies {
  background: #78665f;
  padding: 30px 15px;
  font-size: 15px;
  line-height: 28px;
  color: #FFF;
  position: relative;
}
aside .widget #persoonlijk-advies:before {
  width: 14px;
  height: 14px;
  top: -5px;
  left: -7px;
  border-radius: 50%;
  background-color: #ec6608;
  position: absolute;
  content: " ";
}
aside .widget #persoonlijk-advies p {
  margin: 0;
}
aside .widget #persoonlijk-advies p strong {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
aside .widget #persoonlijk-advies p.telefoonnummer {
  display: block;
  margin: 25px 0 0 0;
  font-size: 20px;
  line-height: 49px;
  position: relative;
  text-indent: 33px;
}
aside .widget #persoonlijk-advies p.telefoonnummer:before {
  width: 28px;
  height: 28px;
  top: -12px;
  left: 0px;
  position: absolute;
  content: " ";
  background-image: url('css/images/icon-bellen@2x.png');
  background-size: 28px;
  background-position: center;
  border-radius: 50%;
}
aside .widget #persoonlijk-advies p.telefoonnummer a {
  color: #FFF;
}
aside .widget #quotes {
  border: 1px solid #dee1e6;
}
aside .widget #quotes .quote {
  padding: 30px 15px 30px 15px;
  border-bottom: 1px solid #dee1e6;
}
aside .widget #quotes .quote .foto {
  position: absolute;
  width: 62px;
  height: 62px;
}
aside .widget #quotes .quote .foto .pasfoto {
  width: 62px;
  height: 62px;
}
aside .widget #quotes .quote .foto .pasfoto .schaduw {
  background-size: 62px 62px;
  width: 62px;
  height: 62px;
}
aside .widget #quotes .quote .foto .pasfoto img {
  width: 62px;
  height: 62px;
}
aside .widget #quotes .quote .tekst {
  padding: 0 0 0 77px;
}
aside .widget #quotes .quote .tekst h1,
aside .widget #quotes .quote .tekst h2,
aside .widget #quotes .quote .tekst h3,
aside .widget #quotes .quote .tekst h4,
aside .widget #quotes .quote .tekst h5,
aside .widget #quotes .quote .tekst h6 {
  font-family: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #149883;
  margin: 0;
}
aside .widget #quotes .quote .tekst p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
aside .widget #quotes .quote:last-child {
  border: 0;
}
aside .widget #vraag {
  background: #0081c9;
  padding: 30px 15px 10px 15px;
  font-size: 15px;
  line-height: 28px;
  color: #FFF;
}
aside .widget #vraag p {
  font-size: 15px;
  line-height: 28px;
  color: #FFF;
  margin: 0;
}
aside .widget #vraag p strong {
  font-weight: 700;
  font-size: 20px;
}
aside .widget #vraag form {
  padding: 25px 0 0 0;
}
aside .widget #vraag form p {
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin: 0 0 5px 0;
}
aside .widget #vraag form p label {
  position: absolute;
  display: block;
  width: 80px;
}
aside .widget #vraag form p .veld {
  display: block;
  padding: 0 20px 0 0;
}
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: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4e5e79;
  border-radius: 0px!important;
}
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: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4e5e79;
  border-radius: 0px!important;
}
aside .widget #vraag form p .button {
  margin-top: 5px;
  float: right;
  -webkit-appearance: none;
}
aside .widget .waarom {
  font-size: 15px;
  line-height: 28px;
  color: #232f4e;
}
aside .widget .waarom h1,
aside .widget .waarom h2,
aside .widget .waarom h3,
aside .widget .waarom h4,
aside .widget .waarom h5,
aside .widget .waarom h6,
aside .widget .waarom p {
  font-size: 22px!important;
  font-weight: 700;
  line-height: 28px;
  color: #232f4e;
  margin: 0;
}
aside .widget .waarom ul {
  margin: 0;
  padding: 0;
}
aside .widget .waarom ul li {
  background: url('css/images/bullit.png') 0 9px no-repeat;
  background-size: 10px 10px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
  line-height: 28px;
}
aside .widget #contactgegevens {
  background: #0081c9;
  padding: 30px 15px 5px 15px;
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
}
aside .widget #contactgegevens h1,
aside .widget #contactgegevens h2,
aside .widget #contactgegevens h3,
aside .widget #contactgegevens h4,
aside .widget #contactgegevens h5,
aside .widget #contactgegevens h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  margin: 0;
}
aside .widget #contactgegevens p a {
  color: #FFF;
}
aside .widget #google-maps {
  border: 1px solid #dee1e6;
  padding: 15px;
}
aside .widget #google-maps h1,
aside .widget #google-maps h2,
aside .widget #google-maps h3,
aside .widget #google-maps h4,
aside .widget #google-maps h5,
aside .widget #google-maps h6 {
  font-size: 16px;
  font-weight: 700;
  color: #4e5e79;
  line-height: 20px;
  margin: 0 0 15px 0;
}
aside .widget #google-maps #map {
  background: #ECE8E0;
  min-height: 200px;
}
aside .widget #springest {
  margin: 0 -15px;
}
/***************************
	FOOTER
***************************/
.c2abtn {
  clear: both;
  text-align: center;
  padding-top: 10px;
}
.c2abtn .button {
  display: inline-block;
  text-decoration: none;
  color: #fff!important;
}
footer {
  background: #0081c9;
  box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.2), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
footer #logos {
  background: #c0ceca;
  overflow: hidden;
  height: 70px;
  box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.2), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
footer #logos img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
footer #social-media {
  text-align: center;
  background-color: #87cedc;
  box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.2), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  line-height: 70px;
}
footer #social-media .title {
  display: inline-block;
  color: #fff;
  margin: 0 15px 0 0;
  position: relative;
  font-weight: 600;
}
footer #social-media a {
  display: inline-block;
  position: relative;
  background: url('css/images/icon-twitter.png') 0 0 no-repeat;
  width: 33px;
  height: 33px;
  overflow: hidden;
  font-size: 0;
  top: 11px;
  margin: 0 15px 0 0;
}
footer #social-media a:hover {
  background-position: 0 -33px !important;
}
footer #social-media a#linkedin {
  background: url('css/images/icon-linkedin.png') 0 0 no-repeat;
}
footer #social-media a#facebook {
  background: url('css/images/icon-facebook.png') 0 0 no-repeat;
}
footer #social-media a#googleplus {
  background: url('css/images/icon-googleplus.png') 0 0 no-repeat;
}
footer #social-media a#instagram {
  background: url('css/images/icon-instagram.png') 0 0 no-repeat;
}
footer #extras {
  padding-top: 20px;
  overflow: hidden;
  color: #FFF;
  height: 227px;
}
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: 15px;
  font-weight: 600;
  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: 15px;
  line-height: 20px;
}
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;
  outline: 0;
  font-family: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
}
footer #extras .rij .kolom #nieuwsbrief input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
footer #extras .rij .kolom #nieuwsbrief input[type=text]:-moz-placeholder {
  color: #fff;
}
footer #extras .rij .kolom #nieuwsbrief input[type=text]::-moz-placeholder {
  color: #fff;
}
footer #extras .rij .kolom #nieuwsbrief input[type=text]:-ms-input-placeholder {
  color: #fff;
}
footer #extras .rij .kolom #nieuwsbrief input[type=submit] {
  height: 30px;
  padding: 0 10px;
  float: left;
  line-height: 30px;
  font-size: 15px;
  border-radius: 0px!important;
  background: #fff;
  color: #0081C9;
  -webkit-appearance: none;
}
footer #copyright {
  background: #232F4E;
  overflow: hidden;
  line-height: 70px;
  text-align: center;
  box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.2), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
footer #copyright p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 760px) {
  footer #extras .rij {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 760px) {
  footer #logos {
    height: inherit;
  }
  footer #social-media .title {
    display: block;
  }
  footer #extras {
    height: inherit;
  }
  footer #extras .rij .kolom {
    width: 100% !important;
  }
  footer #extras .rij #nieuwsbrief h3 {
    margin-top: 5px;
  }
}
/***************************
	PRINT
***************************/
.pasfoto {
  display: block;
  width: 134px;
  height: 134px;
}
.pasfoto .schaduw {
  position: absolute;
  width: 134px;
  height: 134px;
}
.pasfoto img {
  display: block;
  width: 134px;
  height: 134px;
  border: 0;
}
/***********/
/* CONTENT */
/***********/
#content {
  /* HOME */
}
#content #breadcrumbs {
  padding: 15px 0;
}
#content #breadcrumbs p {
  line-height: 20px;
  margin: 0;
}
#content #breadcrumbs p a {
  text-decoration: none;
  color: #4e5e79;
}
#content #breadcrumbs p a:hover {
  text-decoration: underline;
}
#content #breadcrumbs p strong {
  font-weight: 700;
}
#content a {
  color: #4e5e79;
}
#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 #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: #4e5e79;
}
#content #nav-smartphone ul li a:hover {
  color: #ec6608;
}
#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: #ec6608;
}
/****************/
/* 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) {
  #content {
    /* HOME */
  }
  #content #home #introductie {
    margin: 0 0 20px 0;
  }
  #content #home #introductie .tekst {
    padding: 5px 15px;
    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 #nav-smartphone {
    display: none;
  }
}
/************/
/* DESKTOPS */
/************/
@media only screen and (min-width: 1020px) {
  #content {
    /* HOME */
  }
  #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;
  }
}
@media only screen and (max-width: 760px) {
  #introductie {
    position: relative;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  #content #home #introductie .tekst {
    bottom: 20px;
  }
}
/**********/
/* RETINA */
/**********/
@media (-webkit-min-device-pixel-ratio: 2) {
  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#googleplus {
    background: url('css/images/icon-googleplus@2x.png') 0 0 no-repeat;
    background-size: 33px 66px;
  }
}
/************/
/* Clearfix */
/************/
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */


/***************************
	BLOG
***************************/
.blog-search input[type="submit"] {
  display: block;
  background: #ec6608;
  width: auto;
  height: 36px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 18px;
  outline: 0;
  cursor: pointer;
  font-family: 'Hurme Geometric Sans 4', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.blog-search input[type="submit"]:hover,
.blog-search input[type="submit"]:focus {
  background: #F7B645;
}
.blog-search {
  margin-bottom: 30px;
  padding-right: 30px;
}
.blog-search label {
  display: none;
}
.blog-search input[type="text"] {
  display: inline-block !important;
  width: 90%;
  border: 2px solid #ec6608;
  border-right: none;
  border-radius: 18px 0px 0px 18px;
  height: 35px;
  padding: 8px;
  transition: 300ms;
  box-sizing: border-box;
}
.blog-search input[type="text"]:focus {
  background-color: #fffbf5;
}
.blog-search input[type="submit"] {
  width: 10%;
  display: inline-block;
  height: 35px;
  padding: 8px 16px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0px 18px 18px 0px;
  transition: 300ms;
}
@media only screen and (max-width: 900px) {
  .blog-search input[type="text"] {
    width: 80%;
  }
  .blog-search input[type="submit"] {
    width: 20%;
  }
}
@media only screen and (max-width: 430px) {
  .blog-search {
    padding-right: 0px;
  }
  .blog-search input[type="text"] {
    width: 75%;
  }
  .blog-search input[type="submit"] {
    width: 25%;
  }
}
.blog-cards .blog-card {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: 300ms;
  background-color: #fff;
}
.blog-cards .blog-card .post-thumb-wrap .thumb {
  width: 300px;
  height: 200px;
  float: left;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}
.blog-cards .blog-card .item-text h2.title {
  height: 38px;
  display: block;
  font-size: 16px!important;
  line-height: 1.2 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-cards .blog-card .item-text .meta {
  color: #aaa;
  font-size: 13px;
  overflow: hidden;
}
.blog-cards .blog-card .item-text .meta .date,
.blog-cards .blog-card .item-text .meta .category {
  width: 50%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-cards .blog-card .item-text .author {
  font-size: 13px;
}
.blog-cards .blog-card .item-text .post-excerpt {
  font-size: 14px;
  line-height: 1.6;
  height: 108px;
  overflow: hidden;
  margin: 0px;
}
.blog-cards a {
  text-decoration: none;
}
@media only screen and (max-width: 718px) {
  .blog-cards .blog-card .post-thumb-wrap .thumb {
    height: 96px;
    width: 144px;
  }
  .blog-cards .blog-card .item-text .post-excerpt {
    display: none;
  }
}
.pagination {
  clear: both;
}

.site-wrap {
  background-image: none !important;
  background: #fff !important;  /* of een andere gewenste kleur */
}
