* {
 box-sizing: border-box;
}
*:before,
*:after {
 box-sizing: border-box;
}
html,
body {
 height: 100%;
 position: relative;
 font-family: 'Raleway';
 color: #212529;
}
.alles {
 min-height: 100vh; /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 100px; /* height of your footer */
}
.footer {
 position: absolute;
 bottom: 0;
 width: 100%;
}

.footer-block {
      margin: 20px 0;
    }

.fs20{
 font-size: 20px;
}
.fs10{
 font-size: 10px;
}

.icon-knop{
	float:left;
	margin-top:6px;
}

.shadow-box{
	box-shadow: 0 15px 25px -7px rgba(0,0,0,0.09), 0 -12px 10px -10px rgba(0,0,0,0.04)
}

.shadow-box-darker{
	box-shadow: 0 5px 25px rgba(0,0,0,0.15)
}

.titel-groot{
	font-family: 'Montserrat', sans-serif; color: #666; font-weight: 700;     font-size: 40px;
}

.titel{
	font-family: 'Montserrat', sans-serif; color: #505050; font-weight: 700;     font-size: 30px;
}

.titel-klein{
	font-family: 'Montserrat', sans-serif; color: #505050; font-weight: 700;     font-size: 25px;
}
.titel-mini{
	font-family: 'Raleway', sans-serif; color: #505050;   font-weight: 600; font-size: 25px;
}

.fa-but:hover{
	color:red;
}


.link{
	color: #007bff;
	cursor:pointer;
}

.link:hover{
	text-decoration: underline;
}

.btn-outline-primary{
	color: #1E64C8;
    border-color: #1E64C8;
}

.btn-outline-primary:hover{
	background-color:#1E64C8
}

.btn-primary{
    border-color: #1E64C8;
	background-color:#1E64C8;
}

.btn-primary:hover{
	    border-color: #4886E4;
	background-color:#4886E4;
}

.fa-click{
		cursor:pointer;
}

.fa-click:hover{
	    color: #4886E4;	
}

.row-eh{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.col-eh{
	  flex: 1;
}

.card-eh{
	height: 100%;
}
