/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/*
kleuren
Orange-beige: d4943d
Groen: 8ba87a
Licht grijs: deded4
Donker grijs: 636362
Menu grijs: 7b7b7a 
------------------------------------------*/



/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
*:focus {
    outline: none;
   }
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display:block
	}
audio,canvas,video{
	display:inline-block
	}
audio:not([controls]){
	display:none;height:0}[hidden]{display:none}
html{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
	}

a:focus{
	outline:none
	}
a:active,a:hover{
	outline:0
	}

abbr[title]{
	border-bottom:1px dotted
	}
b,strong{
	font-weight:500;
	}
dfn{
	font-style:italic
	}
hr{
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0
	}
mark{
	background:#ff0;
	color:#000
	}
code,kbd,pre,samp{
	font-family:monospace,serif;
	font-size:1em
	}
pre{
	white-space:pre-wrap
	}
q{
	quotes:"\201C" "\201D" "\2018" "\2019"
	}
small{
	font-size:80%
	}
sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
	}
sup{
	top:-0.5em
	}
sub{
	bottom:-0.25em
	}
img{
	display: block;
	border:0;
	width: 100%;
	}
svg:not(:root){overflow:hidden}

fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clearbeide {
margin-bottom:0;
padding:0;
border:0;
display:block;
clear: both;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html{
    overflow-x: hidden;
}

html, body{
    height:100%;
}
body {
	margin:0;
	background-color: #fff;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e3000f;
}

a:hover {
	color: #bd985e;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}
.col-left ul{
list-style: none;
padding:0px;
margin-left:20px;

margin-bottom:15px;
}	

.col-left ul li::before{
content: "•"; color: #e3000f;
display: inline-block; width: 1em;
margin-left: -1em}



/* Headings
--------------------------------------------- */

h1,
h4,
h5,
h6 {
	
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}
h2{
	font-weight: 300;
	padding-bottom: 20px;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 26px;
	line-height: 1.5;
}

h3 {
	font-size: 20px;
	font-weight: 500;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.light{
	font-weight:300;
	margin:0;
	}
.inleiding-vervolg{
	font-size: 26px;
	line-height: 1.5;
	font-weight: 300;
	padding-right: 0px; /* was 100 */
	margin-bottom:30px;
	}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
background-color: #fff;
margin: 0 auto;
max-width: 1620px;
overflow: hidden;
padding: 0;
}
	

/* Column Widths and Positions
--------------------------------------------- */

.full-width-content .content {
width: 100%;
}

.cnt-cols {
	float:left;
width: 100%;
border:0px solid #e3000f;
}

.col-left {
	float:left;
width: 60.24%;
}

.col-right {
float:right;
width: 36.94%;

}

.insert-img-right {
margin-top:15px;
}
.insert-img-right img{
border-top:1px solid #e3000f;
}

aside{
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding:30px 15px;
color:#6f6f6e;
}


.cnt-btn-heen {
float:left;
width: 100%;
border:0px solid #e3000f;
margin-bottom:25px;
background-color: #bd985e;
padding-bottom:25px;
}

.cnt-btn-terug {
float:left;
width: 100%;
border:0px solid #e3000f;
margin-top:40px;
}
.btn-terug {
  display:block;
  margin:0 auto;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: #e5b6ba;
  text-align: center;
  font-size:45px;
}

.btn-socialmedia {
  display:inline-block;
  margin-right:15px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #bd985e;
  text-align: center;
  font-size:25px;
}
.btn-socialmedia:hover {
 background-color: #e3000f;

}

a .btn-socialmedia {
 color:#fff;
}

/*blocks
--------------------------------------------- */


.block-inleiing-home{
border-top:0px solid #000;
}

.block-inleiing-home:before{
content: '';
display: block;
margin:0 auto ;
width: 200px;
padding-top: 0px;
border-top:8px solid #e3000f ;
}

.inleiing-home{
background-color: #bd985e;

border-top:0px solid #000;
padding:5.5% 0 3% 0;
margin-bottom:25px;
}
.inleiing-home p{
	color:#fff;
font-size:35px; /* was 40 */
font-weight:400;
text-align: center;
line-height: 48px; /* was 52 */
}

.inleiing-wie,.inleiing-wat,.inleiing-waar,.inleiing-contact{
position:relative;
z-index:1;
border-top:0px solid #000;
margin-bottom:25px;
}

.inleiing-wie:before{
 position:absolute;
 z-index:-1;
 top:0;
 left:0;
 width:100%;
 height:60%;
 content:"";
 background-color:#e5b6ba;
}
.inleiing-wat:before{
 position:absolute;
 z-index:-1;
 top:0;
 left:0;
 width:100%;
 height:60%;
 content:"";
 background-color:#dcc6a4;
}
.inleiing-waar:before{
 position:absolute;
 z-index:-1;
 top:0;
 left:0;
 width:100%;
 height:60%;
 content:"";
 background-color:#f1c7a1;
}
.inleiing-contact:before{
 position:absolute;
 z-index:-1;
 top:0;
 left:0;
 width:100%;
 height:60%;
 content:"";
 background-color:#dfdfd9;
}
.inleiing-projecten{
position:relative;
z-index:1;
border-top:0px solid #000;
text-align: center;
color:#fff;
font-size:70px;
padding:100px 0 20px 0;
margin-bottom:25px;
background-color:#e5b6ba;
}
.inleiing-blog{
position:relative;
z-index:1;
border-top:0px solid #000;
text-align: center;
color:#fff;
font-size:70px;
padding:100px 0 20px 0;
margin-bottom:25px;
background-color:#dfdfd9;
}
.wrap-inleiding-home{
max-width:1000px;
margin:0 auto;
}

.wrap-slideshow{
max-width:1245px;
margin:0 auto;
padding:40px 0 0 0;
}

/* --------------------------- Groot slideshow home */

.mySlides {display: none;}


/* Slideshow container */
.slideshow-container {
  max-width: 1625px;
  position: relative;
  margin-bottom: 35px;
}
.slideshow-container img {
 border:2px solid #fff;
}


/* Caption text */
.textslide {
  color: #fff;
  font-size: 4vw;
  line-height:5vw;
  position: absolute;
  bottom: 1.7vw;
  width: 100%;
  text-align: center;
}

.textslide h1 {
	color: #fff;
display:inline-block;
 font-size:70px;
 font-weight: 400;
 margin-right:5px;
}

.textslide h2 {
	color: #fff;
	display:inline-block;
 font-size:45px;
 font-weight: 300;
}

/* Number text (1/3 etc) */
.numbertext {
display:none;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
display:none;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
 
  transition: background-color 0.6s ease;
}

.active {
  background-color: #afdef2;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* ------------------------------------------------- e.o. Groot slideshow home */



/* Column Classes
--------------------------------------------- */
.cnt-flexdouble {
max-width: 1245px;  /* Or whatever */
margin:0 auto;
}

.flexdouble{
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content:space-between;
padding: 0;
width: 100%; /* Or whatever */
margin:0 auto;
border:0px solid #cc0000;
}	
.childdouble {
  width: 49%;  /* Or whatever */
  padding:0;
  margin-bottom:25px;
  border-top:1px solid #e3000f;
}

/* Overlay fotos */
.contenant {
  position: relative;
height:67%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 4.1%;
  left: 0;
  right: 0;

  transition: .5s ease;

}


.text {
  color: white;
  font-size: 20px;
  padding:0;
  text-align: center;
 /* position: absolute;
  top: 55px;
  left: 45px;
  
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
 
}

.text h1 {
display:inline-block;
color:#000;
 font-size:53px;
 font-weight: 400;
 margin-right:5px;
}

.text h2 {
	display:inline-block;
	color:#000;
 font-size:34px;
 font-weight: 300;
}

.blocoverzicht{
border-bottom:1px red solid;
padding-bottom:25px;
margin-bottom:20px;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
background-color: #fff;
padding: 0;
overflow: hidden;
border:0px solid #cc0000;
}
.site-header img{
width:auto;

}
.header-image .site-header {
	padding: 0;
}
.cnt-menu {
	display:inline-block;
	padding:0 0 0 0;
}
.cnt-contact {
	display:inline-block;
	padding:0 0 0 20px;
	border-left:2px solid #fff;
}




/* Widget Area
--------------------------------------------- */


.imgchange{
	max-width:904px;
	margin:0 auto 25px;
background-image: url('https://www.tenhoedt.nl/external/siteimages/basis/logo-groot-TH-v3.png');

background-repeat: no-repeat;
background-size: contain;
background-position: center; 
padding-bottom:9%;
border:0px solid #000;
}	

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 15px;
	margin: 25px auto;
	max-width: 1002px;
	padding: 0;
}
.footer-widgets:after{
content: '';
display: block;
border-top:4px solid #bd985e ;
padding-bottom:25px;
}

.footer-widgets-1{
float:left;
width:60%;
background-image: url('https://www.tenhoedt.nl/external/siteimages/basis/C-voor-bg-footer.png');
background-size: 39px 39px;
background-repeat: no-repeat;
padding:0 0 0 48px;
border:0px solid #000;
}	
.footer-widgets-2{
float:right;
width:40%;
border:0px solid #000;
}
.sm-logo{
	width:100%;
text-align: center;
}

.kaderkvno{
	width: 94px;
}
.kadersm{
	display:inline-block;
	width: 64px;
}