/*!
 * Eigen code copyright FV Frank Verbruggen 2020 
 

  color: red !important;


  * {
  ddisplay: none;
  }




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

*/



h1.mb-1 {
  ffont-size: 4rem;
}

@media (max-width: 400px) {
#aanpassen {
    font-size: 3.2rem;
    }
.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead-smallscreen.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
}

.kleiner {
  font-size: 1.0rem;
}

#mijnfoto {
  border-radius: 20%;
  border: 1px solid #ddd;
  padding: 5px;
  width: 120px;
  height: 120px;     
}

#tooltip {
  position: relative;
  display: inline-block;
}

#tooltip #tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

#tooltip #tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

#tooltip:hover #tooltiptext {
  visibility: visible;
}

.hierisniets {
  opacity: 0%;
  animation-name: vloeien;
  animation-delay: 1s;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

.hierisniets2 {
  opacity: 0%;
  animation-name: vloeien;
  animation-delay: 2.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes vloeien {
  from {opacity: 0%}
  to {opacity: 100%;}
}

/* Chrome, Safari, Opera 
@-webkit-keyframes vloeien {
  from {opacity: 0%}
  to {opacity: 100%;}
}
*/

