/*
Theme Name: 	Swell Responsive
Theme URI: 		
Description: 	A clean & swell theme
Version: 		1.0
Author: 		Edwin Slothouber
Author URI: 	http://swell.nl

font-family: 'adelle-sans', sans-serif;

*/
@import "css/normalize.css";
@import "css/simplegrid-swell.css";
.spacer {
  height: 120px;
}

header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}
header .row {
  position: relative;
}
header .row [class*=col-].logo {
  font-size: 1.8em;
  line-height: 1.4em;
}
header .row [class*=col-].logo a:hover {
  text-decoration: none;
}
header .row [class*=col-].logo .onderstreep {
  border-bottom: 2px solid #000;
}
header .row [class*=col-].navigatie {
  text-align: right;
  padding-top: 37px;
  padding-bottom: 0px;
}
header .row [class*=col-].navigatie ul#hoofdmenu {
  list-style: none;
  text-align: right;
}
header .row [class*=col-].navigatie ul#hoofdmenu li {
  display: inline-block;
  padding: 0 0 0 40px;
}
header .row [class*=col-].navigatie ul#hoofdmenu li.current-menu-item a {
  border-bottom: 1px solid #000;
}
header .row [class*=col-].navigatie ul#hoofdmenu li a {
  font-size: 1em;
}
@media (max-width: 48em) {
  header .row [class*=col-].navigatie {
    padding-top: 0px;
  }
  header .row [class*=col-].navigatie ul#hoofdmenu li {
    display: block;
  }
}

.header {
  position: fixed;
  margin-top: 45px;
  margin-bottom: 28px;
}

.header .row .col-small-12 {
  font-size: 1.8em;
  line-height: 1.4em;
}

.header .logo {
  text-align: center;
}

.header .navigatie {
  padding-top: 20px;
}

.header .logo a {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
}

.header .logo a:hover {
  text-decoration: none;
}

.header .logo a .onderstreep {
  border-bottom: 2px solid #000;
}

@media handheld, only screen and (max-width: 48em) {
  .navigatie {
    text-align: center !important;
  }
}
html {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "adelle-sans", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0;
}

img {
  border: 0px solid #000;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  color: #000;
}

h1 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0;
}

h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0;
}

h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0;
}

h4 {
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0;
}

hr {
  margin: 30px 0;
  border: 0px solid #fff;
  border-bottom: 1px solid #ccc;
}

ul {
  list-style-position: inside;
}

label {
  display: block;
}

input {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #000;
  border: 1px solid #777;
  margin: 0 0 5px 0;
  padding: 2px 5px;
}

input[type=submit] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
}

.hide-on-mobile {
  display: block;
}

.hide-on-desktop {
  display: none;
}

.bgwit {
  background-color: #fff;
}

.wit {
  color: #fff;
}

.zwart {
  color: #000;
}

.grijs {
  color: #b2b2b2;
}

/* ========================================================================= Visual Form Builer ======== */
form.visual-form-builder fieldset {
  border: 0px;
  margin: 0;
  padding: 0;
}

form.visual-form-builder fieldset .vfb-legend {
  display: none;
}

form.visual-form-builder ul.vfb-section {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

form.visual-form-builder input,
form.visual-form-builder textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #aaa;
}

form.visual-form-builder textarea {
  height: 150px;
}

input[type=button],
input[type=submit] {
  color: #000;
  margin: 10px 0;
  width: auto !important;
  padding: 5px 15px;
}

/* ======================================================================== home  2023 === */
.fslightbox-container {
  background: initial !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.fslightboxc {
  background: initial !important;
  background-color: transparent !important;
}
.fslightboxc:after {
  background: initial !important;
  background-color: transparent !important;
}

.fslightboxci {
  color: #000 !important;
}

.fslightbox-toolbar div:first-child {
  display: none !important;
}

.fslightbox-slide-btn {
  background: initial !important;
  background-color: transparent !important;
  color: #000 !important;
}

.fslightbox-toolbar {
  background: initial !important;
  background-color: transparent !important;
  color: #000 !important;
}

.fslightbox-toolbar-button:nth-child(1) {
  display: none !important;
}

.fslightbox-toolbar-button:nth-child(2) {
  display: none !important;
}

.fslightbox-toolbar-button:nth-child(3) {
  display: none !important;
}

.fslightbox-toolbar-button:nth-child(4) {
  display: none !important;
}

.lightbox,
.grid {
  position: relative;
  width: 100%;
}
.lightbox .grid-sizer,
.grid .grid-sizer {
  width: 25%;
}
.lightbox .grid-item,
.grid .grid-item {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 20px;
  line-height: 0px;
}
.lightbox .grid-item a,
.grid .grid-item a {
  display: block;
  height: 100%;
  line-height: 0px;
}
.lightbox .grid-item img,
.grid .grid-item img {
  width: 100%;
}
.lightbox .grid-item .masker,
.grid .grid-item .masker {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: absolute;
  top: 0px;
  width: calc(100% - 20px);
  height: 100%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.lightbox .grid-item .masker .titeltje,
.grid .grid-item .masker .titeltje {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #fff;
  font-family: "adelle-sans", sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
}
.lightbox .grid-item:hover .masker,
.grid .grid-item:hover .masker {
  background-color: rgba(0, 0, 0, 0.4);
}
.lightbox .grid-item:hover .masker .titeltje,
.grid .grid-item:hover .masker .titeltje {
  opacity: 1;
}

#lightbox .lb-caption a {
  color: #000;
  font-weight: 400;
}

.lightboxOverlay {
  z-index: 10000 !important;
  background-color: #fff !important;
  opacity: 0.6 !important;
}

.lightbox .lb-image {
  border: 0px solid transparent !important;
}

.lb-data .lb-close {
  background-image: none !important;
  position: relative;
}
.lb-data .lb-close:after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 10px;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-size: 30px;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  background-size: 30px auto !important;
}

/* ======================================================================== home === */
.page-template-home a.beeld {
  position: relative;
  display: block;
  line-height: 0em;
}

.home #footer {
  display: none;
}

.home-info {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.home-info .tekst {
  font-size: 0.86em;
  width: 400px;
  float: right;
  padding: 15px 10px 10px 20px;
}

/* ========================================================================== contact === */
.page-template-contact .contactrow {
  min-height: 700px;
}

.page-template-contact .row {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-template-contact .contactrow .col-small-12 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-template-contact .contactrow .tekstbox {
  position: relative;
}

.page-template-contact .contactrow .tekstbox .close {
  position: absolute;
  right: 47px;
  top: 7px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px 5px;
  font-size: 1.5em;
}

.page-template-contact .contactrow .tekstbox .close:hover {
  color: #aaa;
  text-decoration: none;
}

/* ========================================================================== portfolio overzicht === */
.categories {
  color: #808080;
}

.categories h2 {
  color: #808080;
  font-size: 1.6em;
  font-weight: 600;
}

.categories ul li a {
  color: #808080;
}

.categories ul {
  list-style-type: none;
  padding-left: 0px;
}

.categories ul li {
  border-bottom: 1px solid #d0d0d0;
  line-height: 30px;
}

.portfolio-overzicht {
  margin-top: 20px;
  position: relative;
}

.portfolio-overzicht .beeld {
  line-height: 0em;
  position: relative;
}

.portfolio-overzicht .beeld a {
  display: block;
}

.kleur_mouseover {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.kleur_mouseover > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertical center alignment */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Horizontal center alignment */
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.8em;
  line-height: 1.2em;
}

.page-template-portfolio-overzicht .kleur_mouseover > span {
  font-size: 1.5em;
}

a:hover .kleur_mouseover {
  opacity: 1;
}

.kleur_mouseover.koraal {
  background-color: #e24647;
}

.kleur_mouseover.goud {
  background-color: #d3a605;
}

.kleur_mouseover.hemelsblauw {
  background-color: #b0e5f5;
}

.kleur_mouseover.zeegroen {
  background-color: #a6cfc7;
}

/* ========================================================================== portfolio === */
#tekstbox {
  position: absolute;
  width: 100%;
  top: 150px;
}

#tekstbox.rechts .col-small-12 {
  float: right;
  padding-right: 40px;
}

#tekstbox .bodytekst {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 30px;
  margin-left: 30px;
  z-index: 500;
}

#tekstbox .bodytekst h3 {
  margin-bottom: 10px;
}

.portfoliofotoos .caption {
  font-size: 0.86em;
  line-height: 0.75em;
}

.portfoliofotoos .col-small-12 {
  line-height: 0em;
}

#tekstbox .bodytekst .fa {
  margin-right: 10px;
}

#tekstbox .close {
  position: absolute;
  right: 17px;
  top: 7px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px 5px;
  font-size: 1.5em;
}

#tekstbox .close:hover {
  color: #aaa;
  text-decoration: none;
}

.portfoliofotoos iframe {
  width: 100%;
}

.videocontainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.videocontainer iframe, .videocontainer object, .videocontainer embed, .videocontainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfoliofotoos .fancybox img {
  width: 100%;
}

.related {
  color: #404040;
}

.related h3 {
  color: #404040;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  padding: 10px 0;
}

/* ========================================================================= footer ======== */
#footer {
  position: relative;
  height: 50px;
  color: #000;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
}

#footer .socials {
  display: inline-block;
  padding: 0 10px;
}

#footer .socials .fa {
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 1.3em;
  margin-left: 0 10px;
}

/* ========================================================================= diversen ======== */
.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.textalignright {
  text-align: right;
}

.trans {
  background-color: transparent;
}

.radius {
  border-radius: 10px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.clearfix:after {
  zoom: 1;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.borderT1 {
  border-top: 1px solid #d0d0d0;
}

.paddingT0 {
  padding-top: 0px !important;
}

.paddingB0 {
  padding-bottom: 0px !important;
}

.paddingL0 {
  padding-left: 0px;
}

.marginT10 {
  margin-top: 10px;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginT50 {
  margin-top: 50px !important;
}

.marginB50 {
  margin-bottom: 50px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB30 {
  margin-bottom: 20px !important;
}

.padding30 {
  padding: 30px;
}

.paddingB10 {
  padding-bottom: 10px !important;
}

.paddingR30 {
  padding-right: 30px !important;
}

.schaduw {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 20px 1px #ccc;
  box-shadow: 0 0px 20px 1px #ccc;
}

/* ========================================================================= media query 640 px ======== */
@media handheld, only screen and (max-width: 40em) {
  .page-template-nieuws-overzicht .masonrow .linkerkolom {
    float: none;
    width: auto;
  }
  .page-template-nieuws-overzicht .masonrow .linkerkolom .readmore {
    display: none;
  }
  .page-template-nieuws-overzicht .masonrow .rechterkolom {
    padding-left: 0px;
  }
  .page-template-nieuws-overzicht .masonrow .rechterkolom .readmore {
    display: inline-block;
    margin-top: 20px;
  }
}
/* ========================================================================= media query 768 px ======== */
@media handheld, only screen and (max-width: 48em) {
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  .home-info {
    display: none;
    right: 0px;
    left: 0px;
    padding-left: 20px;
    bottom: 0px;
    background-color: #fff;
  }
  .home-info .tekst {
    width: auto;
    float: none !important;
    padding-right: 20px;
    padding-left: 0px;
  }
  .categories {
    display: none;
  }
  #tekstbox.rechts .col-small-12 {
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
/* ========================================================================= media query 850px ======== */
@media handheld, only screen and (max-width: 851px) {
  #tekstbox {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
  #tekstbox .col-medium-4 {
    width: 100%;
  }
  #tekstbox .bodytekst {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0;
    padding-left: 15px;
  }
  #tekstbox.rechts .col-small-12 {
    margin-right: 0px;
  }
  #tekstbox.rechts .bodytekst {
    padding-left: 0px;
  }
  #tekstbox .close {
    display: none;
  }
}
/* ========================================================================= media query 850px ======== */
@media handheld, only screen and (min-width: 851px) and (max-width: 1024px) {
  #tekstbox .bodytekst h3 {
    font-size: 1.4em;
  }
}