/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1244px) {

.text h1 {
display:inline-block;
 font-size:3.7vw;
 font-weight: bold;
 margin-right:5px;
}

.text h2 {display:inline-block;font-size:2.7vw;}

}	

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

.wrap-slideshow{max-width:95%;}
.inleiing-home{padding:25px;margin-bottom:25px;}
.inleiing-home p{
font-size:30px;
line-height:42px;
font-weight:400;
text-align: center;
}

}

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

.inleiing-home{
padding:25px;
margin-bottom:25px;
}
.inleiing-home p{
font-size:3.7vw;
line-height:4.5vw;
font-weight:400;
text-align: center;
}


}

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

.text h1 {
display:inline-block;
 font-size:8vw;
 font-weight: 500;
 margin-right:5px;
}

.text h2 {display:inline-block;font-size:5.5vw;}

.textslide h1 {font-size:8vw;}

.textslide h2 {font-size:5.5vw;}

h1 {font-size: 28px;}

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

.btn-terug {
height: 40px;
width: 40px;
font-size:32px;
line-height:1.2;
}

.inleiding-vervolg{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  padding-right: 10px;
  margin-bottom:20px;
  }

.bigscreen{display:none;}	
.imgchange{
max-width:88px;
height:89px;
background-image: url('https://www.tenhoedt.nl/external/siteimages/basis/logo-kleinscherm-TH.png');
background-repeat: no-repeat;
padding-bottom:0;
}

.childdouble {width: 100%;  /* Or whatever */}
.footer-widgets {max-width:95%;}
}

@media only screen and (max-width: 768px) {
.col-left {width: 100%;}
.col-right {float:left;width: 100%;}

.inleiing-projecten,.inleiing-blog{
font-size:60px;
padding:80px 0 20px 0;
margin-bottom:25px;
}

}

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

.footer-widgets-1{
width:100%;
background-size: 39px 39px;
}	
.footer-widgets-2{
float:left;
width:100%;
border:0px solid #000;
padding-bottom:25px;
}
.sm-logo{text-align: left;margin-left:43px;}
.inleiing-projecten,.inleiing-blog{
font-size:45px;
padding:50px 0 20px 0;
margin-bottom:0px;
}

}


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

.inleiing-home{
padding:15px;
margin-bottom:25px;
}
.inleiing-home p{font-size:20px;line-height:30px;}

}


@media only screen and (max-width: 500px) {
.imgchange{max-width:60px;height:70px;}
	}
    
    @media only screen and (max-width: 375px) {
.inleiing-home p{font-size:18px;line-height:25px;}
	}

@media only screen and (max-width: 321px) {
body {font-size: 14px;line-height: 1.625;}
h1{font-size: 20px;line-height: 1.625;}
	}