@import "reset.css";
@import "cols.css";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&family=Work+Sans:wght@300;400;500;600;700;800&display=swap');

/*
maincolors:
BACKGROUND:#fff
COLOR:#000
MAINCOLOR:#000
MAINCOLOR2:#c00
COLOR_ON_MAIN:#fff;
*/

html {  -webkit-text-size-adjust: none;}
body{background-color:#fff;color:#222;font-family:"Work Sans", Arial;font-size:17px;}
body, html {height: 100%;}
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear{clear:both;}
a{color:#0000ff;}
a:hover{color:#222;}
a.action{display:inline-block;background-color:#000;border:solid 1px #000;color:#fff;padding:5px 10px 5px 10px;text-decoration:none;border-radius:7px;box-sizing:border-box;}
a.action:after {content:"\f105";font-family: "Font Awesome 5 Free"; font-weight: 900;padding-left:7px;}
a.action:hover{background-color:#fff;color:#000;border:solid 1px #000;}
a.tel{text-decoration:none;display:block;}
b,strong{font-weight:bold;}

#superwrapper {min-height: 100%;height: auto !important;height: 100%;}
.wrapper {max-width: 1420px;width:95%;height: auto;margin: 0px auto;position:relative;}
.wrapper2 {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;}
/*ACTION BUTTON
**************/
.action {text-transform:uppercase;background-color:#343434;color:#fff;border:0px solid #d8d8d8;display: inline-block; font-family: Montserrat,arial; font-size: 14px; margin-top: 20px; padding: 10px 15px; text-decoration:none;line-height:normal;}
.action:hover {color:#fff;background-color:#9cc390}

/*PAGE_TITEL
**************/
h1 {color:#000;font-size:40px;line-height:normal;font-weight:700;margin-bottom:30px;text-transform:uppercase;font-family: Josefin Sans,arial;}
h2 {color:#000;font-size:30px;line-height:normal;font-weight:500;font-family: Josefin Sans,arial;margin-bottom: 30px;}
h3 {color:#000;font-size:20px;line-height:normal;font-weight:500;font-family: Josefin Sans,arial;margin-bottom: 10px;}
#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;}

/*HEADER
******************/
#top {position: sticky;top: 0px;left: 0px;width: 100%;z-index: 99;background-color:#fff;box-shadow: 0 3px 45px rgb(0 0 0 / 15%);transition: all .4s ease;padding: 20px 0;}
#top.page1 {position: fixed;}
#header {display: flex;align-items: center;justify-content: space-between;}
#logo img {width: 150px;}

#buttons {text-align: right;margin-bottom: 25px;}
#buttons ul {list-style-type: none;margin: 0;}
#buttons ul li {display: inline-block;}
#buttons ul li a {color: #00a20c;text-decoration: none;font-size: 14px;font-weight: 500;display: block;margin-right: 10px;}
#buttons ul li:last-child a {margin-right: 0px;}

#slideshow {height: 100vh;position: relative;background:url(../images/bg.webp) no-repeat center center;}
#slogan {height: 100vh;position: absolute;left: 0px;right: 0px;top: 0px;width: 100%;display: flex;align-items: center;text-align: center;}
#slogan h2 {font-size: 40px;font-weight: 700;margin-bottom: 10px;}
#slogan h3 {font-size: 30px;font-weight: 700;margin-bottom: 20px;color: #000;}
.width {width: 100%;line-height: 28px;text-align: center;background: rgba(255,255,255,0.5);padding: 20px;max-width: 900px;margin: 0 auto;}
.btn {display: inline-block;padding: 15px 30px;color: #fff;background-color: #ff8c00;font-weight: 700;text-decoration: none;font-family: Josefin Sans,arial;font-size: 20px;}
.btn:hover {color: #fff;background-color: #ff8c00;}

#buttons ul li .button {background-color: #ff8c00;color: #fff;padding: 10px;}

#inleiding {max-width: 1160px;width: 95%;margin: 80px auto;text-align: center;}
#inleiding h1 {font-size: 24px;font-weight: 500;line-height: 32px;font-family: Josefin Sans,arial;text-transform: none;color: #222;}

.divider {height: 1px;background-color: #00a20c;max-width: 500px;width: 95%;margin: 80px auto;}

#gals a {display: block;}
#gals a img {object-fit: cover;aspect-ratio: 1/1;height: auto !important;}

.dakwerken h2, .realisaties h2 {text-align: center;margin-bottom: 40px;}
.shadow {box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 34%);padding: 30px;line-height: 30px;}
.shadow img {aspect-ratio: 11/8;object-fit: cover;}
/*
.shadow h3:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f015";margin-right: 10px;}
*/

.grid-2 {display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 30px;}
.grid-3 {display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px;}
.grid-4 {display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px;}

.loginBox {padding: 20px;border: 1px solid #CCC;}

.waarom {line-height: 32px;font-weight: 500;text-align: center;}
.waarom ul {list-style-type: none;margin: 0;margin-top: 10px;}
#sec25 ul, #sec26 ul, #sec42 ul, #sec44 ul, #sec45 ul, #sec48 ul, #sec50 ul {list-style-type: none;margin-top: 10px;}
/*
.waarom ul li:before, #sec25 ul li:before, #sec26 ul li:before, #sec42 ul li:before, #sec44 ul li:before, #sec45 ul li:before, #sec48 ul li:before, #sec50 ul li:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";margin-right: 10px;color: #00a20c;}
*/
#sec25 ul {display: grid;grid-template-columns: 1fr 1fr;list-style-type: none;margin: 0;}

.box {background: rgba(0,162,12,0.78);max-width: 850px;margin: 0 auto;padding: 30px;color: #fff;line-height: 28px;text-align: center;}
.box h2 {color: #fff;}
.cta {display: inline-block;padding: 15px 30px;color: #fff;background-color: transparent;text-decoration: none;font-family: Josefin Sans,arial;font-size: 20px;border: 2px solid #fff;margin-top: 30px;}
.cta:hover {color: #fff;background: rgba(255,255,255,0.1);}

#banner {background: url(../images/roofing.jpg) no-repeat center center;height: 300px;display: flex;align-items: center;background-size: cover;box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 20%);}
#banner.page3 {background: url(../images/dakwerken.jpg) no-repeat center center;}
#banner.page4 {background: url(../images/dakwerken1.jpg) no-repeat center center;}
#banner.page30 {background: url(../images/dakwerken3.jpg) no-repeat center center;}
#banner.page15 {background: url(../images/dakwerken2.jpg) no-repeat bottom center;}
#banner.page25 {background: url(../images/plat-dak.jpg) no-repeat center center;}
#banner.page26 {background: url(../images/hellend-dak.jpg) no-repeat center center;}
#banner.page13 {background: url(../images/zink-koperwerken.jpg) no-repeat center center;}
#banner.page12 {background: url(../images/dakisolatie.jpg) no-repeat center center;}
#banner.page5 {background: url(../images/gevelbekleding.jpg) no-repeat center center;}
#banner.page28 {background: url(../images/bekleding-dakgoot.jpg) no-repeat center center;}
#banner h1 {font-size:40px;line-height:normal;font-weight:500;font-family: Josefin Sans,arial;margin-bottom: 0px;text-transform: none;color: #fff;}
#banner h2 {font-size:24px;line-height:normal;font-weight:700;margin-bottom:30px;text-transform:uppercase;font-family: Josefin Sans,arial;color: #fff;}
.pagetitle {width: 100%;}
.pagetitle h1, .pagetitle h2 {color: #fff;}
.pagetitle h2 {color: #fff;margin-bottom: 0;font-size: 30px;}

#sec24 {text-align: center;font-style: italic;font-weight: 700;padding: 40px 20px;background-color: #f8f8f8;}
#sec30 {text-align: center;font-style: italic;font-weight: 700;}
#sec24 p:before, #sec30 p:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f10d";margin-right: 10px;color: #00a20c;}
#sec25, #sec26 {text-align: center;}
#sec26, #sec30, #sec31, #sec38, #sec39, #sec137, #sec138, #sec133, #sec134, #sec135, #sec136, #sec42, #sec44, #sec48, #sec52, #sec66, #sec111, #sec112, #sec113, #sec114, #sec115, #sec116, #sec117, #sec102, #sec103, #sec122, #sec123, #sec124, #sec125, #sec126, #sec127, #sec142, #sec143, #sec144, #sec145 {padding: 40px 20px;background-color: #f8f8f8;}
.gal37, .gal46, .gal53 {text-align: center;margin-top: 60px;}
.sectiongrid {margin-top: 60px;}

.regios {margin-top: 20px;}
.regios ul {list-style-type: none;margin: 0;}
.regios ul li {display: inline-block;margin: 0 10px 10px 0;}
.regios a {color: #000;}
.regios a.current, .regios a:hover {color: #ff8c00;}

/*WARNING
****************/
#warning{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:12000;display:none;background:url(../images/popup2.png);}
#Wmessage{background-color:#fff;width:400px;margin:50px auto;padding:50px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
#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;overflow:scroll-y;max-height:80%;}
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;}

.slideSections{background-color:#f6f6f6;}

/*SLIDESHOW
**********/
.slideshow{border-bottom:solid 10px #eee;}
/*SEARCH
*********/
#search {text-align:center;}
#search input,#searchMob input{padding:5px;vertical-align:middle;}
#search a.search_submit,#searchMob a.search_submit{background-color:#000;color:#fff;padding:7px;text-decoration:none;display:inline-block;border:solid 1px #000;text-transform:uppercase;vertical-align:middle;}
#search a.search_submit:hover,#searchMob a.search_submit:hover {background-color:#fff;color:#000;}

/*HOMESLIDER
***********/
#hmTxt{position:absolute;width:auto;top:20px;margin-right:20px;z-index:5;display:inline-block;float:right;right:0px;min-width:300px;}
#hmTxtIn{text-align:right;padding:10px;line-height:normal;color:#fff;}
#hmTxtIn span.txt1{font-size:40px;text-shadow: 1px 1px #000;text-transform:uppercase;}
#hmTxtIn span.txt2{font-size:14px;line-height:14px;}
#hmTxtBack{position:absolute;width:100%;height:100%;background-color:#000;z-index:-1;opacity:0.50;display:inline-block;left:0px;}
#hmTxtIn a{color:#000;text-decoration:none;font-size:15px;background-color:#fff;padding:5px;text-shadow:none;text-transform:uppercase;display:inline-block;margin-top:15px;}

/*MAIN CONTENT
*********************************/
#main {width: 100%;padding: 0 0 60px 0;line-height: 32px;}

/*CONTENT BLOCK
*******************/
#contenthome{}
#content{width:100%;}

/*MOZAIEK
***************/
#mozaiek {width: 100%;column-gap: 20px;box-sizing: border-box;}
#mozaiek .mozaiek {width: 100%;margin: 0 0 20px;break-inside: avoid;}
#mozaiek .mozaiek 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;}
#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
***********/
#footer					{padding:30px 0px;color:#fff;background-color:#000;line-height: 28px;font-size: 14px;}
#footer 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;}
#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;}
.textarea{width:100%;}
.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:17px;}
.email,.textfield,.textarea{border-radius: 0;outline: none;}
.textarea {height: 100px;}
.checkbox_label {cursor: pointer;}
.radio_label {cursor: pointer;}
.nixhier {display:none;}
.submit{border:none;display: inline-block;padding: 15px 30px;color: #fff;background-color: #ff8c00;font-weight: 700;text-decoration: none;font-family: Josefin Sans,arial;font-size: 20px;margin-top:15px;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
.gdpr {font-size:10px;}

