sml{
	font-size:10px;
	color:#666666;
	
}

.typewriter{
  width:100%;
  margin-top:15%;
  float:left;
}

.typewriter_mbl{
  display:none;
  margin-left:2%;
  margin-top:10%;
  font-size:20px;
  float:left;
  margin-bottom:-10%;
  width:80%;
}

.typewriter_mbl h1{
  font-weight:400;
  color:white;
  text-shadow: 2px 2px 4px #383838;
}

.typewriter h1 {
  overflow:hidden;
  overflow-wrap: break-word;
  max-width:68ch;
  border-right: .15em solid #43B02a; 
  white-space: nowrap; 
  margin: 0 auto;
  letter-spacing: .10em; 
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
  float:left;
  color:white;
  text-shadow: 2px 2px 4px #383838;
}

/* The typing effect */
@keyframes typing {
  from { width: 0;
         opacity:1;}
  to { width: 100%;
       opacity:1;}
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #43B02a; }
}

landing{
  width:100%;
  height:auto;
  margin-top:80px;
  background-image: url("../img/ty4work_wllpr.jpg");
  padding-left:15%;
  box-sizing:border-box;
  float:left;
  background-size: cover;
  background-size: 100%;
  /*background-color: rgba(238, 238, 238, 0.81) !important;
  background-blend-mode: color;*/
  background-position: 0 30%; 
  position:relative;
  
}
@media screen and (max-width: 1300px) {
  .typewriter{
   width:100%;
    margin-left:-10%;
    padding:0;
  }
  
}

@media screen and (max-width: 1100px) {
  .typewriter{
    display:none;
  }
  .typewriter_mbl{
    display:block;
  }
  landing{
    margin-top:40px;
    background-size: cover;
  }
}

section{
  width:100%;
  padding:2.5%;
  padding-left:15%;
  padding-right:0%;
  float:left;
}

.boxi{
  width:calc(70% / 3);
  background-color:#f1f1f1;
  float:left;
  padding:2.5%;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
  margin-right:5%;
  text-align:center;
  height:230px;
  margin-top:2.5%;
  margin-bottom:2.5%;
  position:relative;
  transition: height 1s ease;
}
.boxi i{
  font-size:50px;
  color:#43B02a;
  transition:0.3s;
}

.boxi:hover i{
  font-size:20px;
  position:absolute;
  top:20px;
  right:20px;
  transition:0.3s;
}

.boxi #extra{
  display:none;
  background-color:white;
  transition:height 0.3s;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
  text-align:left;
}

.boxi:hover h2{
  font-size:20px;
  position:absolute;
  left:20px;
  top:0;
}

.boxi:hover p{
  display:none;
}

.boxi:hover{
  padding:0;
  height:auto;
  min-height:100px;
  transition: height 1s ease;
}

.boxi:hover #extra{
  display:block;
  width:100%;
  float:left;
  margin-top:60px;
  font-size:15px;
  padding:3%;
  position:absolute;
  text-align:left;
  
}

#last{
  margin-bottom:0;
}

@media screen and (max-width: 1000px) {
  section{
    padding:5%;
    padding-top:7.5%;
    padding-bottom:7.5%;
    
  }
  
  section h1{
    font-weight:500;
    margin-top:0;
  }
  
  .boxi{
    width:100%;
    margin-bottom:5%;
    height:auto;
    
}
  
  .boxi i{
  font-size:40px;
  color:#43B02a;
  margin-top:0;
  top:0px;
  right:10px;
}
  
  .boxi h2{
    font-size:20px;
    font-weight:500;
  }
  .boxi p{
    font-size:16px;
  }
  .boxi:hover #extra{
    position: static;
  }
}

.eencontact{
  background-color:white;
  margin-right:5%;
  margin-top:4%;
  width:38%;
  float:left;
  font-size:20px;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
  color:#757575;
}
.eencontact i{
  background-color:#43B02a;
  padding:3%;
  color:white;
  margin-right:3%;
}

@media screen and (max-width: 1000px) {
  .eencontact{
   width:100%; 
    font-size:16px;
  }
}
  
.branche{
  width:calc(80%/3);
  float:left;
  text-align:center;
  font-weight:400;
  font-size:35px;
  margin-top:0;
  color:#757575;
}

.branche i{
  width:100%;
  text-align:center;
  font-weight:bold;
  font-size:60px;
  padding-bottom:20px;
  cursor:pointer;
  transition:0.3s;
  color:#43B02a;
}

.branche:hover i{
  font-size:80px;
  transition:0.3s;
  padding-bottom:10px;
  margin-top:-10px;
  color:#757575;
}

#branches-padding{
  padding-top:7.5%;
  padding-bottom:7.5%;
}

@media screen and (max-width: 1000px) {
.branche{
    font-size:16px;
    width:33.3%;
  }
  .branche i{
    font-size:30px;
  }
  .branche:hover i{
    margin-bottom:10px;
  }
  
}

.voordelen i{
  font-size:30px;
  color:#43B02a;
  margin-right:30px;
  width:50px;
  float:left;
}

.voordelen a{
  font-size:20px;
  color:#757575;
  width:80%;
  float:left;
  margin-top:20px;
}

@media screen and (max-width: 1000px) {
  .voordelen a{
    text-align:center;
    width:100%;
    font-size:16px;
  }
  .voordelen i{
    text-align:center;
    width:100%;
  }
}

#firstline{
  width:80%;
  text-align:center;
  float:left;
  margin-top:2.5%;
}

@media screen and (max-width: 1000px) {
  #firstline{
  width:95%;
  font-size:20px;
  }
}

.branchesdrop{
  transition: height 0.3s;
  height:0;
  overflow:hidden;
  float:left;
  box-sizing:border-box;
  
 
}

#zorgd{
  width:25%;
  margin-left:0;
  text-align:center;
}

#bedrijven{
  width:25%;
  margin-left:27.5%;
  text-align:center;
}

#onderwijs{
  width:25%;
  margin-left:55%;
  text-align:center;
}

#branches{
  margin-bottom:5%;
}

@media screen and (max-width: 1000px) {
.branche:hover i{
  font-size:40px;
}
  .branchesdrop{
    text-align:center;
    wdith:100%;
    margin-left:5%;
  }
  #zorgd, #bedrijven, #onderwijs{
    width:100%;
    margin:0;
    font-size:16px;
  }
  
.branche{
    font-size:20px;
}
  #firstline{
    margin-top:40px;
    font-size:16px;
    text-align:center;
  }
}

section p{
  margin-bottom:0;
  padding-bottom:0;
}

#logobedrijf{
  width:25%;
  margin-right:3%;
  height:auto;
  margin-top:3%;
}



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

  
  #logobedrijf{
    width:70%;
  height:auto;
  margin-top:3%;
    margin-left:15%;
    margin-right:3%;
  }
 
}

.locatie table{
  width:80%;
  margin-top:10px;
  float:left;
}

.locatie table th{
  text-align:left;
  background-color:#43B02a;
  color:white;
  padding:1%;
}

.locatie table td{
  text-align:left;
  background-color:#f1f1f1;
  color:#36A9E1;
  padding:0.5%;
  position:relative;
}

	.locatie table tr:nth-child(odd) td{ 
		background-color: #f1f1f1;
	}

	.locatie table tr:nth-child(even) td{
		background-color: #e3e3e3;
	}

tr:hover td{
  background:#36A9E1;
}
.datums{
  float:left;
  width:80%;
  margin-left:0;
  margin-top:10px;
}

.datums svg{
  width:23%;
  margin-right:10%;
  float:left;
  height:auto;
}
 #locatiestijden h2{
  font-size:20px;
  color:#666666;
   width:100%;
   float:left;
   margin-bottom:0px;
   margin-top:40px;
}

.locatie table a{
  background-color:#ff3030;
  width:50px;
  height:50px;
  border-radius:50px;
  float:left;
  font-size:12px;
  text-align:center;
  padding-top:17px;
  color:white;
  position:absolute;
  top:-10px;
  right:20px;
  font-weight:600;
	z-index:2;
}

.locatie table tr td.actieTableData{
    padding-right:90px;
}

@media screen and (max-width: 1000px) {
  .datums{
    width:100%;
  } 
  .datums svg{
    width:35%;
    margin-bottom:40px;
  }
  #locatiestijden h2{
    font-weight:500;
  }
  .locatie table{
    width:100%;
  }
  .locatie table th{
    font-weight:500;
  }
  
  
}

@media screen and (max-width: 830px) {
  .locatie table a{
    display:none;
  }
  
  .locatie table tr td.actieTableData{
    padding-right:0px;
    }
  
}
s{
  text-decoration: line-through;
  color:#666666;
}

.actie{
    position:absolute;
    background-color:red;
    width:200px;
    height:200px;
    border-radius:100px;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
    color:white;
    right:100px;
    bottom:40px;
    font-size:20px;
    vertical-align: middle;
    padding-top:40px;
    transform: rotate(20deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: 5px solid white;
}

.actie b{
    color:white;
}

@media screen and (max-width: 1000px) {
    .actie{
    position:absolute;
    background-color:red;
    width:100px;
    height:100px;
    border-radius:50px;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    color:white;
    right:20px;
    bottom:20px;
    font-size:10px;
    vertical-align: middle;
    padding-top:20px;
}
}

#folderdwnload{
  float:left;
  width:20%;
  margin-left:30%;
  margin-top:2.5%;
  padding:1%;
  box-sizing:border-box;
  background-color:#43B02a;
  text-align:center;
  color:white;
  font-size:20px;
  font-weight:500;
  cursor:pointer;
  cursor:pointer;
}

#folderdwnload:hover, landing button:hover{
  background-color:#399923;
  
  
}

landing button{
  margin-right:80%;
  margin-top:5%;
  padding:1%;
  box-sizing:border-box;
  background-color:#43B02a;
  text-align:center;
  color:white;
  font-size:20px;
  font-weight:500;
  cursor:pointer;
  border:none;
}

.row{
	border-bottom:3px solid #cccccc;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:2%;
}

@media screen and (max-width: 1000px) {
  landing button{
    width:auto;
    margin-right:20%;
    padding:3%;
}
  
  
  #folderdwnload{
   width:80%; 
    margin-left:10%;
    padding:3%;
    
  }
	
}

#slides{
	padding-left:0;
	
}
	.mySlides{
  margin:auto;
  left:0;
  right:0;
  height:50vh;
  position:relative;
}

@media screen and (max-width: 1000px) {
	.mySlides{
  margin:auto;
  width:90%;
	margin:5%;
	height:auto;
  position:none;
	float:left;
	}
		#slides{
			min-height:50vh;
			float:left;
		}
}

.boxes{
	display:flex;
	float:left;
	width:85%;
	justify-content:center;
}

.box{
	width:500px;
	background-color:#43B02A;
	padding:2vh;
	box-sizing:border-box;
}

.box:first-child{
	margin-right:2%;
}

.box a{
	margin:0 0 0.5vh 0;
	padding:0;
	width:100%;
	float:left;
	color:#f1f1f1;
}

.box h2{
	margin:0 0 2vh 0;
	padding:0;
	float:left;
	width:100%;
	color:white;
}

.box .box_content{
	width:100%;
	float:left;
	background-color:white;
	padding:2vh;
	box-sizing:border-box;
	height:300px;
	overflow:hidden;
}

.box .box_content .box_line{
	float:left;
	width:100%;
	max-height:2em;
  overflow:hidden;
	transition:0.5s ease-in-out;
	margin-bottom:1vh;
}

.box .box_content .box_line:hover{
	max-height:20em;
	transition:0.5s ease-in-out;
}

.box_first_line{
	display:flex;
	font-size:1.5em;
}
.box .box_content .box_line i{
	color:#43B02A;
	margin-right:10px;
}

.box_first_line a{
	color:#666666;
}

.box_line ul{
	margin:0;
}

.download{
	float:left;
	width:100%;
	text-align:center;
	font-size:150%;
	font-weight:600;
	margin-top:2vh !important;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
	.box{
		width:49%;
	}
	.boxes{
		width:100%;
	}
}

@media screen and (max-width: 600px) {
	.boxes{
		display:block;
		width:100%;
	}	
	.box{
		width:100%;
		float:left;
		margin:0 0 2vh 0 !important;
	}
	.box .box_content{
	height:300px;
	}
}

.quote{
	float:left;
	width:80%;
	position:relative;
}

.quotes{
	float:left;
	margin-top:2vh;
}

.quote blockquote{
	font-size:150%;
	width:100%;
	float:left;
	min-height:5em;
}

.quote i{
	position:absolute;
	top:0;
	left:0;
	font-size:200%;
	color:#43B02A;
}

.quote a{
	float:left;
	width:100%;
	text-decoration:none;
	color:#66666;
}

.quote a i{
	position:relative;
	font-size:100%;
}

.quote a i:last-of-type{
	position:relative;
	font-size:100%;
	margin-right:20px;
}

@media screen and (max-width: 1000px) {
	.quote{
		width:95%;
	}
}

#voorwaarden{
    width:80%;
}



  
