@import "reset.css";
@import "menu.css";
@import "cols.css";
/*
maincolors:
BACKGROUND:#fff
COLOR:#000
MAINCOLOR:#000
MAINCOLOR2:#c00
COLOR_ON_MAIN:#fff;
*/
html {  -webkit-text-size-adjust: none;}
body{background-color:#fff;color:#3d3d3f;font-family:Poppins, Arial;font-size:15px;}
body, html {height: 100%;}
/*  Float containers fix: */
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear{clear:both;}
a{color:#000;}
a:hover{color:#000;}
a.tel{text-decoration:none;display:block;}
b,strong{font-weight:bold;}

.grid-4 {display: grid;grid-gap: 20px;grid-template-columns: repeat(4,1fr);}
.grid-3 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(3,1fr);}

.ref {position: relative;}
.ref img {object-fit: cover;aspect-ratio: 4/3;width: 100%;}
.ref .abs a {position: absolute;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;background: rgba(0,0,0,0.15);top: 0;left: 0;text-decoration: none;color: #fff;font-size: 20px;text-align: center;padding: 0 20px;}

#superwrapper {min-height: 100%;height: auto !important;height: 100%;}
.wrapper {max-width: 1420px;width:95%;height: auto;margin: 0px auto;position:relative;}

.placeholder {color:#aaa;}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder {color:#aaa;}
:-moz-placeholder {color:#aaa;opacity:1;}
::-moz-placeholder {color:#aaa;opacity:1;}
:-ms-input-placeholder, :-ms-textarea-placeholder {color:#aaa;}	
input[placeholder], textarea[placeholder] {color:#aaa;}

h1 {color:#000;font-size:30px;line-height:normal;font-weight:700;margin-bottom:30px;}
h1.H1Hm{text-align:center;}
h2 {color:#000;font-size:20px;line-height:normal;font-weight:700;margin-bottom: 10px;}
h4 {color:#fff;font-size:36px;line-height:normal;font-weight:700;margin-bottom: 20px;}
h5 {color:#fff;font-size:18px;line-height:30px;font-weight:300;}
#melding{text-align:center;background-color:#000;color:#fff;padding:10px;text-transform:uppercase;}

#navMobMenu{display:none;}
#navMob,#searchMob,#loginLnksmob,#languagesMob {background-color:#fff;display:none;}

#height {height: 98px;}
#top {background-color:#fff;position: fixed;top: 0px;left: 0px;width: 100%;padding: 20px 0;z-index: 999;box-shadow: 1px 2px 10px rgba(0,0,0,.1);}
#header {width:100%;}
#logo {float:left;}

#background {background: url(../images/home3.jpg) no-repeat center bottom;background-size: cover;width: 100%;height: 100vh;display: flex;align-items: center;justify-content: center;flex-direction: column;}
#background:before {content: "";position: absolute;height: 100%;width: 100%;background: rgba(0,0,0,0.5); background-blend-mode: unset;}
#background2 {background: url(../images/overons.jpg) no-repeat center center;background-size: cover;width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
#background3, #background8, #background9, #background10, #background11, #background18, #background19, #background20, #background21, #background22 {background: url(../images/referenties.jpg) no-repeat center center;background-size: cover;width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
#background4 {background: url(../images/vacatures.jpg) no-repeat center center;background-size: cover;width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
#background5, #background7 {background: url(../images/contact.jpg) no-repeat center center;background-size: cover;width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
#background2:before, #background3:before, #background4:before, #background5:before, #background7:before, #background8:before, #background9:before, #background10:before, #background11:before, #background18:before, #background19:before, #background20:before, #background21:before, #background22:before {content: "";position: absolute;height: 300px;width: 100%;background: rgba(0,0,0,0.25); background-blend-mode: unset;}
.slogan {max-width:960px;text-align: center;width: 95%;color:#fff;position: relative;}
.keuze {padding-top: 30px;}
.keuze1 {display: inline-block;margin-right: 25px;text-align: center;}
.keuze2 {display: inline-block;text-align: center;}
.keuze1 .btn {display: block;width: 150px;background-color: #e88d12;color: #fff;text-decoration: none;font-weight: 700;padding: 15px 10px;border-radius: 10px;font-size: 16px;}
.keuze1 .btn:hover {background-color: #fff;color: #e88d12;}
.keuze2 .btn {display: block;width: 150px;background-color: #3d3d3f;color: #fff;text-decoration: none;font-weight: 700;padding: 15px 10px;border-radius: 10px;font-size: 16px;}
.keuze2 .btn:hover {background-color: #fff;color: #3d3d3f;}

.scroll-down {opacity: 1;-webkit-transition: all .5s ease-in 3s;transition: all .5s ease-in 3s;}
.scroll-down {position: absolute;bottom: 50px;left: 50%;margin-left: -17px;display: block;width: 35px;height: 35px;border: 2px solid #fff;background-size: 14px auto;border-radius: 50%;z-index: 20;-webkit-animation: bounce 2s infinite 2s;animation: bounce 2s infinite 2s;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;}
.scroll-down:before {  position: absolute;  top: calc(50% - 8px);  left: calc(50% - 6px);  transform: rotate(-45deg);  display: block;  width: 12px;  height: 12px;  content: "";  border: 2px solid #fff;  border-width: 0px 0 2px 2px;}

#main {width:100%;margin:60px 0;line-height:30px;}
#contenthome {}
#content {width:100%;}

#gals img {object-fit: cover;aspect-ratio: 3/4;}
#gals a {display: block;}

/*nieuwsbalk*/
/*************/
.newsHome{margin-top:20px;}
.newsHome a{text-align:center;font-size:20px;color:#000;display:block;text-decoration:none;padding:5px;text-transform:uppercase;}
.newsHome a i{color:#000;}
.newsHome a:hover{outline:solid 1px #ccc;background-color:#fff;}
#nieuw h3{text-transform:uppercase}
.newsTotal{float:left;width:60%;margin-left:10%;}

/*nieuws*/
/*************/
#nieuws 		{padding-top:30px;}
.nieH2			{text-align:center;margin-bottom:40px;margin-top:40px;}
.newsPicc		{float:left;width:35%;margin-right:5%;}
.newsTekst		{float:left;width:60%;}
.nieImgList		{float:left;width:30%;margin-right:5%;}
.nieTxtList		{float:left;width:65%;}
.nieTxtList a 	{color:#000;font-weight:bold;}
.nieuwsbericht 	{margin-bottom:20px;padding-bottom:20px;}
.nieDatum		{color:#c00;display:inline-block;padding:5px 5px 5px 0px;margin-bottom:10px;font-size:14px;}
.nieTitel		{text-transform:uppercase;font-size:20px;margin-bottom:10px;font-weight:normal;}
.nieTitel a 	{text-decoration:none;display:inline-block;}
.nieTekst 		{margin-top:5px;}
.nieStripe		{height:1px;border-bottom:dotted 1px #000;margin:20px 0px 20px 0px;}

.videoWrapper 	{position: relative;padding-bottom: 56.25%;margin-top: 25px;height: 0;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.nieFancyZoom	{text-align:center;margin-top:5px;font-size:12px;display:none;}
.nieFancyZoom a {text-decoration:none;}
.Floader		{width:100%;font-size:10px;text-align:center;line-height:12px;padding-top:10px;}
.Floader img 	{width:40px;height:20px;}

.nieBtn			{}
.nieBtn a		{background-color:#000;color:#fff;display:inline-block;border-radius:5px;text-decoration:none;text-transform:uppercase;padding:7px 15px;font-size:13px;margin-top:15px;}
.nieBtn a:hover {background-color:#c00;color:#fff;}
.nieSmallPic	{width:25%;max-height:60px;overflow:hidden;float:left;}

/*previous-next
********************/
#usable 				{display:grid;grid-template-columns: repeat(3,1fr);grid-gap: 10px;text-align: center;margin-bottom: 40px;}
#usable a 				{box-sizing:border-box;padding:5px;text-decoration:none;border-radius:5px;background-color: #eee;}
#usable a:hover 		{background-color:#ccc;color:#fff;}

#tabs {margin-top:60px;}

/*social*/
.social			{text-align:center;margin:30px 0px 30px 0px;}
.social li 		{list-style:none;list-style-position:inside;margin:0px;display:inline-block;}
.social li a 	{margin-right:10px;font-size:30px;}
.social li a:hover 	{color:#c00;}

/*footer top
****************/
#stickyfooter {position: fixed;bottom: 0px;left: 0px;width: 100%;z-index: 99;font-size: 12px;}
#footer {padding:25px 0px;color:#fff;line-height: 24px;}
#footer a {color:#fff;}
#sticky {font-size: 12px;}
#footer2 {padding:25px 0px;color:#fff;background-color:#3d3d3f;}
#footer2 a {color:#fff;}
#fct {float:left;}
#fct ul {margin:0px;list-style-type:none;}
#fct ul li {display:inline-block;margin-right:3px;}
#fct ul li:last-child {margin-right:0px;}
#fct2 {float:right;}
#fct a.tel {display:inline-block;}
.navB {display:none;}

/*forms*/
/***********/
.required {color: #FF0000;}
.field_heading {font-weight: bold;padding-top: 10px;}
.field_title {float:left;width:30%;margin-bottom:10px;}
.field_input {float:left;width:70%;margin-bottom:10px;}
.field_checkbox {float:left;width: 100%;margin-bottom:10px;}
.field_title2 {width:100%;margin-bottom:10px;}
.field_input2 {width:100%;margin-bottom:10px;}
input[type='checkbox'] {width:auto;}
input[type='radio'] {width:auto;}

.email,.textfield,.textarea,select {color:#7c7c7c;background-color:#fff;border:1px solid #d8d8d8;padding:5px;width:100%;box-sizing: border-box;font-family: Poppins,arial;}
.email,.textfield,.textarea{-webkit-appearance: none;border-radius: 0;outline: none;}
.textarea {height: 100px;}
.checkbox_label {cursor: pointer;}
.radio_label {cursor: pointer;}
.nixhier {display:none;}
.submit{background-color:#000;color:#fff;border:none;padding:10px;text-transform:uppercase;text-decoration:none;display:inline-block;margin-top:15px;outline: none;}
.gdpr {font-size:10px;}


@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}