@charset "UTF-8";
/*
Theme Name: SportStroom
Theme URI: http://underscores.me/
Author: Online Media Koffer
Author URI: http://onlinemediakoffer.nl
Description: Het WordPress-thema voor SportStroom
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sportstroom
Tags:
*/
/*--------------------------------------------------------------
# Susy
--------------------------------------------------------------*/
/* Changing Susy default global settings */
/* Makes border-box properties */
@import url("https://use.typekit.net/aly0rps.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
## Colors & buttons
--------------------------------------------------------------*/
a.terug-naar {
  padding: 5px;
  text-decoration: none;
  color: #333333;
  display: inline-block;
}
a.terug-naar:before {
  background: #e84e24;
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 7px 3px 5px;
  top: -2px;
  position: relative;
  margin-right: 10px;
}

section.error-404 {
  padding-top: 200px;
  text-align: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 968px) {
  section.error-404 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 500px) {
  section.error-404 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

pre, textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

cite, dfn, em, i {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0px;
}

mark {
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, button, input, select, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins, mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -webkit-transition: 0.2s;
  /* Safari */
  transition: 0.2s;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  -webkit-transition: width 2s;
  /* Safari */
  transition: width 2s;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

.gform_wrapper .top_label .gfield_label {
  display: inline !important;
}

.gform_wrapper li input[type=checkbox] {
  vertical-align: top !important;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0px;
  width: 100%;
}

select {
  border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e84e24;
}

a:visited {
  color: #e84e24;
}

a:hover,
a:focus,
a:active {
  color: #0c4773;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

.textwidget {
  padding: 20px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Shiftnav
--------------------------------------------------------------*/
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
  background: #e84e24 !important;
  color: #ffffff !important;
  font-weight: 700;
}

.shiftnav .shiftnav-submenu-activation i.fa {
  color: #fffffff;
}

#shiftnav-toggle-main-button:before {
  content: "Menu";
  font-family: "myriad-pro", sans-serif;
  margin-right: 10px;
  font-size: 18px;
}
#shiftnav-toggle-main-button .fa-bars:before {
  font-size: 20px;
}

@media screen and (min-width: 960px) {
  .shiftnav-toggle-button {
    display: none !important;
  }
}
.shiftnav-inner span.MenuTitle {
  font-size: 27px;
  font-family: "myriad-pro", sans-serif;
  color: #000000;
  padding: 16px 0px 30px 25px;
  display: block;
  font-weight: bold;
}
.shiftnav-inner .menuImg {
  margin-top: 20px;
  text-align: center;
}
.shiftnav-inner .menuImg img {
  max-width: 60px;
}
.shiftnav-inner .shiftnav-panel-close {
  background: transparent !important;
  color: #000000;
  top: 10px;
}
.shiftnav-inner .shiftnav-panel-close i {
  font-size: 17px !important;
}
.shiftnav-inner nav ul a.shiftnav-target {
  font-size: 17px !important;
  opacity: 1 !important;
}
.shiftnav-inner nav ul a.shiftnav-target b, .shiftnav-inner nav ul a.shiftnav-target strong {
  font-weight: 500;
}
.shiftnav-inner nav ul a.shiftnav-target:hover {
  color: #e84e24;
}
.shiftnav-inner nav ul li:hover > a {
  color: #e84e24;
}
.shiftnav-inner nav ul li:hover .sub-menu a {
  color: #000000;
}
.shiftnav-inner nav ul li:hover .shiftnav-submenu-activation {
  color: #e84e24 !important;
}
.shiftnav-inner nav ul li.current-menu-parent .shiftnav-submenu-activation {
  color: #e84e24 !important;
}
.shiftnav-inner nav ul .shiftnav-submenu-activation {
  background: transparent !important;
}
.shiftnav-inner nav ul .shiftnav-submenu-activation:hover {
  color: #e84e24 !important;
}
.shiftnav-inner nav ul ul.sub-menu {
  background: #ffffff !important;
  padding-left: 25px !important;
}
.shiftnav-inner nav ul li.current-menu-item > a.shiftnav-target, .shiftnav-inner nav ul li.current-menu-parent > a.shiftnav-target {
  background: transparent !important;
  color: #e84e24 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}
.shiftnav-inner nav ul li.current-menu-item > a.shiftnav-target b, .shiftnav-inner nav ul li.current-menu-item > a.shiftnav-target strong, .shiftnav-inner nav ul li.current-menu-parent > a.shiftnav-target b, .shiftnav-inner nav ul li.current-menu-parent > a.shiftnav-target strong {
  font-weight: 700 !important;
}
.shiftnav-inner nav ul li.current-menu-item ul.sub-menu a.shiftnav-target, .shiftnav-inner nav ul li.current-menu-parent ul.sub-menu a.shiftnav-target {
  background: transparent !important;
  opacity: 1 !important;
  font-weight: normal;
}
.shiftnav-inner nav ul li.current-menu-item ul.sub-menu a.shiftnav-target b, .shiftnav-inner nav ul li.current-menu-item ul.sub-menu a.shiftnav-target strong, .shiftnav-inner nav ul li.current-menu-parent ul.sub-menu a.shiftnav-target b, .shiftnav-inner nav ul li.current-menu-parent ul.sub-menu a.shiftnav-target strong {
  font-weight: 500;
}

.shiftnav-toggle {
  float: right;
  font-weight: bold;
  padding: 10px 20px;
  background: transparent;
  color: #000;
  margin-top: 0px;
  border-radius: 6px;
}
.shiftnav-toggle:hover {
  background: #e84e24;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 0px;
}
@media screen and (min-width: 1050px) {
  .shiftnav-toggle {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .shiftnav-toggle {
    padding: 10px 10px;
  }
  .shiftnav-toggle:hover {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 360px) {
  .shiftnav-toggle i.fa-bars {
    display: none;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
body {
  font-family: "myriad-pro", sans-serif;
  max-width: 1600px;
  color: #333333;
  margin: 0px auto;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  color: #00365F;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

h2 {
  font-weight: 900;
  font-style: italic;
  font-size: 30px;
  line-height: 1.3;
}

h3 {
  font-size: 22px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin: 0px;
  padding: 10px 0px 20px 0px;
}

* {
  transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header#masthead {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0px 60px;
  padding-top: 8px;
  padding-bottom: 16px;
  /*--------------------------------------------------------------
  ## Primary Menu
  --------------------------------------------------------------*/
  /* Small menu. */
  /*--------------------------------------------------------------
  ## Secondary Menu
  --------------------------------------------------------------*/
}
@media only screen and (max-width: 960px) {
  header#masthead {
    padding: 7px 20px 0px 20px !important;
  }
}
header#masthead #logo {
  width: 300px;
  float: left;
  margin-top: 2px;
}
@media only screen and (max-width: 1260px) {
  header#masthead #logo {
    width: 21.0526315789%;
    float: left;
    margin-right: 5.2631578947%;
  }
}
@media only screen and (max-width: 960px) {
  header#masthead #logo {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
    width: 250px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  header#masthead #logo {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
}
header#masthead .main-navigation {
  width: 73.6842105263%;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  header#masthead .main-navigation {
    width: 21.0526315789%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (max-width: 420px) {
  header#masthead .main-navigation {
    width: 47.3684210526%;
    float: right;
    margin-right: 0;
  }
}
header#masthead .main-navigation span {
  color: #00365F;
  float: right;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 0px 5px 5px;
}
@media only screen and (min-width: 960px) {
  header#masthead .main-navigation span {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  header#masthead .main-navigation span {
    padding: 3px 0px 0px 0px;
    font-size: 18px;
  }
}
header#masthead .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
header#masthead .main-navigation ul li {
  float: left;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  header#masthead .main-navigation ul li {
    font-size: 18px;
    margin-left: 13px;
  }
}
header#masthead .main-navigation ul li:first-child {
  margin-left: 0px;
}
header#masthead .main-navigation ul li a {
  display: block;
  text-decoration: none;
  color: #00365F;
}
header#masthead .main-navigation ul li a:hover {
  color: #e84e24;
}
header#masthead .main-navigation .current_page_item > a,
header#masthead .main-navigation .current-menu-item > a,
header#masthead .main-navigation .current_page_ancestor > a,
header#masthead .main-navigation .current-menu-ancestor > a {
  color: #e84e24;
}
header#masthead .menu-toggle,
header#masthead .main-navigation.toggled ul {
  display: block;
}
header#masthead .hamburger {
  float: right;
  margin: 15px 10px;
}
@media screen and (min-width: 960px) {
  header#masthead .menu-toggle {
    display: none;
  }
  header#masthead .main-navigation ul {
    display: block;
  }
}
header#masthead .secondary-navigation {
  width: 73.6842105263%;
  float: right;
  margin-right: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  header#masthead .secondary-navigation {
    display: none;
  }
}
header#masthead .secondary-navigation ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding-left: 0;
  float: right;
}
header#masthead .secondary-navigation ul li {
  float: left;
  position: relative;
  margin-left: 25px;
}
header#masthead .secondary-navigation ul li a {
  display: block;
  text-decoration: none;
  color: #00365F;
}
header#masthead .secondary-navigation ul li a:hover {
  color: #e84e24;
}

#hoofdmenu ul.sub-menu,
#topmenu ul.sub-menu {
  display: none;
}

/*---- Sub menu dropdown */
header#masthead .main-navigation #hoofdmenu .sub-menu {
  display: none;
  min-width: 225px;
}
header#masthead .main-navigation #hoofdmenu li.current-menu-item li a,
header#masthead .main-navigation #hoofdmenu li.current-menu-parent li a {
  color: #00365F;
}
header#masthead .main-navigation #hoofdmenu li:hover .sub-menu {
  display: block;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background: #fff;
  padding: 15px 3px 0px 3px !important;
  margin: 0px 0px 0px -21px;
  border-radius: 5px;
  z-index: 9999;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
header#masthead .main-navigation #hoofdmenu li:hover .sub-menu li {
  display: block;
  float: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-bottom: 1px solid #ededed;
  padding: 0px !important;
}
header#masthead .main-navigation #hoofdmenu li:hover .sub-menu li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 11px 20px 12px 20px;
  display: block;
}
header#masthead .main-navigation #hoofdmenu li:hover .sub-menu li a:hover, header#masthead .main-navigation #hoofdmenu li:hover .sub-menu li.current-menu-item a {
  color: #e84e24;
  background: #f5f5f5;
}

.menu-item-144 ul.sub-menu {
  display: none !important;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
div#primary {
  padding: 0px 60px;
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.page #jumbotron, .single #jumbotron {
  background: lightgrey;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: right bottom;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  .page #jumbotron, .single #jumbotron {
    background: left bottom;
  }
}
.page #jumbotron #jumbotron-gradient, .single #jumbotron #jumbotron-gradient {
  padding: 0px 60px;
}
@media only screen and (max-width: 960px) {
  .page #jumbotron #jumbotron-gradient, .single #jumbotron #jumbotron-gradient {
    padding: 0px 20px !important;
  }
}
.page #jumbotron #jumbotron-gradient h1, .single #jumbotron #jumbotron-gradient h1 {
  padding: 60px 0px 60px 0px;
  display: block;
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  color: #e84e24;
  width: 63%;
}
@media only screen and (max-width: 960px) {
  .page #jumbotron #jumbotron-gradient h1, .single #jumbotron #jumbotron-gradient h1 {
    font-size: 30px !important;
    width: 100%;
  }
}
.page #jumbotron #jumbotron-gradient p, .single #jumbotron #jumbotron-gradient p {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .page #jumbotron #jumbotron-gradient p, .single #jumbotron #jumbotron-gradient p {
    width: 100% !important;
  }
}
.page div.pagina-content, .single div.pagina-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0px 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page div.pagina-content.cta, .single div.pagina-content.cta {
  background: url(./images/hs-background.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .page div.pagina-content.cta, .single div.pagina-content.cta {
    background: transparent;
    background-color: white;
  }
}
.page div.pagina-content.cta .intro, .single div.pagina-content.cta .intro {
  text-align: left;
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
  margin-left: 26.3157894737%;
  margin-top: 10px;
}
@media only screen and (max-width: 850px) {
  .page div.pagina-content.cta .intro, .single div.pagina-content.cta .intro {
    margin-left: 43.8596491228%;
    width: 56.1403508772%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page div.pagina-content.cta .intro, .single div.pagina-content.cta .intro {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0%;
    background: transparent;
  }
}
.page div.pagina-content.cta .intro p, .single div.pagina-content.cta .intro p {
  width: 80%;
  margin: 0px;
}
@media only screen and (max-width: 960px) {
  .page div.pagina-content.cta .intro p, .single div.pagina-content.cta .intro p {
    width: 100%;
  }
}
.page div.pagina-content.cta .intro a:hover, .single div.pagina-content.cta .intro a:hover {
  background: #7ec01c;
}
@media only screen and (max-width: 960px) {
  .page div.pagina-content, .single div.pagina-content {
    padding: 20px 20px !important;
  }
}
.page div.pagina-content div.intro, .single div.pagina-content div.intro {
  text-align: center;
}
.page div.pagina-content div.intro p, .single div.pagina-content div.intro p {
  width: 63%;
  font-size: 18px;
  margin: 0px auto;
}
@media only screen and (max-width: 960px) {
  .page div.pagina-content div.intro p, .single div.pagina-content div.intro p {
    width: 100%;
  }
}
.page div.pagina-content div.intro a, .single div.pagina-content div.intro a {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
@media only screen and (max-width: 500px) {
  .page div.pagina-content div.intro a, .single div.pagina-content div.intro a {
    font-size: 16px;
  }
}
.page div.pagina-content div.intro a:after, .single div.pagina-content div.intro a:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
.page div.pagina-content div.intro a:hover, .single div.pagina-content div.intro a:hover {
  background: #7ec01c;
  cursor: pointer;
}
.page div.pagina-content div.intro a:hover:after, .single div.pagina-content div.intro a:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}
.page div.pagina-content .left, .single div.pagina-content .left {
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
}
.page div.pagina-content .right, .single div.pagina-content .right {
  width: 47.3684210526%;
  float: right;
  margin-right: 0;
}
.page div.cta-blokken, .single div.cta-blokken {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ededed;
  padding: 0px 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: wrap;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .page div.cta-blokken, .single div.cta-blokken {
    padding: 20px;
  }
}
.page div.cta-blokken .uitgelicht-blok, .single div.cta-blokken .uitgelicht-blok {
  background: white;
  padding: 20px;
  border: 1px solid #d1d1d1;
  margin-bottom: 40px;
}
.page div.cta-blokken .uitgelicht-blok:nth-child(1), .page div.cta-blokken .uitgelicht-blok:nth-child(4), .page div.cta-blokken .uitgelicht-blok:nth-child(7), .page div.cta-blokken .uitgelicht-blok:nth-child(10), .page div.cta-blokken .uitgelicht-blok:nth-child(13), .single div.cta-blokken .uitgelicht-blok:nth-child(1), .single div.cta-blokken .uitgelicht-blok:nth-child(4), .single div.cta-blokken .uitgelicht-blok:nth-child(7), .single div.cta-blokken .uitgelicht-blok:nth-child(10), .single div.cta-blokken .uitgelicht-blok:nth-child(13) {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
}
@media only screen and (max-width: 960px) {
  .page div.cta-blokken .uitgelicht-blok:nth-child(1), .page div.cta-blokken .uitgelicht-blok:nth-child(4), .page div.cta-blokken .uitgelicht-blok:nth-child(7), .page div.cta-blokken .uitgelicht-blok:nth-child(10), .page div.cta-blokken .uitgelicht-blok:nth-child(13), .single div.cta-blokken .uitgelicht-blok:nth-child(1), .single div.cta-blokken .uitgelicht-blok:nth-child(4), .single div.cta-blokken .uitgelicht-blok:nth-child(7), .single div.cta-blokken .uitgelicht-blok:nth-child(10), .single div.cta-blokken .uitgelicht-blok:nth-child(13) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.page div.cta-blokken .uitgelicht-blok:nth-child(2), .page div.cta-blokken .uitgelicht-blok:nth-child(5), .page div.cta-blokken .uitgelicht-blok:nth-child(8), .page div.cta-blokken .uitgelicht-blok:nth-child(11), .page div.cta-blokken .uitgelicht-blok:nth-child(14), .single div.cta-blokken .uitgelicht-blok:nth-child(2), .single div.cta-blokken .uitgelicht-blok:nth-child(5), .single div.cta-blokken .uitgelicht-blok:nth-child(8), .single div.cta-blokken .uitgelicht-blok:nth-child(11), .single div.cta-blokken .uitgelicht-blok:nth-child(14) {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
}
@media only screen and (max-width: 960px) {
  .page div.cta-blokken .uitgelicht-blok:nth-child(2), .page div.cta-blokken .uitgelicht-blok:nth-child(5), .page div.cta-blokken .uitgelicht-blok:nth-child(8), .page div.cta-blokken .uitgelicht-blok:nth-child(11), .page div.cta-blokken .uitgelicht-blok:nth-child(14), .single div.cta-blokken .uitgelicht-blok:nth-child(2), .single div.cta-blokken .uitgelicht-blok:nth-child(5), .single div.cta-blokken .uitgelicht-blok:nth-child(8), .single div.cta-blokken .uitgelicht-blok:nth-child(11), .single div.cta-blokken .uitgelicht-blok:nth-child(14) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.page div.cta-blokken .uitgelicht-blok:nth-child(3), .page div.cta-blokken .uitgelicht-blok:nth-child(6), .page div.cta-blokken .uitgelicht-blok:nth-child(9), .page div.cta-blokken .uitgelicht-blok:nth-child(12), .page div.cta-blokken .uitgelicht-blok:nth-child(15), .single div.cta-blokken .uitgelicht-blok:nth-child(3), .single div.cta-blokken .uitgelicht-blok:nth-child(6), .single div.cta-blokken .uitgelicht-blok:nth-child(9), .single div.cta-blokken .uitgelicht-blok:nth-child(12), .single div.cta-blokken .uitgelicht-blok:nth-child(15) {
  width: 29.8245614035%;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .page div.cta-blokken .uitgelicht-blok:nth-child(3), .page div.cta-blokken .uitgelicht-blok:nth-child(6), .page div.cta-blokken .uitgelicht-blok:nth-child(9), .page div.cta-blokken .uitgelicht-blok:nth-child(12), .page div.cta-blokken .uitgelicht-blok:nth-child(15), .single div.cta-blokken .uitgelicht-blok:nth-child(3), .single div.cta-blokken .uitgelicht-blok:nth-child(6), .single div.cta-blokken .uitgelicht-blok:nth-child(9), .single div.cta-blokken .uitgelicht-blok:nth-child(12), .single div.cta-blokken .uitgelicht-blok:nth-child(15) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .page div.cta-blokken .uitgelicht-blok, .single div.cta-blokken .uitgelicht-blok {
    margin-bottom: 20px;
  }
}
.page div.cta-blokken .uitgelicht-blok p, .single div.cta-blokken .uitgelicht-blok p {
  padding-bottom: 5px;
}
.page div.cta-blokken .uitgelicht-blok p a, .single div.cta-blokken .uitgelicht-blok p a {
  margin-top: 13px;
  display: inline-block;
}
.page div.sidebar, .single div.sidebar {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
  padding: 50px 0px 60px 60px;
}
.page div.sidebar .snel-naar section h2, .single div.sidebar .snel-naar section h2 {
  background: #00365F;
  display: block;
  color: white;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  padding: 20px 0px 20px 25px;
  margin: 0px;
  border-top: 0px;
}
@media only screen and (max-width: 500px) {
  .page div.sidebar .snel-naar section h2, .single div.sidebar .snel-naar section h2 {
    padding: 15px 0px 15px 15px;
  }
}
.page div.sidebar .snel-naar #nav_plus_widget-5 h2, .single div.sidebar .snel-naar #nav_plus_widget-5 h2 {
  background: #f17824;
}
.page div.sidebar .snel-naar div, .single div.sidebar .snel-naar div {
  border: 1px solid #ededed;
}
.page div.sidebar .snel-naar div ul.menu, .page div.sidebar .snel-naar div ul.menudirectAction, .single div.sidebar .snel-naar div ul.menu, .single div.sidebar .snel-naar div ul.menudirectAction {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.page div.sidebar .snel-naar div ul.menu li.menu-item, .page div.sidebar .snel-naar div ul.menudirectAction li.menu-item, .single div.sidebar .snel-naar div ul.menu li.menu-item, .single div.sidebar .snel-naar div ul.menudirectAction li.menu-item {
  border-bottom: 1px solid #ededed;
}
.page div.sidebar .snel-naar div ul.menu li.menu-item:last-child, .page div.sidebar .snel-naar div ul.menudirectAction li.menu-item:last-child, .single div.sidebar .snel-naar div ul.menu li.menu-item:last-child, .single div.sidebar .snel-naar div ul.menudirectAction li.menu-item:last-child {
  border-bottom: 0px;
}
.page div.sidebar .snel-naar div ul.menu li.menu-item a, .page div.sidebar .snel-naar div ul.menudirectAction li.menu-item a, .single div.sidebar .snel-naar div ul.menu li.menu-item a, .single div.sidebar .snel-naar div ul.menudirectAction li.menu-item a {
  color: #333333;
  font-size: 17px;
  text-decoration: none;
  padding: 15px 0px 15px 25px;
  display: inline-block;
  width: 100%;
  font-weight: regular;
}
@media only screen and (max-width: 500px) {
  .page div.sidebar .snel-naar div ul.menu li.menu-item a, .page div.sidebar .snel-naar div ul.menudirectAction li.menu-item a, .single div.sidebar .snel-naar div ul.menu li.menu-item a, .single div.sidebar .snel-naar div ul.menudirectAction li.menu-item a {
    padding: 15px 0px 15px 15px;
  }
}
.page div.sidebar .snel-naar div ul.menu li.menu-item a:hover, .page div.sidebar .snel-naar div ul.menudirectAction li.menu-item a:hover, .single div.sidebar .snel-naar div ul.menu li.menu-item a:hover, .single div.sidebar .snel-naar div ul.menudirectAction li.menu-item a:hover {
  background: #ededed;
}
.page div.sidebar .snel-naar div ul.menu li.menu-item a:before, .page div.sidebar .snel-naar div ul.menudirectAction li.menu-item a:before, .single div.sidebar .snel-naar div ul.menu li.menu-item a:before, .single div.sidebar .snel-naar div ul.menudirectAction li.menu-item a:before {
  background: #e84e24;
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 5px 3px 7px;
  top: -2px;
  position: relative;
  margin-right: 10px;
}
.page div.sidebar .snel-naar div ul.menu li.menu-item.current-menu-item a, .page div.sidebar .snel-naar div ul.menudirectAction li.menu-item.current-menu-item a, .single div.sidebar .snel-naar div ul.menu li.menu-item.current-menu-item a, .single div.sidebar .snel-naar div ul.menudirectAction li.menu-item.current-menu-item a {
  background: #e4e3e3;
}
@media only screen and (max-width: 960px) {
  .page div.sidebar, .single div.sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 20px 20px;
  }
  .page div.sidebar .teruggebeld-worden, .single div.sidebar .teruggebeld-worden {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.page div.sidebar .projectLogo, .single div.sidebar .projectLogo {
  text-align: center;
  margin-bottom: 15px;
}
.page div.sidebar .uspList, .single div.sidebar .uspList {
  margin: 20px 0px 0px 0px;
  padding: 20px 0px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  font-size: 18px;
  color: #00365F;
  background: #fbfbfb;
  padding: 10px;
}
.page div.sidebar .uspList ul, .single div.sidebar .uspList ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.page div.sidebar .uspList li, .single div.sidebar .uspList li {
  margin-bottom: 10px;
  font-style: italic;
}
.page div.sidebar .uspList li span, .single div.sidebar .uspList li span {
  display: inline-block;
  position: relative;
  width: 89%;
}
.page div.sidebar .uspList li:before, .single div.sidebar .uspList li:before {
  vertical-align: middle;
  width: 9%;
  float: left;
  font-family: "FontAwesome";
  content: "";
  font-style: normal;
  font-size: 12px;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin: -2px 5px 0px 0px;
  position: relative;
  display: inline-block;
  top: 5px;
  vertical-align: middle;
  background: #e84e24;
  color: white;
  line-height: 20px;
}
.page article, .single article {
  width: 64.9122807018%;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .page article, .single article {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0px 20px 20px 20px;
  }
}
.page article div.entry-content, .single article div.entry-content {
  padding: 40px 60px 0px 0px;
}
@media only screen and (max-width: 960px) {
  .page article div.entry-content, .single article div.entry-content {
    padding: 20px 0px 0px 0px;
  }
}
.page article div.entry-content p.first-paragraph, .single article div.entry-content p.first-paragraph {
  font-size: 18px;
}
.page article div.entry-content h3, .page article div.entry-content h4, .page article div.entry-content h5, .page article div.entry-content h6, .single article div.entry-content h3, .single article div.entry-content h4, .single article div.entry-content h5, .single article div.entry-content h6 {
  margin-top: 25px;
}
.page article div.entry-content p, .single article div.entry-content p {
  padding: 10px 0px;
}
.page article div.entry-content p ul, .page article div.entry-content p ol, .single article div.entry-content p ul, .single article div.entry-content p ol {
  margin: 10px 10px;
  padding: 10px 0px;
  list-style: none;
  display: block;
}
@media only screen and (max-width: 960px) {
  .page article div.entry-content p ul, .page article div.entry-content p ol, .single article div.entry-content p ul, .single article div.entry-content p ol {
    margin: 0px;
  }
}
.page article div.entry-content p ul li, .page article div.entry-content p ol li, .single article div.entry-content p ul li, .single article div.entry-content p ol li {
  margin-bottom: 10px;
  font-style: italic;
}
.page article div.entry-content p ul li span, .page article div.entry-content p ol li span, .single article div.entry-content p ul li span, .single article div.entry-content p ol li span {
  display: inline-block;
  position: relative;
  width: 89%;
}
.page article div.entry-content p ul li:before, .page article div.entry-content p ol li:before, .single article div.entry-content p ul li:before, .single article div.entry-content p ol li:before {
  vertical-align: middle;
  width: 9%;
  float: left;
  font-family: "FontAwesome";
  content: "";
  font-style: normal;
  font-size: 12px;
  border: 1px solid #2cae63;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin: 0px 10px 0px 0px;
  position: relative;
  display: inline-block;
  top: 5px;
  vertical-align: middle;
}
.page article div.entry-content blockquote, .single article div.entry-content blockquote {
  background: #fbfbfb;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px 0px 30px 20px;
  position: relative;
}
.page article div.entry-content blockquote:before, .single article div.entry-content blockquote:before {
  content: "“";
  font-size: 125px;
  position: absolute;
  top: -40px;
  left: -20px;
  color: #e2e2e2;
  z-index: 1;
  letter-spacing: 0px;
  font-family: "Georgia", sans-serif;
}
.page article div.entry-content blockquote p, .single article div.entry-content blockquote p {
  font-style: italic;
  z-index: 2;
  position: relative;
}
.page article div.entry-content blockquote cite, .single article div.entry-content blockquote cite {
  font-style: normal;
  top: 5px;
  position: relative;
  font-weight: bold;
}
.page article div.entry-content hr, .single article div.entry-content hr {
  margin: 20px 0px;
  display: block;
}

body.page-id-29 a.teruggebeld-worden {
  display: none;
}

.blog #jumbotron {
  background-image: url(https://www.sportstroom.nl/wp-content/uploads/2018/10/Head-tennis-5.jpg) !important;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-position: right bottom;
  background-size: cover;
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  .blog #jumbotron {
    background-position: left bottom;
  }
}
.blog #jumbotron #jumbotron-gradient {
  padding: 0px 60px;
}
@media only screen and (max-width: 960px) {
  .blog #jumbotron #jumbotron-gradient {
    padding: 20px 20px !important;
  }
}
.blog #jumbotron #jumbotron-gradient h1 {
  padding: 60px 0px 60px 0px;
  display: block;
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  color: #e84e24;
  width: 63%;
}
@media only screen and (max-width: 960px) {
  .blog #jumbotron #jumbotron-gradient h1 {
    font-size: 30px !important;
    width: 100%;
  }
}
.blog #jumbotron #jumbotron-gradient p {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .blog #jumbotron #jumbotron-gradient p {
    width: 100% !important;
  }
}
.blog article {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0px;
  border-bottom: 1px solid #ededed;
}
.blog article aside {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
}
@media screen and (max-width: 768px) {
  .blog article aside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.blog article .entry-header {
  width: 64.9122807018%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .blog article .entry-header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.blog article .entry-header .posted-on {
  font-style: italic;
}
.blog article .entry-content {
  width: 64.9122807018%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .blog article .entry-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .blog div#primary {
    padding: 0px 20px;
  }
}

.sportstroom-sticky-cta {
  display: none;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  padding: 12px 60px 8px 60px;
  background: #ffffff;
  top: 0;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  transition: 0s;
  z-index: 5000;
}
.sportstroom-sticky-cta span {
  font-size: 20px;
  color: #00365F;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 680px) {
  .sportstroom-sticky-cta span {
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 16px;
  }
}
.sportstroom-sticky-cta a {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 5px 5px 6px 15px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.sportstroom-sticky-cta a:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
.sportstroom-sticky-cta a:hover {
  background: #7ec01c;
}
.sportstroom-sticky-cta a:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}

/*--------------------------------------------------------------
## Formulieren
--------------------------------------------------------------*/
.gform_footer input[type=submit] {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 12px 19px 12px 19px;
}
@media only screen and (max-width: 500px) {
  .gform_footer input[type=submit] {
    font-size: 16px;
  }
}
.gform_footer input[type=submit]:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
.gform_footer input[type=submit]:hover {
  background: #7ec01c;
  cursor: pointer;
}
.gform_footer input[type=submit]:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}

ul.gfield_checkbox li input {
  vertical-align: top;
  margin-top: 4px;
  margin-right: 8px;
}

.gform_wrapper {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/*--------------------------------------------------------------
## Projecten
--------------------------------------------------------------*/
.single-projecten ul.speclist {
  margin: 10px 0px 20px 0px;
  list-style: none;
  color: #2f2f2f;
  -webkit-padding-start: 0px;
  border-right: 1px solid #eaeaea;
  background: #f5f2f2;
  padding: 10px 15px;
  display: inline-block;
}
.single-projecten ul.speclist li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  margin: 0px 8px 0px 0px;
  border-right: 1px solid #eaeaea;
}
.single-projecten ul.speclist li:last-child {
  border-right: 0px;
}

ul.list {
  list-style: none;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  list-style: none;
  font-size: 18px;
  color: #00365F;
}
ul.list li {
  margin-bottom: 10px;
  font-style: italic;
}
ul.list li span {
  display: inline-block;
  position: relative;
  width: 89%;
}
ul.list li:before {
  vertical-align: middle;
  width: 9%;
  float: left;
  font-family: "FontAwesome";
  content: "";
  font-style: normal;
  font-size: 12px;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin: -2px 5px 0px 0px;
  position: relative;
  display: inline-block;
  top: 5px;
  vertical-align: middle;
  background: #e84e24;
  color: white;
  line-height: 20px;
}

.projectfilter {
  margin-bottom: 20px;
}
.projectfilter ul {
  -webkit-padding-start: 0px;
}
.projectfilter ul h4 {
  padding-bottom: 3px;
}

a.projectbtn {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
  display: block;
  padding: 10px 25px 10px 15px;
  background: #f5f2f2;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  a.projectbtn {
    font-size: 16px;
  }
}
a.projectbtn:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
a.projectbtn:hover {
  background: #7ec01c;
  cursor: pointer;
}
a.projectbtn:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}
a.projectbtn:after {
  display: none;
}
a.projectbtn:hover {
  color: white;
}
a.projectbtn:hover:before {
  color: white;
}
a.projectbtn:before {
  content: "";
  color: #333333;
  font-family: "fontawesome";
  font-size: 10px;
  margin-right: 5px;
  padding: 5px 10px 5px 8px;
  position: relative;
  top: -2px;
}

.projecten-overview .project-single {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: white;
  border: 1px solid lightgrey;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
.projecten-overview .project-single .project-single-gallery {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
}
@media only screen and (max-width: 768px) {
  .projecten-overview .project-single .project-single-gallery {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.projecten-overview .project-single .project-single-gallery .project-logo {
  width: 100%;
  height: 140px;
  text-align: center;
  margin-bottom: 10px;
}
.projecten-overview .project-single .project-single-gallery .project-logo img {
  max-height: 100%;
  width: auto;
}
@media only screen and (min-width: 380px) and (max-width: 768px) {
  .projecten-overview .project-single .project-single-gallery .project-logo {
    width: 29%;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .projecten-overview .project-single .project-single-gallery .gallery {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.projecten-overview .project-single .project-single-gallery .gallery ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-margin-before: 0px;
}
.projecten-overview .project-single .project-single-gallery .gallery ul li {
  width: 47%;
  border-right: 2px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.projecten-overview .project-single .project-single-info {
  width: 64.9122807018%;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .projecten-overview .project-single .project-single-info {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.projecten-overview .project-single .project-single-info a.titleLink {
  text-decoration: none;
}
.projecten-overview .project-single .project-single-info h3 {
  font-weight: 600;
  text-decoration: none;
  margin-top: 0px;
}
.projecten-overview .project-single .project-single-info h5 {
  font-weight: 600;
  opacity: 0.5;
}
.projecten-overview .project-single .project-single-info ul.project-tags {
  margin: 10px 0px 20px 0px;
  list-style: none;
}
.projecten-overview .project-single .project-single-info ul.project-tags li {
  display: inline-block;
  background: #eaeaea;
  padding: 5px 7px;
  margin: 3px;
}
.projecten-overview .project-single .project-single-info ul.speclist {
  margin: 10px 0px 20px 0px;
  list-style: none;
  color: #aaa;
  -webkit-padding-start: 0px;
}
.projecten-overview .project-single .project-single-info ul.speclist li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  margin: 0px 8px 0px 0px;
  border-right: 1px solid #eaeaea;
}
.projecten-overview .project-single .project-single-info ul.speclist li:last-child {
  border-right: 0px;
}
.projecten-overview .project-single .project-single-info span {
  font-size: 30px;
}
.projecten-overview .project-single .project-single-info .project-price {
  float: left;
}
.projecten-overview .project-single .project-single-info .project-price p {
  font-size: 16px;
  font-weight: 100;
  color: #aaa;
  margin-top: -9px;
}
.projecten-overview .project-single .project-single-info a.btn {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
@media only screen and (max-width: 500px) {
  .projecten-overview .project-single .project-single-info a.btn {
    font-size: 16px;
  }
}
.projecten-overview .project-single .project-single-info a.btn:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
.projecten-overview .project-single .project-single-info a.btn:hover {
  background: #7ec01c;
  cursor: pointer;
}
.projecten-overview .project-single .project-single-info a.btn:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}
.projecten-overview .project-single .project-single-info a.btn:hover {
  background: #7ec01c;
}

.project-single-gallery ul {
  list-style-type: none;
  margin-left: 0px;
  padding-inline-start: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  padding-left: 0px;
}
.project-single-gallery ul li {
  display: inline-block;
  width: 28%;
  margin-bottom: 10px;
  margin-right: 2%;
}
@media only screen and (max-width: 950px) {
  .project-single-gallery ul li {
    width: 47%;
  }
}
@media only screen and (max-width: 400px) {
  .project-single-gallery ul li {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.home #jumbotron {
  padding-bottom: 50px;
}
.home #jumbotron #jumbotron-gradient h1 {
  padding: 50px 0px 0px 0px;
  display: block;
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  opacity: 1;
  color: #e84e24;
  line-height: 1;
}
@media only screen and (max-width: 420px) {
  .home #jumbotron #jumbotron-gradient h1 {
    padding: 20px 0px 0px 0px;
  }
}
.home #jumbotron #jumbotron-gradient p {
  color: #0c4773;
  width: 63%;
  font-size: 18px !important;
  padding: 30px 0px 40px 0px;
}
.home #jumbotron #jumbotron-gradient a {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
  background: white;
  color: #00365F;
}
@media only screen and (max-width: 500px) {
  .home #jumbotron #jumbotron-gradient a {
    font-size: 16px;
  }
}
.home #jumbotron #jumbotron-gradient a:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
.home #jumbotron #jumbotron-gradient a:hover {
  background: #7ec01c;
  cursor: pointer;
}
.home #jumbotron #jumbotron-gradient a:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}
@media only screen and (max-width: 420px) {
  .home #jumbotron #jumbotron-gradient a {
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.home #jumbotron #jumbotron-gradient a:after {
  color: #00365F;
}
.home #jumbotron #jumbotron-gradient a:after:hover {
  color: white;
}
.home #jumbotron #jumbotron-gradient a:hover {
  background: #e84e24;
  color: white;
}
.home #jumbotron #jumbotron-gradient a:hover:after {
  color: white;
}
.home #jumbotron #jumbotron-gradient a.button1 {
  background: #e84e24;
  color: white;
  margin-right: 15px;
}
.home #jumbotron #jumbotron-gradient a.button1:after {
  color: white;
}
.home #jumbotron #jumbotron-gradient a.button1:hover {
  background: #7ec01c;
  color: white;
}
.home #jumbotron #jumbotron-gradient a.button1:hover:after {
  color: white;
}
@media only screen and (max-width: 420px) {
  .home #jumbotron #jumbotron-gradient a.button2, .home #jumbotron #jumbotron-gradient a.button1 {
    position: relative;
  }
  .home #jumbotron #jumbotron-gradient a.button2:after, .home #jumbotron #jumbotron-gradient a.button1:after {
    position: absolute;
    color: white;
    top: 13px;
    right: 17px;
  }
}
.home #jumbotron #jumbotron-gradient a.button2 {
  background-color: #0c4773;
  color: white;
}
.home #jumbotron #jumbotron-gradient a.button2:hover {
  background: #7ec01c;
  color: white;
}
.home #jumbotron #jumbotron-gradient a.button2:after {
  color: white;
}
@media only screen and (max-width: 420px) {
  .home #jumbotron #jumbotron-gradient a.button2 {
    margin-left: 0px;
  }
}
.home div.pagina-content {
  padding: 60px 0px 60px 60px;
  width: 64.9122807018%;
  float: left;
  margin-right: 5.2631578947%;
  border: 0px;
}
@media only screen and (max-width: 960px) {
  .home div.pagina-content {
    width: 100%;
    float: right;
    margin-right: 0;
    padding: 40px 20px 40px 20px !important;
  }
}
.home div.pagina-content div.intro {
  text-align: left;
}
.home div.pagina-content div.intro p {
  width: 100%;
  font-size: 18px;
  margin: 0px auto;
}
.home div.pagina-content div.intro p a {
  margin-top: 5px;
}
.home div.pagina-content div.uitgelicht-blokken {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.home div.pagina-content div.uitgelicht-blokken p a {
  display: block;
  margin-top: 5px;
}
.home div.pagina-content div.uitgelicht-blokken p a:before {
  font-family: "fontawesome";
  content: "";
  text-decoration: none !important;
  font-size: 10px;
  top: -2px;
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
.home div.pagina-content div.uitgelicht-blokken div.uitgelicht-blok {
  margin-top: 25px;
}
.home div.pagina-content div.uitgelicht-blokken div.uitgelicht-blok:nth-child(odd) {
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
}
@media only screen and (max-width: 600px) {
  .home div.pagina-content div.uitgelicht-blokken div.uitgelicht-blok:nth-child(odd) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.home div.pagina-content div.uitgelicht-blokken div.uitgelicht-blok:nth-child(even) {
  width: 47.3684210526%;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .home div.pagina-content div.uitgelicht-blokken div.uitgelicht-blok:nth-child(even) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.home div.pagina-content p.cta {
  margin-top: 20px;
}
.home div.pagina-content p.cta a {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
@media only screen and (max-width: 500px) {
  .home div.pagina-content p.cta a {
    font-size: 16px;
  }
}
.home div.pagina-content p.cta a:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
.home div.pagina-content p.cta a:hover {
  background: #7ec01c;
  cursor: pointer;
}
.home div.pagina-content p.cta a:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}
.home div.sidebar {
  width: 29.8245614035%;
  float: right;
  margin-right: 0;
  padding: 60px 60px 60px 0px;
}
@media only screen and (max-width: 960px) {
  .home div.sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0px 20px 20px 20px !important;
  }
}
.home div.sidebar .snel-naar section h2 {
  background: #00365F;
  display: block;
  color: white;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  padding: 20px 0px 20px 25px;
  margin: 0px;
  border-top: 0px;
}
@media only screen and (max-width: 500px) {
  .home div.sidebar .snel-naar section h2 {
    padding: 15px 0px 15px 15px;
  }
}
.home div.sidebar .snel-naar #nav_plus_widget-5 h2 {
  background: #f17824;
}
.home div.sidebar .snel-naar div {
  border: 1px solid #ededed;
}
.home div.sidebar .snel-naar div ul.menu, .home div.sidebar .snel-naar div ul.menudirectAction {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.home div.sidebar .snel-naar div ul.menu li.menu-item, .home div.sidebar .snel-naar div ul.menudirectAction li.menu-item {
  border-bottom: 1px solid #ededed;
}
.home div.sidebar .snel-naar div ul.menu li.menu-item:last-child, .home div.sidebar .snel-naar div ul.menudirectAction li.menu-item:last-child {
  border-bottom: 0px;
}
.home div.sidebar .snel-naar div ul.menu li.menu-item a, .home div.sidebar .snel-naar div ul.menudirectAction li.menu-item a {
  color: #333333;
  font-size: 17px;
  text-decoration: none;
  padding: 15px 0px 15px 25px;
  display: inline-block;
  width: 100%;
  font-weight: regular;
}
@media only screen and (max-width: 500px) {
  .home div.sidebar .snel-naar div ul.menu li.menu-item a, .home div.sidebar .snel-naar div ul.menudirectAction li.menu-item a {
    padding: 15px 0px 15px 15px;
  }
}
.home div.sidebar .snel-naar div ul.menu li.menu-item a:hover, .home div.sidebar .snel-naar div ul.menudirectAction li.menu-item a:hover {
  background: #ededed;
}
.home div.sidebar .snel-naar div ul.menu li.menu-item a:before, .home div.sidebar .snel-naar div ul.menudirectAction li.menu-item a:before {
  background: #e84e24;
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 5px 3px 7px;
  top: -2px;
  position: relative;
  margin-right: 10px;
}
.home div.sidebar .snel-naar div ul.menu li.menu-item.current-menu-item a, .home div.sidebar .snel-naar div ul.menudirectAction li.menu-item.current-menu-item a {
  background: #e4e3e3;
}
.home div.deelnemers ul {
  list-style-type: none;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .home div.deelnemers ul {
    display: inline-block !important;
    flex-wrap: nowrap !important;
    justify-content: no;
  }
}
.home div.deelnemers ul li {
  width: 48%;
  float: left;
  padding: 5px;
  border: 1px solid #ededed;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .home div.deelnemers ul li {
    margin: 5px 15px 0px 0px;
  }
  .home div.deelnemers ul li:first-child {
    margin-left: 0px;
  }
}
.home div.deelnemers ul li a {
  display: block;
  height: 100px;
  width: 100%;
  margin: 10px 0px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.home div.deelnemers ul li a:hover {
  transform: scale(1.02);
}
@media only screen and (max-width: 490px) {
  .home div.deelnemers ul li {
    max-width: 112px;
  }
}
.home div.deelnemers ul li:hover {
  box-shadow: 0px 0px 9px #ededed;
}
.home div.deelnemers a.naaralledeelnemers {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.home div.deelnemers ul.left {
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
}
.home div.deelnemers ul.right {
  width: 47.3684210526%;
  float: right;
  margin-right: 0;
}
.home .energiebesparingsadvies {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px;
  background: url(./images/hs-background.png);
  background-repeat: no-repeat;
  background-color: #EDEDEA;
}
@media only screen and (max-width: 960px) {
  .home .energiebesparingsadvies {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home .energiebesparingsadvies {
    background: transparent;
    background-color: #EDEDEA;
  }
}
.home .energiebesparingsadvies .besparingsadvies-afbeelding {
  display: none;
}
.home .energiebesparingsadvies .besparingsadvies-tekst {
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
  margin-left: 26.3157894737%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  .home .energiebesparingsadvies .besparingsadvies-tekst {
    margin-left: 43.8596491228%;
    width: 56.1403508772%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .home .energiebesparingsadvies .besparingsadvies-tekst {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0%;
    background: transparent;
  }
}
.home .energiebesparingsadvies .besparingsadvies-tekst p {
  padding: 20px 0px;
}
.home .energiebesparingsadvies a {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
@media only screen and (max-width: 500px) {
  .home .energiebesparingsadvies a {
    font-size: 16px;
  }
}
.home .energiebesparingsadvies a:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
.home .energiebesparingsadvies a:hover {
  background: #7ec01c;
  cursor: pointer;
}
.home .energiebesparingsadvies a:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}
@media only screen and (max-width: 960px) {
  .home .energiebesparingsadvies a {
    margin-bottom: 0px;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#recensie-tweet-container {
  background: #ededed;
  padding: 0px 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  footer#recensie-tweet-container {
    padding: 20px 20px 20px 20px !important;
  }
}
footer#recensie-tweet-container h3 {
  font-style: italic;
  display: inline-block;
}
footer#recensie-tweet-container #recensie {
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
}
@media only screen and (max-width: 960px) {
  footer#recensie-tweet-container #recensie {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
footer#recensie-tweet-container #recensie a.lees-alles {
  text-align: right;
  float: right;
}
@media only screen and (max-width: 960px) {
  footer#recensie-tweet-container #recensie a.lees-alles {
    display: none;
  }
}
footer#recensie-tweet-container #recensie a.lees-alles:before {
  font-family: "fontawesome";
  content: "";
  text-decoration: none !important;
  font-size: 10px;
  top: -2px;
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
footer#recensie-tweet-container #recensie p {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  padding: 25px 0px;
}
@media only screen and (max-width: 960px) {
  footer#recensie-tweet-container #recensie p {
    padding: 10px 0px;
  }
}
footer#recensie-tweet-container #recensie p span {
  margin-top: 30px;
  display: block;
}
@media only screen and (max-width: 960px) {
  footer#recensie-tweet-container #recensie p span {
    margin-top: 10px;
  }
}
footer#recensie-tweet-container #laatste-tweet {
  width: 47.3684210526%;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  footer#recensie-tweet-container #laatste-tweet {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
  }
}
footer#recensie-tweet-container #laatste-tweet p {
  font-size: 22px;
  font-style: italic;
  padding: 25px 0px 0px 0px;
}
@media only screen and (max-width: 960px) {
  footer#recensie-tweet-container #laatste-tweet p {
    padding: 10px 0px;
  }
}
footer#recensie-tweet-container #laatste-tweet blockquote {
  margin: 0px;
}
footer#recensie-tweet-container #laatste-tweet footer.quote {
  display: block;
  font-size: 16px;
  font-style: normal;
  margin-top: 25px;
}
footer#recensie-tweet-container #laatste-tweet footer.quote:before {
  content: "- ";
}
@media only screen and (max-width: 960px) {
  footer#recensie-tweet-container #laatste-tweet footer.quote {
    margin-top: 0px;
  }
}

.wps_logos_simple_grid .wps_simple_grid_item {
  display: table !important;
  border: 0px !important;
  border-right: 1px solid #ededed !important;
  padding: 10px;
}
.wps_logos_simple_grid .wps_simple_grid_item:last-child {
  border-right: 0px !important;
}
.wps_logos_simple_grid .wps_simple_grid_item .wps_logos_simple_grid_image {
  display: table-cell;
  vertical-align: middle;
  border: 0px !important;
}
.wps_logos_simple_grid .wps_simple_grid_item .wps_logos_simple_grid_image .wps_logos_img {
  display: inline-block;
}

footer#colophon {
  background-color: rgba(37, 70, 126, 0.9);
  background-size: cover;
  padding: 0px 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #FFFFFF;
  display: block;
  position: relative;
}
footer#colophon:after {
  content: " ";
  background: url("images/Athletiek.jpg") fixed;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  footer#colophon {
    padding: 20px 20px 20px 20px !important;
  }
}
footer#colophon a, footer#colophon h3 {
  color: white;
}
footer#colophon p {
  color: white;
}
footer#colophon .nieuwsbrief {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
}
@media only screen and (max-width: 960px) {
  footer#colophon .nieuwsbrief {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
footer#colophon .nieuwsbrief p {
  padding: 15px 0px;
}
footer#colophon .nieuwsbrief a {
  display: inline-block;
  background: #e84e24;
  color: white;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
@media only screen and (max-width: 500px) {
  footer#colophon .nieuwsbrief a {
    font-size: 16px;
  }
}
footer#colophon .nieuwsbrief a:after {
  content: "";
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  margin-left: 5px;
  padding: 5px 8px 5px 10px;
  position: relative;
  top: -2px;
}
footer#colophon .nieuwsbrief a:hover {
  background: #7ec01c;
  cursor: pointer;
}
footer#colophon .nieuwsbrief a:hover:after {
  padding-right: 5px;
  margin-left: 8px;
}
footer#colophon .social {
  width: 29.8245614035%;
  float: left;
  margin-right: 5.2631578947%;
}
@media only screen and (max-width: 960px) {
  footer#colophon .social {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 500px) {
  footer#colophon .social .fb-page {
    display: none;
  }
}
footer#colophon .social ul {
  margin: 0px;
  padding: 0px;
}
footer#colophon .social ul li {
  list-style: none;
  display: inline-block;
  width: 49%;
}
footer#colophon .social ul li a {
  display: block;
  background: #0c4773;
  text-decoration: none;
  text-align: center;
  padding: 3%;
  font-style: normal;
  margin: 22px 10px 0px 0px;
}
footer#colophon .social ul li a:hover {
  transform: scale(1.05);
}
footer#colophon .social ul li a.fb:before {
  font-family: "fontawesome";
  content: "";
  display: block;
  font-size: 44px;
}
footer#colophon .social ul li a.twitter:before {
  font-family: "fontawesome";
  content: "";
  display: block;
  font-size: 44px;
}
footer#colophon .social .fb-page {
  margin: 15px 0px 0px 0px;
}
footer#colophon .contact {
  width: 29.8245614035%;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  footer#colophon .contact {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
  }
}
footer#colophon .contact p {
  padding: 15px 0px;
}
footer#colophon .contact ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer#colophon .contact ul li {
  line-height: 2.5;
}
footer#colophon .contact ul li a {
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
}
footer#colophon .contact ul li a:before {
  background: #0c4773;
  text-align: center;
  border-radius: 5px;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  font-family: "fontawesome";
  width: 35px;
  line-height: 1.7;
  display: inline-block;
}
footer#colophon .contact ul li a.phone:before {
  content: "";
}
footer#colophon .contact ul li a.mail:before {
  content: "";
}

.footermenu {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background: #0c4773;
  padding: 10px 0px;
  font-size: 14px;
}
.footermenu ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.footermenu ul li {
  display: inline-block;
  margin-left: 20px;
}
.footermenu ul li a {
  color: #CCCCCC;
}
.footermenu ul li:first-child {
  margin-left: 0px;
}

/*--------------------------------------------------------------
## Teruggebeld worden
--------------------------------------------------------------*/
.teruggebeld-worden {
  background: #00365F;
  color: #FFFFFF;
  padding: 40px 10px 40px 10px;
  display: block;
  text-decoration: none;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .teruggebeld-worden {
    padding: 20px 10% 20px 10%;
  }
}
.teruggebeld-worden:before {
  content: "";
  background: #0c4773;
  font-family: "fontawesome";
  border-radius: 50px;
  font-size: 30px;
  padding: 12px 15px;
  position: relative;
  top: 11px;
  color: white;
  margin-left: 8px;
}
@media only screen and (max-width: 960px) {
  .teruggebeld-worden:before {
    padding: 20px 10% 20px 10%;
  }
}
.teruggebeld-worden:hover {
  transform: scale(1.02);
}
.teruggebeld-worden h2 {
  color: white;
  font-size: 20px;
  float: right;
  width: 75%;
}
.teruggebeld-worden p {
  font-size: 16px;
  margin: 0px;
  color: white;
  padding: 0px;
  float: right;
  width: 75%;
}
.teruggebeld-worden i.fa.fa-chevron-right {
  font-size: 10px;
}

/*--------------------------------------------------------------
## Fontgroottes mobiel
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  p {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------
## Overlay menu
--------------------------------------------------------------*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 6000;
  top: 0;
  right: 0;
  background-color: #25467e;
  background-color: #25467e;
  overflow-x: hidden;
  transition: 0.5s;
  font-size: 30px;
}

.overlay-content {
  position: relative;
  top: 50px;
  width: 100%;
  text-align: left;
}

.overlay ul {
  margin: 0px;
  padding-left: 0px;
}
.overlay ul li {
  list-style: none;
}
.overlay ul li a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
  opacity: 0.8;
  margin-left: 20px;
}
.overlay ul li a:hover, .overlay ul li a:focus {
  color: white;
  opacity: 1;
}
.overlay ul li.menu-item-has-children {
  position: relative;
}
.overlay ul li .toggle {
  opacity: 0.8;
  color: white;
  padding: 5px 8px 5px 10px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.overlay ul li .toggle.active {
  transform: rotate(180deg);
}
.overlay ul li .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  transition: all 0.3s ease-out;
  margin-left: 20px;
}
.overlay ul li .sub-menu li a {
  font-size: 18px;
}
.overlay ul li .sub-menu.show {
  visibility: visible;
  opacity: 1;
  max-height: 2000px;
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 25px;
  color: white;
  text-decoration: none;
}
.closebtn span {
  font-size: 25px;
  position: relative;
}
.closebtn:hover {
  color: white;
}

@media screen and (max-height: 450px) {
  .overlay .closebtn {
    font-size: 30px;
    top: 15px;
    right: 35px;
  }
}
/*--------------------------------------------------------------
	## Mobile menu
--------------------------------------------------------------*/
#sdrn_menu.sdrn_levels > ul {
  border-bottom: 1px solid #4f6c9e !important;
}

#sdrn_menu.sdrn_levels ul li {
  border-bottom: none !important;
  border-top: 1px solid #4f6c9e !important;
  padding-left: 30px !important;
}
#sdrn_menu.sdrn_levels ul li.menu-item-has-children {
  padding-left: 0px !important;
}

#sdrn_menu.sdrn_levels ul li ul.sub-menu li {
  padding-left: 50px !important;
}

#sdrn_menu.sdrn_levels a.sdrn_parent_item {
  border-left: 0px solid #474747 !important;
  margin-left: 30px !important;
}

#sdrn_menu.sdrn_levels li.current-menu-item a,
#sdrn_menu.sdrn_levels li.current-menu-parent a,
#sdrn_menu li.current-menu-parent .sdrn_icon_par {
  color: #e84e24;
}

#sdrn_menu.sdrn_levels li.current-menu-parent ul.sub-menu a {
  color: #ffffff;
}

#sdrn_menu.sdrn_levels li.current-menu-parent ul li.current-menu-item a {
  color: #e84e24;
}

#sdrn_bar .sdrn_ic {
  width: 75px !important;
  text-align: left !important;
  padding-top: 0px !important;
}

#sdrn_bar .sdrn_ic:before {
  content: "Menu";
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  color: #00365F;
  line-height: 25px !important;
  position: relative;
  top: -3px;
}

#sdrn_bar .sdrn_ic span {
  right: 0px !important;
  left: auto !important;
}

#sdrn_bar, #sdrn_bar *, #sdrn_menu, #sdrn_menu * {
  font-family: "myriad-pro", sans-serif;
}

.dv-member-zoom, .dv-member-name, .dv-panel-title {
  background-color: #f07921 !important;
}

.page-template-page-no-sidebar div.sidebar {
  display: none;
}
.page-template-page-no-sidebar article {
  width: 64.9122807018%;
  float: left;
  margin-right: 0;
  padding: 50px 0px 60px 60px;
}
@media only screen and (max-width: 960px) {
  .page-template-page-no-sidebar article {
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
.entry-content {
	padding-top:40px !important;
}