/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,400); */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;700;800&display=swap');

/*overrule bt3*/
.navbar-collapse {
    padding: 0;
}
.form-control, .btn {
    border-radius: 0;
}
/*end overrule*/

/* font-family: "Work Sans",Arial,sans-serif; */

html{height: 100%; /* h��l belangrijk */}
.container *,
.container-fluid * {font-family: 'Roboto', sans-serif; font-size: 14px; color: #333333;}
.back-to-top *{
    font-family: "Glyphicons Halflings" !important;
}

body {background: url(../images/bg.jpg);}

.toppermenu {background: #e8eaed; text-align: right; padding:10px;}
.toppermenu ul li {display: inline; border-right: 1px solid #787878; }
.toppermenu ul li a {font-weight: 300; color: #787878; text-decoration: none; padding: 0 15px;}
.toppermenu ul li:last-child {border-right: none;}
.toppermenu a:hover { color: #01AA8D; }

.topper {background: #f4f4f4; }
.topper img {margin: 10px 0;}
.topper .col-md-9 {text-align: right; height: 104px;}
.topper .zoekbutton {background: url(../PNG/Zoek.png) no-repeat center center #01AA8D; height: 104px; width: 104px; border: none; padding: 0;}
.topper .row div { padding: 0; }
.spacer { margin-bottom: 40px; }

.page-id-849 .deurmat ul {height: 447px; max-height: 447px;}

.deurmat {height: 447px; max-height: 447px; /*background-color: #fff;*/}
.deurmat ul {background: white; list-style: none; padding: 15px 20px; margin: 0;}
.deurmat ul a {background: url(../png/pijl.png) no-repeat; }
.deurmat ul ul a {background: none; color:#5D5D5D;}
.deurmat ul a {background-position : calc(100% - 0px) center ;}
.deurmat ul a:hover {text-decoration: none;}

.deurmat ul #menuitem-1150 {background: url(../png/pijl2.png) no-repeat -15px -3px #0069b4; color: #ffffff; text-align: right; padding-right: 12px;}

#I849.container .jumbotron {margin-bottom: 30px;}
.container .jumbotron {border-radius: 0px; height:447px; margin-bottom: 0px;}
.container .jumbotron h4 {font-family: 'Roboto', sans-serif; color: #FFFFFF; font-weight: 300; font-size: 45px; position: absolute; bottom: 40px; left: 40px; }

.ingangen div div div {background: url(../png/pijl2.png) no-repeat #01AA8D; width:100%; padding: 35px 25px;}
.ingangen div div div {background-position : calc(100% - 25px) center ;}
.ingangen div div div h2 {font-family: 'Roboto', sans-serif; color: #FFFFFF; font-weight: 300; font-size: 20px; color: #FFFFFF;}
.ingangen img {width: 100%;}

.ingangen .inganghover {opacity:0.85; background: #003158; position:absolute; width: 91%; height: 100%;}
.ingangen .inganghover ul {text-align: center; list-style: none; padding: 0; margin: 0;}
.ingangen .inganghover ul {position: relative; top: 50%; transform: translateY(-50%);}
.ingangen .inganghover ul li {border-bottom: 1px solid #4D6F8A; padding: 5px 0;}
.ingangen .inganghover ul li:last-child {border-bottom: none;}
.ingangen .inganghover ul li a {color: #FFFFFF; font-size: 16px; }
.ingangen .inganghover ul li a:hover {text-decoration: none; }

.bumpers {margin-top: 50px;}

.bumpers a {width: 100%; height: 145px; display: block; padding: 25px;}

.bumpers a.bumper2 {background: url(../jpg/bumper2.jpg); text-align: right;}
.bumpers a.bumper1:hover,
.bumpers a.bumper2:hover {text-decoration: none;}
.bumpers a.bumper1 h3,
.bumpers a.bumper2 h3 {font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 20px; }
.bumpers a.bumper1 h3 {color: #0069b4; }
.bumpers a.bumper2 h3 {color: #ffffff; }

.bottom,
.bottom a {color: #0069b4;}
.bottom {margin: 30px 0;}

/*HOVERS DEURMAT*/
[class^="hvr-"] {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  padding: .9em 0; 
  cursor: pointer;
  color: #666;
  width: 100%;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hvr-underline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #0267B5;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/*search*/
#header-search-container {
    background: #0a8d77;
    padding-top:10px;
    padding-bottom:10px;
}
#header-search-container .form-inline .form-control {
    width: 100%;
	border: none;
	background: #01AA8D;
	color: #ffffff;
	height: 50px;
	font-size: 20px;
}

#ZoekKnop {color:#FFFFFF; border: none; background: none; font-size: 28px;}


/*lijst uitgebreid*/
.row .t3 {
    padding-left: 15px;
}

/*vervolg pagina content*/
.row .content {
    background-color: #fff;
    padding: 30px;
}

.row .content.weergave3 {
	background-color: transparent;	
	padding: 30px 0 0 0;
}

.row .content.weergave3 .col-md-6 {
	background-color: #fff;	
	padding: 20px!important;
	border: 5px solid #E5E5E5;
}

.row .content h1, 
.row .content h2 {
    padding: 0px 0px 20px 0px ;
}

.row .content .anchors {
    padding-bottom: 25px;	
}

.row .content ul {
    margin: 0; /*clean up bt3 or ...*/
    list-style: none;
}
.row .content ul li a {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*restore liststyle*/
.row .content div.Paragraaf_Tekst ul {
    list-style: circle;
    margin-left: 15px;
}
.row .row.t3 .col-t3 {
    min-height: 260px;
}
.row .row.t3 .col-t3 h2{
    margin-bottom: 10px;
}
.row .row.t3 .col-t3 p{
    font-size: 15px;
    font-weight:100;
}
.row .row.t3 .Link {
    display: none;
}

.row .Paragraaf_Tekst IMG {margin-right:15px;margin-top:3px;border:1px solid #E8E8E8;}

.row .aside { background-color: #a31b53; margin-top: -260px; }

/*4 INGANGEN OP OVERZICHTSPAGINA BV IK CONSTRUEER > WONINGBOUW*/
article.weergave3 div.col-md-3 {padding: 0 5px 0px 5px; }
article.weergave3 div.col-md-3 h2,
article.weergave3 div.col-md-3 div {margin-bottom: 0px!important; background: #ffffff;}
article.weergave3 div.col-md-3 h2 {padding: 15px;min-height: 120px;}
article.weergave3 div.col-md-3 div {padding: 0px 15px 15px 15px;min-height: 200px;}
article.weergave3 div.col-md-3.iconsbij {text-align: center; /*background: #1E5CA6;*/}
article.weergave3 div.col-md-3.iconsbij IMG {width: 100%;}


/*FORMS*/
.row .form-horizontal .Radiogroep .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
}
.row .form-horizontal .Radiogroep .form-control span {
    display: inline-block;
    padding-right: 8px;
}

/* SITEMAP */
.container #sitemap { background-color: #fff; }
.container #sitemap a {color:#696969;}
.container #sitemap a:hover {text-decoration:none;}
.container #sitemap div.R a {text-decoration:none;}
.container #sitemap div.R a span {color: #01987e;}

.container #sitemap div a {line-height:170%;}
.container #sitemap a {
    display: block;
    width: 25%;
}
.container #sitemap a {background: url(../png/pijl.png) no-repeat; }
.container #sitemap a {background-position : calc(100% - 0px) center ;}
.container #sitemap div div a{padding-left:15px;margin-left:5px;background: url(../GIF/Sitemap.gif) left top no-repeat;}
.container #sitemap div div div div a{font-style: italic;font-weight:normal;margin-left:34px;}

/*font size*/
.row .content h1 { font-size: 32px; }
.row .content h2 {
    font-size: 24px;
	font-weight: 200;
	padding: 20px 0 10px 0; 
}
.row .content h2 a {
    font-size: 20px;
    /*text-decoration: underline;*/
}

#Zoekresultaat .Paragraaf_Titel { font-size: 18px; }


/*font color*/
.row .content .Titel,
.row .content .Paragraaf_Titel { color: #a31b53; }
.row .content .aside .Titel,
.row .content .aside .Paragraaf_Titel { color: #fff; }
.row .content p { color: #5d5d5d; }
.row .content ul li a,
.row .content p a { color: #5d5d5d; text-decoration: underline;}

.row .content .aside p,
.row .content .aside p a,
.row .content .aside p strong,
.row .content .aside div,
.row .content .aside div a { color: #fff; }

.row .content .aside p a, 
.row .content .aside div a { text-decoration: underline; }

.row .content .p1030 .Titel { color: #0168b3; }

.row .content ul li a:hover, .row .content p a:hover { color:#A31B53;text-decoration: none; }

.row .content .aside p a:hover, .row .content .aside div a:hover {
    color: #fff;
}

.container ul a.R, 
.container ul a.R:hover, 
.container h1,
.container h2,
.container .Titel, 
.container .anchors a:hover, 
.Paragraaf_Titel, 
.lijstuitgebreid .Titel { color: #a31b53; }

#Zoekresultaat .Paragraaf_Titel { color: #01AA8D; }
/*end color*/

.row h4 { text-shadow: 2px 2px #000; }

.row #VerzendKnop {
    background-color:#A31B53;
    color: #FFF;
    width: 50%;
}

/*markers*/
#Venster .marker_2{color:#a91c56;}/*rood*/
#Venster .marker_3{color:#ffffff;}/*wit*/


.cimpleZoekLeesMeer {
    display: inline-block;
    background-color:#A31B53;
    color: #FFF;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
    padding-right: 16px;
}


.container .back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    background-color: #01AA8D;
    padding-left: 15px;
    padding-top: 15px;
}


.container .back-to-top span {
    color: #ffffff;
    font-size: 40px;
}

/*brood*/
.breadcrums { margin-bottom: 25px;}
.breadcrums a {padding:10px; }
.breadcrums a {
    background-image:url(../png/pijl.png);
    background-repeat:no-repeat;
    background-position:0px 11px;
}
.breadcrums a span {
    padding-left: 10px;
    font-size: 11px;
}

 
/*tijdelijk*/
.content .Paragraaf.opvulling {display:none;}
#Formulier_1117 #VerzendKnop {display:none;}

@media only screen and (max-width: 600px) {
    .bumpers a.bumper2 {background-image: none; background-color: #999999;}
}

@media only screen and (min-width: 1360px) {
    .container {width: 1308px;}	
}

@media only screen and (max-width: 479px) {
    .deurmat {
        height:auto;
        max-height:none;
    }
}



/* -------------------------------------------------------
- Global
------------------------------------------------------- */
body * {
    transition: 0.3s;
    font-family: "Work Sans",Arial,sans-serif ;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Fira Sans', sans-serif !important;
}

button {
    outline: none !important;
}

::selection {
	background-color: #FF7D00;
	color: white;
}

@media only screen and ( max-width: 990px ) {

    body .container {
        width: 100% !important;
    }

}


/* -------------------------------------------------------
- Menu : main
------------------------------------------------------- */
body .menu-button {
    top: 140px;
}

body .menu-button::before {
    background: linear-gradient(#00ACA9 20%, transparent 20%, transparent 40%, #00ACA9 40%, #00ACA9 60%, transparent 60%, transparent 80%, #00ACA9 80%);
}

body .menu-wrap {
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    
    background-color: white;
    top: 0;
}

body .menu-wrap .close-button {
    font-size: 17px;
}

body .menu-wrap #chaptersitemap h2,
body .menu-wrap #chaptersitemap #sitemap a {
    color: black;
}

body .menu-wrap #chaptersitemap h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

body .menu-wrap #chaptersitemap #sitemap {
    padding: 0;
}

body .menu-wrap #chaptersitemap #sitemap a {
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 35px;
}

body .menu-wrap #chaptersitemap #sitemap a:hover {
    color: #FF3F20;
}

@media only screen and ( max-width: 768px ) {

    body .menu-button {
        top: 10px;
        margin: 10px;
        right: 10px;
    }

    body.show-menu .menu-wrap {
        max-width: 450px;
        width: 100%;
    }

    body .menu-wrap #chaptersitemap {
        padding-inline-start: 10px !important;
    }

}


/* -------------------------------------------------------
- Header : main
------------------------------------------------------- */
header.site-header {
    background-color: white;
    padding: 15px 0;
    overflow: hidden;
}

header.site-header .header-item {
    display: flex;
    align-items: center;

    height: 60px;
}

header.site-header .header-item.last {
    justify-content: flex-end;
}

@media only screen and ( max-width: 768px ) {

    header.site-header .header-item.last {
        flex-direction: row-reverse;
        margin-top: 30px;
    }

}


/* -------------------------------------------------------
- Header : Search button
------------------------------------------------------- */
header.site-header .header-item .search-button {
    background: #00ACA9 url(https://betonhuis.nl/themes/custom/betonhuis/assets/images/icon-search.svg) no-repeat 11px 42%;
    padding: 19px 11px 7px 11px;

    height: 41px;
    width: 45px;
    
    border-radius: 3px;
    font-size: 0px;

    text-decoration: none;
    color: #fff;

    text-indent: 25px;
    border: none;
}

@media only screen and ( max-width: 768px ) {

    header.site-header .header-item .search-button {
        margin-right: 15px;
    }

}


/* -------------------------------------------------------
- Header : Navigation/menu
------------------------------------------------------- */
header.site-header .header-item ul.menu {
    margin: 0;
    display: flex;
    align-items: center;
}

header.site-header .header-item ul.menu li.menu-item {
    list-style-type: none;
    margin-right: 20px;
}

header.site-header .header-item ul.menu li.menu-item a {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif !important;
}

header.site-header .header-item ul.menu li.menu-item:hover a {
    color: #FF3F20;
    text-decoration: none;
}

@media only screen and ( max-width: 768px ) {

    header.site-header .header-item ul.menu li.menu-item:first-of-type {
        display: none;
    }

}


/* -------------------------------------------------------
- Header : Searchbar
------------------------------------------------------- */
section#header-search-container form.form-inline input.form-control,
section#header-search-container form.form-inline button {
    height: 35px;
    border-radius: 3px;
    font-size: 16px;
}

section#header-search-container form.form-inline input.form-control::-moz-placeholder {
    color: white;
}

section#header-search-container form.form-inline button {
    background-color: #01AA8D;
}


/* -------------------------------------------------------
- Header : Breadcrumbs
------------------------------------------------------- */
section.breadcrumbs {
    background-color: #ECECEC;
    padding: 15px 0;
}

section.breadcrumbs * {
    font-size: 13px;
    color: #6F6F6E;
}

section.breadcrumbs .breadcrumb-path a {
    text-decoration: underline;
}


/* -------------------------------------------------------
- Main : Banner
------------------------------------------------------- */
main#template .banner {
    position: relative;
    min-height: 550px;
    height: 100%;
    padding: 0;

    background-image: url(/JPG/homepage.jpg);
    background-position: center center;
    background-size: cover;

    display: flex;
    align-items: flex-end;
}

main#template .banner::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    width: 100%;
    height: 40%;
    content: "";
}

main#template .banner .banner-content {
    position: relative;
    z-index: 100;
    padding-bottom: 4.5rem;
}

main#template .banner .banner-content * {
    color: white !important;
}

main#template .banner .banner-content h1 {
    font-size: 50px;
    font-weight: 700;

    margin-bottom: 1.5rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

@media only screen and ( max-width: 768px ) {

    main#template .banner .banner-content h1 {
        font-size: 40px;
    }

    main#template .banner {
        min-height: 400px;
    }

}


/* -------------------------------------------------------
- Main : Content
------------------------------------------------------- */
main#template {
    background-color: white;
}

main#template #center-part.inner_page { 
    background: white; 
}

main#template .centering {
    margin: 50px auto;
}


@media only screen and ( max-width: 990px ) {

    main#template #center-part #left_side,
    main#template #center-part #right_side {
        float: none;
        width: 100%;
        min-height: unset;
    }

    main#template .parks-bar,
    main#template .item-bar {
        overflow: unset;
    }

}

/* -------------------------------------------------------
- Main : Items
------------------------------------------------------- */
main#template .item-bar ul.items li a {
    background-position: center center;
    background-size: cover;
}

main#template .item-bar ul.items li a span {
    color: #4D4D4D;
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    z-index: 100;
    position: relative;
    padding: 10px;
}

main#template .item-bar ul.items li.home-item a span {
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    color: white;
}

main#template .item-bar ul.items li a {
    background-color: #00ACA9;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

main#template .item-bar ul.items li a:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

main#template .item-bar ul.items li.color1 a {
    background-color: #00ACA9;
}

main#template .item-bar ul.items li.color2 a {
    background-color: #ECECEC;
}

main#template .item-bar ul.items li.color3 a {
    background-color: #FF7D00;
}

main#template .item-bar ul.items li.has-image a {
    background-position: center center;
    background-blend-mode: normal;
    background-size: cover;
}

main#template .item-bar ul.items li.has-image a:hover {
    background-blend-mode: multiply;
}

main#template .item-bar ul.items li.has-image a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    width: 100%;
    height: 40%;
    content: "";
}

main#template .item-bar ul.items li.home-item img {
    opacity: 0;
}

main#template .item-bar ul.items li.home-item-1 a {
    background-image: url(/JPG/parkeergarages.jpg);
}

main#template .item-bar ul.items li.home-item-2 a {
    background-image: url(/JPG/bruggen_en_viaducten.jpg);
}

main#template .item-bar ul.items li.home-item-3 a {
    background-image: url(/JPG/woningbouw.jpg);
}

main#template .item-bar ul.items li.home-item-4 a {
    background-image: url(/JPG/heipalen.jpg);
}

main#template .item-bar ul.items li.home-item-5 a {
    background-image: url(/JPG/prefab_funderingen.jpg);
}

@media only screen and ( max-width: 1200px ) {

    main#template .item-bar ul.items li.home-item {
        width: 33.3%;
    }

}

@media only screen and ( max-width: 768px ) {

    main#template .item-bar ul.items li.home-item,
    main#template .item-bar ul.items li {
        width: 50%;
    }

}

@media only screen and ( max-width: 550px ) {

    main#template .item-bar ul.items li.home-item,
    main#template .item-bar ul.items li {
        width: 100%;
    }

}


/* -------------------------------------------------------
- Main : Left side
------------------------------------------------------- */
main#template #left_side .parks-bar .text {
    padding: 15px;
}

main#template #left_side .parks-bar .text * {
    color: #FF7D00 !important;
}

main#template #left_side .parks-bar a.btn {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

main#template #left_side .parks-bar a.btn img {
    width: 40px;
}

@media only screen and ( max-width: 990px ) {

    main#template #left_side .parks-bar a.btn {
        margin: 0;
        float: unset;
        position: relative;
        margin: 15px;
    }

}


/* -------------------------------------------------------
- Main : main content
------------------------------------------------------- */
main#template #right_side .text-bar a {
    color: #FF7D00;
}

main#template #right_side .text-bar h1,
main#template #right_side .text-bar h2,
main#template #right_side .text-bar h3,
main#template #right_side .text-bar h4,
main#template #right_side .text-bar h5,
main#template #right_side .text-bar h6 {
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
}

main#template #right_side .text-bar h1 {
    font-size: 34px;
}

main#template #right_side .text-bar h2 {
    font-size: 24px;
}

main#template #right_side .text-bar p {
    font-size: 16px;
}

@media only screen and ( max-width: 990px ) {

    main#template #right_side .text-bar img {
        width: 100% !important;
        max-width: 450px;
        height: unset !important;
    }
    

}



/* -------------------------------------------------------
- Footer : main
------------------------------------------------------- */
footer.site-footer {
    background-color: #6F6F6E;
    padding: 20px 0 15px;
}

footer.site-footer * {
    color: white;
}

/* -------------------------------------------------------
- Footer : back to top
------------------------------------------------------- */
footer.site-footer .back-to-top {
    bottom: 35px;
    right: 35px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

footer.site-footer .back-to-top span {
    font-size: 18px;
}