@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:#000;font-family:Work Sans, Arial;font-size:16px;letter-spacing: 1px;}
body, html {height: 100%;}
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear{clear:both;}
a{color:#000;}
a:hover{color:#c00;}
a.tel{text-decoration:none;display:block;}
b,strong{font-weight:bold;}

#superwrapper {min-height: 100%;height: auto !important;height: 100%;}
.wrapper {max-width: 1160px;width:95%;height: auto;margin: 0px auto;position:relative;}
.wrapper2 {max-width: 960px;width:95%;height: auto;margin: 0px auto;position:relative;}
.wrapper3 {max-width: 1920px;width:95%;height: auto;margin: 0px auto;position:relative;}

.table{display:table;width:100%;}
.tr{display:table-row;}
.td{display:table-cell;box-sizing:border-box;padding:3px;}

.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;}

/*ENTER BUTTON
**************/
#enter{position:absolute;bottom:10px;width:100%;text-align:center}
#enter a{background-color:#fff;padding:10px;display:inline-block;text-decoration:none;border-radius:10px;font-size:20px;}

/*PAGE_TITEL
**************/
h1 {color:#e52320;font-size:30px;line-height:normal;font-weight: 700;text-transform: none;margin-bottom: 25px;}
h2 {color:#203460;font-size:24px;line-height:normal;font-weight:700;margin-bottom: 20px;}
h2.webshopT{text-align:center;margin:30px 0px 30px;font-size:30px;}
#melding{text-align:center;background-color:#000;color:#fff;padding:10px;text-transform:uppercase;}
#hmTxt{display:none;}
a.mobHmls{display:none;}

/*HEADER MOB
**************/
#navMobMenu{display:none;}
#navMob,#searchMob,#loginLnksmob,#languagesMob {background-color:#fff;display:none;}
#privacy {position: fixed;bottom: 20px;right: 20px;z-index: 9999;}
#privacy a {background-color: #fff;color: #203460;text-decoration: none;font-size: 12px;padding: 5px;}

/*HEADER
******************/
#slogan {position: relative;height: 100vh;width: 100%;z-index: 999;display: flex;justify-content: center;align-items: center;text-align: center;}
#slogan h1 {color: #fff;font-size: 40px;text-transform: uppercase;margin-bottom: 40px;margin-top: 20px;text-shadow: 0px 0px 10px rgba(0,0,0,0.5);}

video {object-fit: cover;width: 100%;height: 100vh;position: absolute;top: 0;left: 0;z-index: 3;}

#background {background: url(../images/aerial.jpg) no-repeat center top;background-size: cover;width: 100%;height: 100vh;display: flex;align-items: center;justify-content: center;background-color: rgba(0,0,0,0.0);background-blend-mode: multiply;position: absolute;top: 0;left: 0;z-index: 3;}

#top {position: sticky;top: 0px;left: 0px;width: 100%;z-index: 9889;background-color:#203460;box-shadow: 0 3px 45px rgb(0 0 0 / 15%);transition: all .4s ease;padding: 30px 0;}
#top.pageee1 {position: fixed;}
#header {display: flex;justify-content: space-between;align-items: center;}
#logo {}
#logo img {width: 250px;}
.navflex {display: flex;align-items: center;}
#buttons {text-align: right;margin-bottom: 15px;}
#buttons ul {list-style-type: none;margin: 0;}
#buttons ul li {display: inline-block;}
#buttons ul li a {color: #fff;text-decoration: none;font-size: 14px;font-weight: 700;display: block;margin-right: 20px;}
#buttons ul li a:hover {text-decoration: underline;}
.contacteer {margin-right: 0 !important;border-radius: 10px;padding: 10px 20px;background-color: #e51b20;color: #fff !important;text-decoration: none;font-size: 14px;font-weight: 700;text-transform: uppercase;}

.toggle-menu {color:#fff;text-decoration:none;cursor:pointer;padding: 35px;}
.close-menu {color:#fff;text-decoration:none;display:none;cursor:pointer;padding: 35px;}

#submenu {display:none;position:fixed;left:0px;top:0px;right:0px;bottom:0px;height:100%;width:100%;background: url(../images/pattern.png) repeat #e52320;transition:visibility 0s ease 0.5s;z-index:1000;}

#siteby {position:absolute;bottom:30px;color:#fff;font-size:12px;text-align:center;width:100%;}
#siteby a {color:#fff;}

.scroll-down {opacity: 1;-webkit-transition: all .5s ease-in 3s;transition: all .5s ease-in 3s;}
.scroll-down {display: block;width: 32px;height: 32px;border: 2px solid #FFF;background-size: 14px auto;border-radius: 50%;z-index: 200;-webkit-animation: bounce 2s infinite 2s;animation: bounce 2s infinite 2s;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;margin: 0 auto;}
.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 white;  border-width: 0px 0 2px 2px;}

#home {position: relative;z-index: 5;}
.contentrow {display: flex;align-items: center;justify-content: center;flex-direction: row;height: 100vh;width: 100%;}
.homeleft {width: 50%;height: 100vh;background: #fff;display: flex;justify-content: center;flex-direction: column;padding: 0 7%;}
.homeleft h1 {}
.homeright {width: 50%;height: 100vh;background: url(../images/intro.jpg) no-repeat center center;background-size: cover;}

.homeleft2 {width: 50%;background: #fff;display: flex;justify-content: center;flex-direction: column;padding: 0 7%;}
.page2 {width: 50%;height: 100vh;background: url(../images/afbraakwerken.jpg) no-repeat center center;background-size: cover;position: fixed;top: 0px;right: 0px;}
.page3 {width: 50%;height: 100vh;background: url(../images/grondwerken.jpg) no-repeat center center;background-size: cover;position: fixed;top: 0px;right: 0px;}
.page4 {width: 50%;height: 100vh;background: url(../images/container.jpg) no-repeat center center;background-size: cover;position: fixed;top: 0px;right: 0px;}
.page9 {width: 50%;height: 100vh;background: url(../images/beschoeiing.jpg) no-repeat center center;background-size: cover;position: fixed;top: 0px;right: 0px;}
.page5 {width: 50%;height: 100vh;background: url(../images/werkwijze.jpg) no-repeat center center;background-size: cover;position: fixed;top: 0px;right: 0px;}
.page8 {width: 50%;height: 100vh;background: url(../images/contact.jpg) no-repeat center center;background-size: cover;position: fixed;top: 0px;right: 0px;}
.page10 {width: 50%;height: 100vh;background: url(../images/ruwbouw3.jpg) no-repeat center center;background-size: cover;position: fixed;top: 0px;right: 0px;}

.btn {display: inline-block;margin-bottom: 10px;padding: 20px;background-color: #203460;color: #fff;text-decoration: none;font-size: 20px;font-weight: 700;text-align: center;transition:0.5s all ease;border: 2px solid #203460;}
.btn:hover {background-color: #fff;color: #203460;}

/*WARNING
****************/
#warning{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:12000;display:none;background:url(../images/popup.png) #fff;}
#Wmessage{background-color:#fff;width:400px;margin:50px auto;padding:50px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;}
#orderDay{border:none !important;font-size:30px;color:#ad6a43;width:250px;}
/*POPUP
************/
#popup{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:9998;background:url(../images/popup.png);display:none;}
#Wpopup{background-color:#fff;width:450px;margin:50px auto;padding:20px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;}
a.popupCl{display:block;text-align:right;margin-bottom:20px;text-decoration:none;}
#Wpopup h2 a{text-decoration:none;}

/*IMAGES FIT
******************/
img.cover{object-fit:cover;}
img.coverT{object-fit:cover;object-position:left top;}
img.coverB{object-fit:cover;object-position:left bottom;}
img.contain{object-fit:contain;}

/*MAIN CONTENT
*********************************/
#main{width:100%;line-height:28px;padding: 50px 0;}

/*CONTENT BLOCK
*******************/
#contenthome{}
#content{width:100%;}

/*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;}
#newsAll a 		{display:block;padding:10px;text-align:center;background-color:#00c5a3;color:#fff;text-transform:uppercase;text-decoration:none;font-size:20px;}

.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;}
.nieFancyZoom a {font-size:16px;}

.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:table;float:right;}
#usable div{display:table-row;}
#usable div div{display:table-cell;width:33.33%}
#usable a{box-sizing:border-box;padding:5px;text-decoration:none;border-radius:5px;}
#usable a:hover{background-color:#ccc;color:#fff;}
#usable div div:nth-child(2) {text-align:center;}
#usable div div:nth-child(3) {text-align:right;}

.toTop{text-align:center;margin:100px 0px 100px 0px;}
.toTop a{font-size:60px;color:#999;}
.toTop a:hover{color:#000;}

#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
***********/
.ftkol1 				{float:left;width:40%;}
.ftkol2 				{float:left;width:40%;text-align:left;}
.ftkol3 				{float:left;width:20%;text-align:right;font-size:13px;line-height:24px;}
.ftkol3 ul.social       {text-align:right;}
.ftkol3 ul.social li a  {margin-right:0px;margin-left:10px;}
#footer					{padding:25px 0px;color:#fff;background-color:#000;}
#footer a 				{color:#fff;text-decoration:none;}
#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;}
#footer2 				{background-color:#ededed;border-top:1px solid #d8d8d8;padding:75px 0px;font-size:15px;}

/*FORMS
********/
.required {color: #FF0000;}
.field_heading {font-weight: bold;padding-top: 10px;}
.field_title {margin-bottom:10px;}
.field_input {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:Work Sans, Arial;font-size:16px;letter-spacing: 1px;}
.email,.textfield,.textarea{border-radius: 0;outline: none;-webkit-appearance: none;}
.textarea {height: 100px;-webkit-appearance: none;}
.checkbox_label {cursor: pointer;-webkit-appearance: none;}
.radio_label {cursor: pointer;}
.nixhier {display:none;}
.submit{display: inline-block;margin-bottom: 10px;padding: 20px;background-color: #203460;color: #fff;text-decoration: none;font-size: 20px;font-weight: 700;text-align: center;transition:0.5s all ease;border: 2px solid #203460;border:none;outline: none;font-family:Work Sans, Arial;-webkit-appearance: none;}
.gdpr {font-size:10px;line-height: 18px;}


@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);
  }
}

.cookie-banner {position: fixed;bottom: 20px;right: 20px;background: #fff;font-size: 14px;color: #000;width: calc(100% - 40px);max-width: 400px;padding: 24px;border-radius: 10px;z-index: 9999;box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.08);display: none;align-items: center;justify-content: space-between;line-height: 21px;box-sizing: border-box;}
.cookie-banner.fade {}
.cookie-banner h2 {font-size: 18px;margin-bottom: 10px;}
.cookie-button {background-color: #203460;color: #fff;padding: 12px 24px;text-decoration: none;border-radius: 24px;border: 0px;cursor: pointer;display:flex;margin-left: 24px;font-family: Work Sans, Arial;font-weight: 600;align-items: center;}

.grid-6 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(6,1fr);}
.grid-5 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(5,1fr);}
.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);}
.grid-2 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(2,1fr);}
.sectiongrid			{margin:0px 0px 20px 0px;}
