body {
  font-family: "Satoshi-Variable";
  font-size: 1.5em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 800;
}
h3 {
  font-weight: 800;
}

.arrow-r {
  background-image: url(../img/arrow-r.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
}
.merkelijkheid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='16px' viewBox='0 0 30 16' version='1.1'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-339.000000, -96.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='logo-icon' transform='translate(339.000000, 96.000000)'%3E%3Cpath d='M8.14902319,0.440518771 C8.47638709,-0.199459892 9.29479684,-0.0794638925 9.54031976,0.400520104 C9.65391992,0.604095406 11.4582409,3.92455498 13.3644156,7.43403669 L13.7341978,8.11486529 C13.9984954,8.60149196 14.2627804,9.08812106 14.522861,9.56702781 C16.8745577,5.32541947 19.482659,0.61886925 19.6067597,0.400520104 C19.8932031,-0.119462559 20.7116129,-0.0794638925 20.9571358,0.400520104 C21.1617382,0.800506768 23.412365,4.92036941 23.494206,5.08036407 C23.6169675,5.36035474 23.6169675,5.7603414 23.494206,6.0003334 C23.405545,6.15199501 22.1762964,8.38087903 20.899023,10.6909351 L20.6039124,11.2245574 C19.620684,13.0020444 18.6587684,14.7367088 18.2154631,15.520016 L18.2154631,15.520016 L18.2154631,15.5600147 C18.1336221,15.7040099 18.0190448,15.7968068 17.903158,15.8563248 C17.8369486,15.8950035 17.6834968,15.970001 17.4379739,16 L17.4379739,16 L11.3408212,16 C10.8497754,16 10.6451729,15.5600147 10.6451729,15.5600147 L10.6451729,15.5600147 L8.735,11.955 L6.71680612,15.5600147 C6.71680612,15.5600147 6.58153178,15.8905822 6.18800643,15.9506853 L6.06207832,15.9600013 L6.06207832,15.9600013 L0.742414942,15.9600013 C0.128607629,15.9600013 -0.157835784,15.3200227 0.0876871412,14.8800373 C0.107746204,14.840823 1.36674736,12.5813827 2.64522147,10.2878316 L2.95180477,9.73784363 C4.17463853,7.54422656 5.32550955,5.48035074 5.32550955,5.48035074 L5.32550955,5.48035074 L5.33496545,5.50342886 C5.41659018,5.35736222 6.01426089,4.2877161 6.64346079,3.15837567 L6.88301934,2.72823502 C7.44093718,1.72605901 7.97542112,0.762932264 8.14902319,0.440518771 Z M27.2588909,10.0002 C27.3816523,10.2001934 28.9775513,13.1600947 29.8778021,14.80004 C30.205166,15.40002 29.8368816,15.9200027 29.2230743,15.9600013 C28.783179,15.970001 28.2665579,15.9750008 27.7281977,15.9768758 L27.4574606,15.9775615 L27.4574606,15.9775615 L26.6387845,15.9770147 C25.5529707,15.9740981 24.5268326,15.9636818 24.0002655,15.9607652 L23.7806494,15.9600013 L23.7806494,15.9600013 C23.2077626,15.9600013 22.9622397,15.3200227 23.1668421,14.8800373 C23.2896036,14.6400453 24.9264231,11.7601414 25.8675943,10.0401987 C26.3177197,9.28022404 27.0542884,9.68021071 27.2588909,10.0002 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #393068;
  display: inline-block;
  background-size: 15px;
  background-position: center;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.tool-link{
    color:#000;
    text-decoration: none;
    font-weight: 700;
    background-image:url(../img/arrow-r.svg);
    background-size: 18px;
    background-position: center right 5px;
    padding: 0 30px 0 0;
    background-repeat: no-repeat;
}
.tool-link:hover{
    background-position: center right 0px;
    color:#000;
}