/********************************************* RESET ************************************************/
/****************************************************************************************************/
html, body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 100%;
   
} 
ul{ margin:11px 0; padding:0 0 0 40px; list-style-type:square;}
ol{ margin:11px 0; padding:0 0 0 40px; list-style-type:decimal;}
p{ padding:0 0 11px 0; margin:0;}

/************************************** START STANDAARD CSS *****************************************/
/****************************************************************************************************/


body{
    height: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden;
    background-color: #FFF;
    /* default font */
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #2E2D2D;
    line-height: 26px;
    font-display: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(../images/bg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    background-attachment: fixed;
  
}


h1{
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 26px;
    font-display: auto;
    line-height: 48px;
    color: #000;
    margin-bottom: 1px;
    text-transform: uppercase;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}

.blackBg{
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 6px;
    padding-right: 21px;
    padding-bottom: 6px;
    padding-left: 21px;
    margin-bottom: 17px;
}

h2{
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 23px;
    font-display: auto;
    line-height: 20px;
    color: #333;
    padding-bottom: 25px;
    margin-bottom: 0px;
}


h3{
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 19px;
    font-display: auto;
    line-height: 28px;
    color: #666;
    padding-bottom: 25px;
    margin-bottom: 0px;
}


h4{ 
	margin:0; 
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:22px;
	font-display: auto;
	line-height:20px;
	color:#999;
	padding-bottom:5px;
	margin-bottom:0px;
}



.h1{
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 26px;
    font-display: auto;
    line-height: 48px;
    color: #000;
    margin-bottom: 1px;
    text-transform: uppercase;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}

.h2{
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 23px;
    font-display: auto;
    line-height: 20px;
    color: #333;
    padding-bottom: 25px;
    margin-bottom: 0px;
}


.h3{
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 19px;
    font-display: auto;
    line-height: 28px;
    color: #666;
    padding-bottom: 25px;
    margin-bottom: 0px;
}


.h4{ 
	margin:0; 
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:22px;
	font-display: auto;
	line-height:20px;
	color:#999;
	padding-bottom:5px;
	margin-bottom:0px;
}


/***** NORMALE LINK *****/
a,a:link,a:visited,a:active{
    color: #D5A62F;
    text-decoration: underline;
    outline: hidden !important;
    overflow: hidden !important;
}
a:hover{
	color:#D5A62F;
	text-decoration:none;
}


/***** MENULINK *****/
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active{
    outline: none;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #DDDDDD;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px;
    display: inline-block;
    /* Standaard fade rollover CSS3 */
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-property: color;
    transition-duration: 0.2s, 0.2s;
    transition-timing-function: linear, ease-in;
	
}

a.menulink2{
    outline: none;
    overflow: hidden;
    color: #DDDDDD;
    text-decoration: none;
    /* Standaard fade rollover CSS3 */
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-property: color;
    transition-duration: 0.2s, 0.2s;
    transition-timing-function: linear, ease-in;
	
}

/***** MENULINK ROLLOVER *****/
a.menulink:hover {
    color: #D5A62F;
    text-shadow: none;
}

/***** MENULINK ACTIEF *****/
.actief{
    color: #D5A62F !important;
}

*:focus {
    outline: none !important;
}
.talen {
    font-size: 13px;
    width: 46px;
    float: right;
    margin-top: 18px;
    color: #aaa;
    margin-right: 13px;
}

.talen a,.talen a:link,.talen a:visited,.talen a:active{
	    color: #aaa;
	text-decoration:none;
}

.talen a:hover{
	color:#D5A62F;
	text-decoration:none;
}

.talen a.actief,.talen a.actief:link,.talen a.actief:visited,.talen a.actief:active{
    color: #D5A62F;
	font-weight:600;
    text-decoration: none;
    outline: hidden !important;
    overflow: hidden !important;
}

/***** VET *****/
.vet, strong{font-weight:700 !important;}
/***** SUB *****/
.klein{font-size:12px;}
.grijs{color:#CCC;}
/***** STROKES *****/
.stroke{border:2px solid #333 !important;}
.stroke_met_schaduw{border:4px solid #FFF !important; box-shadow:0px 0px 15px rgba(0,0,0,0.25); margin: 0 25px 25px 0;}
.thmb{margin-right:10px; margin-bottom: 6px; outline: none;}
/***** RESET UL + LI MENU *****/
#menu ul {list-style: none; margin:0 !important; padding:0 !important;}
#menu li {display: inline-block; margin:0 !important; padding:0 !important;}
#menu select { display: none;}
/***** CLEAR *****/
.clear{clear: both; width:100%;}
.nomargin{margin:0 !important;}
/* RESPONSIVE IMAGES */
.resp_img{ width:auto;height:auto;max-width:100%;}
.editable img{ width:auto; height:auto; max-width:100%;}
/* COLUMS */
.section100{float:left; width:100%; height:auto; position:relative; box-sizing:border-box;}
.section75{float:left; width:75%; height:auto; position:relative; box-sizing:border-box;}
.section70{float:left; width:70%; height:auto; position:relative; box-sizing:border-box;}
.section60{float:left; width:60%; height:auto; position:relative; box-sizing:border-box;}
.section50{float:left; width:50%; height:auto; position:relative; box-sizing:border-box;}
.section48{float:left; width:48%; height:auto; position:relative; box-sizing:border-box;}
.section45{float:left; width:45%; height:auto; position:relative; box-sizing:border-box;}
.section40{float:left; width:40%; height:auto; position:relative; box-sizing:border-box;}
.section35{float:left; width:35%; height:auto; position:relative; box-sizing:border-box;}
.section33{float:left; width:33%; height:auto; position:relative; box-sizing:border-box;}
.section31{float:left; width:31%; height:auto; position:relative; box-sizing:border-box;}
.section30{float:left; width:30%; height:auto; position:relative; box-sizing:border-box;}
.section25{float:left; width:25%; height:auto; position:relative; box-sizing:border-box;}
.section23{float:left; width:23%; height:auto; position:relative; box-sizing:border-box;}
.section20{float:left; width:20%; height:auto; position:relative; box-sizing:border-box;}
.section19{float:left; width:19%; height:auto; position:relative; box-sizing:border-box;}
.section100 img, .section75 img, .section70 img, .section60 img, .section50 img, .section48 img, .section45 img, .section40 img, .section35 img, .section33 img, .section31 img, .section30 img, .section25 img, .section23 img, .section20 img , .section19 img{width:auto;height:auto;max-width:100%;}
/* QUOTE */
.quote{background-color:#C00; color: #FFF; padding:20px; border:6px solid #FFF; box-shadow:0px 0px 20px #999; border-radius:4px;}
.quote h2{color: #FFF; font-weight:700;}
.quote a{color: #FFF;}

.fright{float: right;}
.fleft{float: left;}
.tt{opacity: 0.15;margin-top: 50px;margin-bottom: 55px;display: block;}

#menu-layer{
	background-color:#000000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:95;
	display:none;
	opacity:0.85;
}

.twee_links{margin-right:2%;}
.twee_rechts{margin-left:2%;}

.drie_links{margin-right:1.75%;}
.drie_mid{margin-right:1.75%; margin-left:1.75%;}
.drie_rechts{margin-left:1.75%;}

.vier_links{margin-right:2.7%;}
.vier_mid_links{
    margin-right: 1.3%;
    min-height: 200px;
}
.vier_mid_rechts{
    margin-left: 1.3%;
    min-height: 200px;
}
.vier_rechts{margin-left:2.7%;}


.vijf_links{margin-right:1.25%;}
.vijf_mid_links{margin-right:1.25%;}
.vijf_mid{margin:0;}
.vijf_mid_rechts{margin-left:1.25%;}
.vijf_rechts{margin-left:1.25%;}

/* VB BOX TEST */
.il{
	border:1px solid #FF0004;
	padding: 10px;
}


/**************************************** START EIGEN CSS *******************************************/
/****************************************************************************************************/

#header{
    width: 100%;
    height: 233px;
    top: 0;
    z-index: 99;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    max-width: 80%;
}

#navigatie{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#logo{
    float: left;
    width: 211px;
    height: 202px;
    background-image: url(../images/logo_pipingconstructions.png);
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    z-index: 98;
    margin-left: 32px;
    background-size: contain;
}

#menu{
    text-align: right;
    z-index: 97;
    padding-top: 79px;
}

#container{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow-x: hidden;
    display: flex;
    flex-flow: row wrap;
    /* voor sticky footer -> flex: 1 0 auto; + op body activeren */
    flex: 1 0 auto;
	

}


.content_small{
	max-width:1400px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px 25px 0px 25px;
	box-sizing:border-box;
	position:relative;
}


.content_wide{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	position:relative;
}


#footer{
    padding: 50px 0px 0px 0px;
    box-sizing: border-box;
    flex: none;
    color: #8A8A8A;
}
#footer a{
    
    color: #8A8A8A;
}

#subfooter{
	background-color: #292929;
	font-size: 10px;
	color:#666;
	padding-top: 14px;
	box-sizing: border-box;
	margin-top: 50px;
	height: 50px;
	padding-left: 25px;
	padding-right: 20px;
}

#subfooter a{
	color:#666;

}

#sig{
	float:right;
	padding-right: 0px;
	opacity: 0.25;
}

.contentbox {
    width: 80%;
    background-color: #FFFFFF;
    padding-top: 81px;
    padding-right: 81px;
    padding-bottom: 81px;
    padding-left: 81px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contentboxzondermarge {
    width: 80%;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.goudbg {
    background-color: #D5A62F;
}
.margelinks {
    padding-left: 86px;

}

.lijnrechts {
    border-right: 1px solid #9E7A1F;
}

.lijnlinks {
    border-left: 1px solid #9E7A1F;
    padding-left: 85px;
}
.goudlijnlinks {
    border-left: 3px solid #D5A62F;
    padding-left: 14px;
    padding-top: 19px;
    margin-bottom: 28px;
}

.inv {opacity:0;}

/************************************** RESPONSIVE CSS *****************************************/
/****************************************************************************************************/


@media only screen and (max-width :1200px)   { 

}

@media only screen and (max-width :960px)   { 

.lijnrechts {
    border-right: 1px solid #9E7A1F;
}

.lijnlinks {
    border-left: 0px solid #9E7A1F;
    padding-left: 0px;
}


.section100, .section75, .section70, .section60, .section50, .section48, .section45, .section40, .section35, .section33, .section31, .section30, .section25, .section23, .section20, .section19  {
	width:100%;
	margin-top:0px; 
}

.twee_links, .twee_rechts{margin-right:0; margin-left:0; margin-bottom: 10px;}
.drie_links, .drie_mid, .drie_rechts{margin-right:0;margin-left:0;  margin-bottom: 10px;}
.vier_links, .vier_mid_links, .vier_mid_rechts, .vier_rechts{margin-right:0; margin-left:0;  margin-bottom: 10px;}
.vijf_links, .vijf_mid_links, .vijf_mid_rechts, .vijf_rechts, .vijf_mid{margin-right:0; margin-left:0;  margin-bottom: 10px;}

	
#header{
    width: 100%;
    height: 233px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
}
	.lijnrechts {
    border-right: 0px solid #9E7A1F;
    
}
	#logo{
    float: left;
    width: 156px;
    height: 139px;
    background-size: contain !important;
    margin-top: 6px;
    margin-bottom: 8px;
    margin-left: 5px;
}
.margelinks {
    padding-left: 1px;
}

	.contentbox {
    width: 90%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 32px;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
}
	.contentboxzondermarge {
    width: 90%;
    
    -webkit-box-sizing: border-box;
   box-sizing: border-box;
    margin-left: auto;
}
.talen {
   
    margin-right: 1px;
}	
}

@media only screen and (max-width :480px)   { 
	h1{
    margin: 0;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-display: auto;
    line-height: 34px;
    color: #000;
    margin-bottom: 1px;
    text-transform: uppercase;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}
	
}

@media only screen and (max-width :320px)   { 
	
}



/** RESPOSIVE MENU **/
@media only screen and (min-width :961px) {
#menu {
    display: block !important;
}
.hamx {
    display: none;
}
}

@media only screen and (max-width :960px) {
.hamx {
    top: 56px;
    right: 25px;
    position: absolute;
    z-index: 101;
    display: block;
    cursor: pointer;
    width: 75px;
    height: 75px;
}
    
#menu {
    position: absolute;
    top: 156px;
    width: 100%;
    display: none;
    padding-top: 0;
}
#menu li, #menu li a {
    display: block;
    margin-bottom: 1px;
    text-align: left;
    background-color: #FFF;
    padding-left: 25px;
    padding-top: 18px;
    padding-bottom: 14px;
}
/***** MENULINK *****/
a.menulink {
    font-size: 20px !important;
}
/***** MENULINK ROLLOVER *****/
a.menulink:hover {
    color: #CCC;
}
}

.hamx .line {
    width: 36px;
    height: 4px;
    background-color: #FFFFFF;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamx:hover {
    cursor: pointer;
}
#x-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#x-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#x-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}


.accordion {
	background: #FFF;
 /* box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);*/
}

.accordion-header {
	color: #333;
	cursor: pointer;
	font-weight: 600;
	padding: 1.5rem;
    background: #f7f7f7;
    margin-bottom: 1px;
}

.accordion-header:hover {
	background: #f1f1f1;
}

.accordion-content {
	display: none;
	padding: 25px;
}

.accordion-header::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f107";
    display: inline-block;
	width: 24px;
	height: .75rem;
    color:#999;
}

.active.accordion-header::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f106";
    color:#FF0000;
}

#acc-wrap{
    padding-top: 200px;
}



/* THUMBS FANCYBOX ONDERAAN DE PAGINA - STYLE.CSS LADEN NA FB CSS */
/*
.fancybox-caption:before{
    background-image: none;
}
        
@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0 !important;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.0);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

 @media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
  }
}
*/

/* Copyright (C) - IMAXX Smart Web Solutions - All Rights Reserved */


.margeimgAct {
    margin-top: 119px;
}
