/* cmsms stylesheet: style modified: 28-04-17 13:29:53 */
@charset "UTF-8";
/* CSS Document */

body, html { 
    background: #F0F0F0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* ALGEMENE INSTELLINGEN TEKST */

p, h1, h2, h3, li, span, a {
    font-family: khula, 'khula', sans-serif;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

p {
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
}

li {
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
}

h1 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    line-height: 1.4em;
    color: #000;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

/* EINDE ALGEMENE INSTELLINGEN TEKST */

/* ALGEMENE INSTELLINGEN BLOKKEN */

.block {
    width: 100%;
    min-width: 1140px;
}

.block .wrapper {
    width: 1140px;
    padding: 0px 0px;
    margin: 0 auto 0;
}

/* EINDE ALGEMENE INSTELLINGEN BLOKKEN */

header {
    background: #fff;
}

header .wrapper {
    height: 120px;   
}

header .wrapper .logocontainer {
    float: left;
    padding: 22px 0 0 0;
}

header .wrapper .logocontainer img {
    height: 80px;
}

header .wrapper .logocontainer .logo-licht {
    display: none;
}

header .wrapper .bnlcontainer {
    float: right;
    padding: 23px 0 0 0;
}

header .wrapper .contactcontainer {
    float: right;
    padding: 19px 0 0 0;
}

header .wrapper .contactcontainer ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 30px 0px 0px;
    padding-right: 30px;
    border-right: 1px solid #ddd;
}

header .wrapper .contactcontainer ul li:first-of-type {
    margin-bottom: 6px;
}

header .wrapper .contactcontainer ul li img {
    margin-right: 14px;
    vertical-align: middle;
    margin-top: -4px;
}

header .wrapper .contactcontainer ul li span {
    vertical-align: middle;
}

header .wrapper .contactcontainer ul li:first-of-type a {
    text-decoration: none;
    color: #333;
}

header .wrapper .contactcontainer ul li:nth-of-type(2) a {
    color: #1c7ed8;
}

header .wrapper .contactcontainer ul li a:hover {
    opacity: 0.65;
}

nav {
    background: #B31F25;
    z-index: 9999;
}

nav .wrapper {
    height: 48px;
}

nav .wrapper ul {
    list-style-type: none;
}

nav .wrapper ul li {
    display: inline-block;
}

nav .wrapper ul li a {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    line-height: 1em;
    margin-right: 50px;
    font-weight: 700;
    padding: 17px 0px 8px 0px;
    text-decoration: none;
}

nav .wrapper ul li:last-of-type a {
    margin-right: 0px;
}

nav .wrapper ul li a:hover {
    color: rgba(0, 0, 0, 0.76);
}

nav .wrapper ul li > .menuactive {
    border-bottom: 4px solid rgba(255, 255, 255, 0.66);
}

#mobilemenu {
    display: none;
}

#coverphoto {
    background-color: #444;
    background-image: url(https://www.mathijsbults.nl/uploads/images/omslagfoto-mathijs-bults.jpg);
    background-size: cover;
    background-position: 50% 74%;
}

#coverphoto .wrapper {
    height: 500px;
}

#coverphoto .wrapper .titlecontainer {
    padding: 14px 26px 10px 26px;
    border-bottom: 4px solid #B31F24;
    background: rgba(0,0,0,0.82);
    display: inline-block;
    margin-top: 310px;
}

#coverphoto .wrapper .titlecontainer p {
    font-size: 26px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 300;
    margin-top: 8px;
}

#coverphoto .wrapper .titlecontainer h1 {
    font-size: 40px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 400;
}

#smallcoverphoto {
    background-color: #444;
    background-image: url(https://www.mathijsbults.nl/uploads/images/omslagfoto-mathijs-bults.jpg);
    background-size: cover;
    background-position: center;
}

#smallcoverphoto .wrapper {
    height: 180px;
}

#ctabar {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

#ctabar .wrapper {
    padding: 20px 0;
    text-align: center;
}

#ctabar .wrapper p {
    display: inline-block;
    margin: 6px 30px 0 0;
    font-size: 26px;
    line-height: 1em;
    font-weight: 300;
    vertical-align: middle;
}

#ctabar .wrapper h1 strong {
    font-weight: 700;
}

#ctabar .wrapper a {
    padding: 20px 30px 16px 30px;
    background: #4A5D6E;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.1s;
}

#ctabar .wrapper a:hover {
    transition-duration: 0.1s;
    opacity: 0.7;
}

#ctabar .wrapper a img {
    vertical-align: middle;
    margin-left: 12px;
    margin-top: -2px;
}

#threebhome {
}

#threebhome .wrapper {
    padding: 60px 0;
    overflow: auto;
}

#threebhome .wrapper > div {
    width: 319px;
    float: left;
    min-height: 220px;
    text-align: center;
    padding: 0px 35px 0px 35px;
    border-right: 1px solid #ccc;
}


#threebhome .wrapper > div a {
    color: #1c7ed8;
}

#threebhome .wrapper > div:first-of-type {
    padding-left: 20px;
}

#threebhome .wrapper > div:last-of-type {
    padding-right: 20px;
    border-right: none;
}

#threebhome .wrapper > div .topcontainer {
    overflow: auto;
    padding-bottom: 8px;
}

#threebhome .wrapper > div .topcontainer .icon {
    width: 90px;
    height: 90px;
    background-color: #B31F25;
    background-image: url(https://www.mathijsbults.nl/uploads/images/icons/excavator.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    border-radius: 50px;
    margin: 0 auto 0;
}

#threebhome .wrapper > div:nth-of-type(2) .topcontainer .icon {
    background-image: url(https://www.mathijsbults.nl/uploads/images/icons/landscape.svg);
}

#threebhome .wrapper > div:nth-of-type(3) .topcontainer .icon {
    background-image: url(https://www.mathijsbults.nl/uploads/images/icons/images-white.svg);
}

#threebhome .wrapper > div .topcontainer h2 {
    margin-top: 12px;
}

#main {

}

#main .wrapper {
    padding: 60px 0px 44px 0px;
    overflow: auto;
    min-height: 360px;
    /* background-image: url(https://www.mathijsbults.nl/uploads/images/mb-bg-image2.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 260px;*/
}

#main .wrapper .content {
    width: 740px;
    float: left;
}

#main .wrapper .content h1 {
    padding-bottom: 0px;
    color: #222;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}

#main .wrapper .content .devider {
    border: 0;
    height: 1px;
    background-color: #d3d3d3;
    margin-bottom: 24px;
    margin-top: 20px;
}

#main .wrapper .content .breadcrumbs p {
    font-size: 13px;
    line-height: 1em;
    color: #666;
}

#main .wrapper .content .breadcrumbs p a {
    color: #1c7ed8;
}

#main .wrapper .content h2 {
    font-size: 26px;
    padding: 8px 0px 4px 0px;
    color: #222;
}

#main .wrapper .content h3 {
    font-size: 19px;
    padding: 8px 0px 4px 0px;
    color: #222;
}

#main .wrapper .content ul {
    margin-bottom: 16px;
    padding-left: 40px;
}

#main .wrapper .content ul li {
    margin-bottom: 3px;
}

#main .wrapper .content p {
    margin-bottom: 16px;
}

#main .wrapper .content p a {
    color: #1c7ed8;
}

#main .wrapper .sidebar {
    width: 360px;
    margin-left: 40px;
    float: left;
    min-height: 100px;
}

#main .wrapper .sidebar .ctasection {
    padding: 20px;
    background: #fff;
    border-bottom: 3px solid rgba(0,0,0,0.14);
    text-align: center;
}

#main .wrapper .sidebar .ctasection a {
    padding: 18px 30px;
    background: #4A5D6E;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.1;
    margin-top: 12px;
}

#main .wrapper .sidebar .ctasection a:hover {
    opacity: 0.7;
    transition-duration: 0.1s;
}

footer {
    background: #111;
    padding: 40px 0;
}

footer .wrapper {
    overflow: auto;
}

footer .wrapper ul {
    float: left;
    margin-right: 20px;
    list-style-type: none;
    width: 270px;
}

footer .wrapper ul:last-of-type {
    margin-right: 0px;
}

footer .wrapper ul li {
    font-size: 16px;
    color: #ddd;
    line-height: 1.8em;
}

footer .wrapper ul li:first-of-type {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 2px;
}

footer .wrapper ul li a {
    color: #ddd;
    text-decoration: none;
}

footer .wrapper ul li a:hover {
    color: #777;
}

footer .wrapper ul li strong {
    width: 24px;
    display: inline-block;
}

footer .wrapper ul li span {
    width: 110px;
    display: inline-block;
}

#subfooter {
    background: #000;
}

#subfooter .wrapper {
    padding: 24px 0;
    overflow: auto;
}

#subfooter .wrapper p {
    color: #666;
    font-size: 14px;
}

#subfooter .wrapper a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

#subfooter .wrapper a:hover {
    color: #333;
}

#subfooter .wrapper p:first-of-type {
    float: left;
}

#subfooter .wrapper p:last-of-type {
    float: right;
}

/* PROJECTEN */

.projecten .project {
    padding-bottom: 12px;
}

.projecten .project:last-of-type {
    padding-bottom: 0px;
}

.projecten .project .topwrapper {
    overflow: auto;
    margin-bottom: 2px;
}

.projecten .project h2 {
    display: inline-block;
    float: left;
}

.projecten .project .datum {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #555;
    font-size: 15px;
}

.gallery {
	padding-top: 6px;
}

.gallery .img {
	height: 150px;
	width: 240px;
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
	transition-duration: 0.18s;
}

.gallery .img:nth-of-type(3n+0) {
	margin: 0px 0px 10px 0px;
}

.gallery .img a {
	display: inline-block;
}

.gallery .img:hover {
	opacity: 0.66;
	transition-duration: 0.18s;
}

.gallery img {
	border: none;
	height: 150px;
	width: 240px;
}
