body {
	font-size: 16px;
}
.introleer {
    margin: 6em 0 0 0;
}
h1, h2 {
    font-size: 2.4em;
}
.blur .icons i {
	background-color: transparent;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.icons ul li {
	font-weight: 400;
}
.box.homeeditor {
	padding: 5em 0;
}
/* Liste mit awesome */
.box ul, 
.box ul ul, 
.box ul ul ul,
.module-box ul, 
.module-box ul ul, 
.module-box ul ul ul,
.box-module ul, 
.box-module ul ul, 
.box-module ul ul ul {
  list-style: none;
}
.box ul, 
.module-box ul,
.box-module ul {
  margin: 0;
  padding: 0;
}
.box ul ul, 
.module-box ul ul,
.box-module ul ul  {
  margin: 0;
  padding: 0;
}
.box ul li, 
.module-box ul li,
.box-module ul li {
  padding-left: 1.3em;
  line-height: 1.8;
}
.box ul li:before,
.module-box ul li:before,
.box-module ul li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f0c8";
  margin-right: 0.5rem;
  margin-left: -1.5em;
  margin-top: -5px;
  width: 1.1em;
  font-size: 0.8em;
  line-height: 1.5;
  font-weight: 600;
  color: #035D9C;
}
.box-module.cta h3 {
	margin-bottom: 0.2em;
	font-weight: 400;
}
.box-module.cta ul li {
	padding-left: 0;
}
.box-module.cta ul li:before {
	content:none;
}
@media only screen and (max-width: 900px){
	.icons > .columns > .columns:first-child { text-align: center; }
	.button.second { margin-left:0; }
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #035D9C !important;
	color: #ffffff;
	font-weight: 400 !important;
}

