/************************************************* General ******************************************/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .col-xs-12 {
    padding: 0px !important;
  }
  .col-xs-6 {
    padding: 0px !important;
  }
}
/************************************************* fonts ******************************************/
@font-face {
  font-family: 'coneria_script_demoregular';
  src: url('demo_coneriascript-webfont.woff2') format('woff2'), url('demo_coneriascript-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/************************************************* General ******************************************/
header {
  display: inline-block;
  width: 100%;
}
h1 {
  font-family: 'Lato', sans-serif;
}
h2 {
  font-family: 'Lato', sans-serif;
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0px 0px 20px 0px;
}
h3 {
  font-family: 'Bilbo Swash Caps', cursive;
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
a {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: black;
}
.table {
  display: inline-block;
}
@media (min-width: 768px) {
  .table {
    display: table;
  }
}
.table-cell {
  display: inline-block;
}
@media (min-width: 768px) {
  .table-cell {
    display: table-cell;
    vertical-align: middle;
  }
}
.height-100 {
  height: 100%;
}
/************************************************* Buttons ******************************************/
.btn-flat {
  padding: 7px 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.btn-flat:hover {
  text-decoration: none;
}
.btn-flat.white {
  border: 1px solid black;
  color: black;
}
.btn-flat.white:hover {
  background-color: black;
  color: white;
}
.btn-flat.white.active,
.btn-flat.white:focus {
  background-color: white;
  color: black;
}
.btn-flat.black {
  border: 1px solid black;
  color: white;
  background-color: black;
}
.btn-flat.black:hover,
.btn-flat.black.active,
.btn-flat.black:focus {
  background-color: white;
  color: black;
}
/************************************************* Taskbar + navigation ******************************************/
header {
  display: inline-block;
  position: fixed;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 3px solid #EEEEEE;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-default {
  padding: 0px 90px;
  background-color: transparent;
  border: none;
}
@media (max-width: 1050px) {
  .navbar-default {
    padding: 0px 15px 0px 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .navbar-default {
    padding: 0px 2px 0px 8px !important;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    padding: 0px;
  }
}
.navbar-default .navbar-toggle {
  margin-right: 15px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 0px;
  border: none;
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    margin-top: 39px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
    height: 1px;
    border-radius: 0px;
  }
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent !important;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent !important;
}
.navbar-default .navbar-toggle:active {
  background-color: transparent !important;
}
.navbar-brand {
  height: 85px;
  padding: 0px;
  display: inline-block;
}
.navbar-brand p {
  font-size: 22px;
  line-height: 85px;
  font-weight: 100;
  color: #000000;
  font-family: 'arial', cursive;
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar-brand p {
    margin: 0px;
  }
}
.navbar-brand div {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: 60%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .navbar-brand div {
    background-position: left center;
    background-size: 70%;
    background-repeat: no-repeat;
  }
}
.navbar-collapse {
  padding: 0px;
}
@media (max-width: 767px) {
  .navbar-collapse {
    border: none;
  }
  .navbar-collapse.in {
    border-bottom: 1px solid #ffffff;
    margin-bottom: -5px;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    float: right;
    padding-right: 10px;
    display: table !important;
  }
  .navbar-collapse.collapse {
    height: 85px !important;
    display: table !important;
    padding: 0px;
    text-align: right;
  }
}
.navbar-collapse .navbar-nav {
  margin: 0px;
}
.navbar-collapse .navbar-nav li {
  text-align: center;
}
.navbar-collapse .navbar-nav li.active a {
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.navbar-collapse .navbar-nav li.active a:active,
.navbar-collapse .navbar-nav li.active a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-collapse .navbar-nav li.active a:hover {
  background-color: transparent !important;
  color: #000000 !important;
}
.navbar-collapse .navbar-nav li a {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav li a:active,
.navbar-collapse .navbar-nav li a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-collapse .navbar-nav li a:hover {
  background-color: transparent;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .navbar-collapse .navbar-nav li {
    display: inline-block;
    width: 100%;
  }
  .navbar-collapse .navbar-nav li a {
    display: inline-block;
  }
  .navbar-collapse .navbar-nav li.active a {
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
    color: #000000;
  }
  .navbar-collapse .navbar-nav li.active a:hover {
    background-color: #ffffff;
    color: #000000;
  }
}
@media (min-width: 768px) {
  .navbar-collapse .navbar-nav {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
  }
  .navbar-collapse .navbar-nav li {
    float: none;
    display: inline-block;
    margin-right: 10px;
  }
  .navbar-collapse .navbar-nav li:last-of-type {
    margin-right: 0px;
  }
  .navbar-collapse .navbar-nav li.active a {
    background-color: transparent;
    border-bottom: 1px solid #000000;
  }
  .navbar-collapse .navbar-nav li a {
    text-transform: uppercase;
    padding: 0px;
  }
  .navbar-collapse .navbar-nav li a:hover {
    background-color: transparent !important;
  }
}
.select-style {
  border: 0.5px solid #ffffff;
  border-radius: 0px;
  overflow: hidden;
  background: #000000 url("/assets/img/arrow-down.png") no-repeat 15% 50%;
  background-size: 15%;
}
@media (max-width: 767px) {
  .select-style {
    padding: 5px;
    background-size: 10%;
    width: 20% !important;
    left: 40%;
    margin-bottom: 10px;
  }
}
.select-style select {
  padding: 4px 10px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  color: white;
  text-transform: uppercase;
  text-align: right;
  padding-left: 30px;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 12px;
}
.select-style select:focus {
  outline: none;
}
@media (max-width: 820px) and (min-width: 768px) {
  .navbar-brand p {
    font-size: 20px;
  }
  .navbar-collapse .navbar-nav li,
  .navbar-collapse .navbar-nav li.active {
    margin-right: 8px;
  }
  .navbar-collapse .navbar-nav li a,
  .navbar-collapse .navbar-nav li.active a {
    font-size: 14px;
  }
}
/************************************************* Home ******************************************/
.home-fade {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: inline-block;
  opacity: 1;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
.home-fade .mySlides {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.14);
}
.home-fade .mySlides.active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.6s ease-out, transform 7.2s linear;
}
.home-fade .mySlides.hide {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  display: inline-block !important;
  transition: opacity 1.6s ease-out, transform 7.2s linear;
}
.about {
  display: inline-block;
  width: 100vw;
  position: absolute;
  top: 0px;
  overflow: auto;
  height: 100%;
}
.about.vh {
  height: 100vh;
}
@media (max-width: 767px) {
  .about {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
.about .padding {
  margin-top: 85px;
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .about .padding {
    margin-top: 30px;
    padding: 30px 20px !important;
  }
  .about .padding:last-of-type {
    padding-top: 0px !important;
  }
}
.about .foto {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about .foto {
    margin-top: 85px;
    height: 275px;
    position: relative;
  }
}
@media (max-width: 500px) {
  .about .foto {
    margin-top: 85px;
    height: 175px;
    position: relative;
  }
}
.about .project {
  display: inline-block;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .about .project {
    height: 200px;
  }
}
.about .project:hover .hover {
  display: table;
  position: absolute;
  width: 101%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.about .project:hover .hover .content {
  display: table-cell;
  vertical-align: middle;
  color: black;
}
.about .project:hover .hover .content i {
  font-size: 20px;
  margin-bottom: 15px;
  color: black;
  display: inline-block;
}
.about .project:hover .hover .content h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: none;
}
.about .project:hover .hover .content .border {
  position: relative;
  top: -10px;
  width: 100px;
  height: 1px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: black;
  display: inline-block;
}
.about .project:hover .hover .content p {
  margin: 0px;
  top: -10px;
  position: relative;
}
.about .project .hover {
  display: none;
}
@media (min-width: 767px) {
  .about .about-pers {
    margin-top: 85px;
  }
}
.referenties {
  display: inline-block;
  width: 100vw;
  margin-top: 85px;
  position: relative;
  background-color: white;
}
@media (max-width: 767px) {
  .referenties {
    width: 100%;
    height: 100%;
  }
}
.referenties .filter a {
  color: black;
  cursor: pointer;
  font-weight: 400;
}
.referenties .location {
  font-size: 16px;
  font-weight: 300;
}
.masonry-container {
  margin: 0 6px;
}
.masonry-container .item {
  display: inline-block;
  padding: 0px !important;
}
.masonry-container .item .hover {
  display: none;
  /*extra*/
  height: 250px;
}
.masonry-container .item:hover .hover {
  display: table;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.masonry-container .item:hover .hover .content {
  display: table-cell;
  vertical-align: middle;
  color: black;
}
.masonry-container .item:hover .hover .content i {
  font-size: 24px;
  margin-bottom: 15px;
  color: black;
  display: inline-block;
}
.masonry-container .item:hover .hover .content h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: none;
}
.masonry-container .item:hover .hover .content .border {
  position: relative;
  top: -10px;
  width: 100px;
  height: 1px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: black;
  display: inline-block;
}
.masonry-container .item:hover .hover .content .description p {
  font-size: 16px;
}
.masonry-container .item img {
  width: 100%;
  border: 6px solid white;
  /*extra*/
  height: 250px;
}
.masonry-container .item a.foto {
  height: 250px;
  width: 100%;
  border: 6px solid white;
  border-bottom: 4px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.referenties-alternatief {
  display: inline-block;
  width: 100vw;
  margin-top: 85px;
  position: relative;
}
@media (max-width: 767px) {
  .referenties-alternatief {
    width: 100%;
    height: 100%;
  }
}
.pers {
  display: inline-block;
  padding-left: 0px !important;
  margin-bottom: 15px;
}
.pers .pers-box {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pers .pers-foto {
  width: 100%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.pers .pers-foto .beschrijving {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 50px;
  background-color: #ebebeb;
  text-align: center;
  display: table;
}
@media (max-width: 767px) {
  .pers .pers-foto .beschrijving {
    width: 100%;
  }
}
.pers .pers-foto .beschrijving p {
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
}
.contact {
  height: 100%;
}
.contact .clearfix {
  display: inline-block;
  width: 100%;
  height: 1px;
}
.contact .formulier {
  padding-left: 0px !important;
}
.contact .formulier .col-md-6,
.contact .formulier .col-md-12 {
  padding-left: 0px;
}
.contact .formulier input,
.contact .formulier textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 8px;
  background-color: #ebebeb;
  border: none;
  resize: none;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #808080;
}
.contact .formulier button {
  background-color: transparent;
}
@media (max-width: 767px) {
  .contact .formulier button {
    margin-bottom: 30px;
  }
}
.contact ::-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #808080;
}
.contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #808080;
}
.contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #808080;
}
.contact :-ms-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #808080;
}
.contact-gegevens .row {
  margin-bottom: 15px;
}
.contact-gegevens p {
  margin: 0px;
}
.contact-gegevens a:hover {
  color: black;
}
@media (max-width: 767px) {
  .container-content {
    position: relative !important;
  }
}
.filter {
  background-color: white;
  padding: 15px 90px;
}
@media (max-width: 768px) {
  .filter {
    padding: 15px 15px;
  }
}
.filter a {
  text-transform: uppercase;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .filter a {
    margin-right: 15px;
  }
}
.filter a.active {
  font-weight: 700;
}
/* referentie-detail */
.referenties-detail {
  padding-top: 125px;
  padding-right: 50px;
  padding-left: 50px;
}
.referenties-detail .referentie-detail-info {
  margin-top: 25px;
}
.referenties-detail .tekst-detail-referentie {
  text-align: center;
}
.referentie-detail-info i {
  display: inline-block;
  color: #757575;
  margin-right: 7px;
  font-size: 16px;
}
.referentie-detail-info p {
  display: inline-block;
  font-size: 14px;
}
.referentie-detail-info-kader {
  display: inline-block;
  margin-right: 20px;
}
.referenties-slider {
  height: 600px;
  display: inline-block;
  width: 100%;
}
.referenties-slider div {
  height: 600px;
}
@media (max-width: 1400px) {
  .referenties-slider,
  .referenties-slider div {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .referenties-slider,
  .referenties-slider div {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .referenties-slider,
  .referenties-slider div {
    height: 380px;
  }
}
@media (max-width: 550px) {
  .referenties-slider,
  .referenties-slider div {
    height: 280px;
  }
}
@media (max-width: 400px) {
  .referenties-slider,
  .referenties-slider div {
    height: 225px;
  }
}
.referenties-slider.single-item .slick-prev {
  left: -40px;
  z-index: 900;
}
.referenties-slider.single-item .slick-next {
  right: -40px;
  z-index: 900;
}
.referenties-slider.single-item .slick-prev:before {
  color: #4d4d4d;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 28px;
}
.referenties-slider.single-item .slick-next:before {
  color: #4d4d4d;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 28px;
}
@media (max-width: 992px) {
  .referenties-slider.single-item .slick-prev {
    left: 20px;
    z-index: 900;
  }
  .referenties-slider.single-item .slick-next {
    right: 20px;
    z-index: 900;
  }
  .referenties-slider.single-item .slick-prev:before {
    color: white;
    content: '\f0d9';
    font-family: FontAwesome;
    font-size: 28px;
  }
  .referenties-slider.single-item .slick-next:before {
    color: white;
    content: '\f0da';
    font-family: FontAwesome;
    font-size: 28px;
  }
}
.referenties-detail .slick-dots li button:before {
  font-size: 40px;
}
.tekst-detail-referentie {
  padding-top: 25px;
  padding-bottom: 15px;
}
.tekst-detail-referentie p {
  font-size: 15px;
}
@media (max-width: 992px) {
  .tekst-detail-referentie {
    padding-left: 0px;
  }
}
/* Navbar */
.navbar .dropdown button {
  border-radius: 0;
  border-color: #ffffff;
  padding: 0px 5px;
  background-color: transparent;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 767px) {
  .navbar .dropdown button {
    padding: 0px 0px !important;
  }
}
.navbar .dropdown button:before {
  content: '\f078';
  font-family: FontAwesome;
  font-weight: 300;
  margin-right: 10px;
}
.navbar .dropdown-menu {
  background-color: white;
  min-width: 50px;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .navbar .dropdown-menu {
    text-align: center !important;
  }
}
.navbar .dropdown-menu li {
  margin-right: 0px !important;
  display: inline-block;
}
.navbar .dropdown-menu li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .navbar .dropdown-menu li:hover {
    background-color: transparent;
  }
}
.navbar .dropdown-menu li a {
  color: black !important;
  padding: 0px 5px !important;
  text-align: left !important;
  font-weight: 500;
}
.navbar .dropdown-menu li a:hover {
  color: black !important;
}
@media (max-width: 767px) {
  .navbar .dropdown-menu li a {
    color: white !important;
    text-align: center !important;
    display: inline-block;
    margin-right: 10px;
  }
  .navbar .dropdown-menu li a:last-child {
    margin-right: 0px;
  }
}
.navbar .btn-default:active,
.navbar .btn-default.active,
.navbar .open > .dropdown-toggle.btn-default {
  color: #000000;
  background-color: transparent;
  border-color: white;
  font-size: 14px;
}
@media (max-width: 767px) {
  .navbar .btn-default:active,
  .navbar .btn-default.active,
  .navbar .open > .dropdown-toggle.btn-default {
    border-color: transparent;
  }
}
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:focus {
    color: black;
    background-color: transparent;
  }
}
/************************************************* GDPR ******************************************/
#privacy .gdpr-block {
  padding-top: 120px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  #privacy .gdpr-block .nav-tabs li {
    width: 100%;
    border: 1px solid #dddddd;
  }
  #privacy .gdpr-block .nav-tabs li a {
    border: none;
    margin-right: 0;
  }
  #privacy .gdpr-block .nav-tabs li.active a {
    background-color: #dfdfdf;
  }
}
#privacy .gdpr-block .nav-tabs li a {
  color: black;
}
#privacy .gdpr-block .tab-content .tab-pane {
  padding: 30px 0;
}
#privacy .gdpr-block .tab-content .tab-pane h4 {
  margin-bottom: 20px;
}
#privacy .gdpr-block .tab-content .tab-pane p {
  margin-bottom: 10px;
}
#privacy .gdpr-block .tab-content .tab-pane p:last-of-type {
  margin-bottom: 0;
}
.cc-message,
.cc-message a {
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -10px;
}
.checkbox {
  margin-top: 0;
}
.checkbox input {
  width: auto !important;
}
.checkbox label {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.checkbox label.error {
  font-weight: 700;
}
.checkbox label a {
  text-decoration: underline;
}
/************************************************* Vacature ******************************************/
.vacatures {
  margin-top: 50px;
}
.vacatures .vacature-link {
  color: black;
}
.square-center-block {
  background-color: white;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid black;
}
.square-center-block .block-content {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.square-center-block .block-content h5 {
  font-size: 18px;
  font-weight: 700;
}
.square-center-block .block-content button {
  margin-top: 10px;
}
.scale {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.scale .scale-item,
.scale iframe,
.scale embed,
.scale object,
.scale video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.scale::before {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .scale-1by1 {
    padding: 0 0 100% 0;
  }
}
@media (max-width: 767px) {
  .scale-1by1 {
    width: 300px;
    height: 300px;
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 768px) {
  .scroll-div {
    height: calc(100vh - 85px);
    overflow: scroll;
  }
}
.vacture-formulier {
  margin-top: 20px;
}
.vacture-formulier h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}
