html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h2.Digitaal {
    font-size: 2.5rem;
    font-family: 'Orbitron', sans-serif;
}

.Blauw {
    background-color: #14B9D6;
    height: 700px;
}
.Plaatje16 {
    cursor: pointer;
    width: 18px;
    height: 19px;
}
.EigenTooltip {
    position: relative;
    display: inline-block;
/*    border-bottom: 1px dotted black;
*/    
}

    .EigenTooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #14B9D6; 
        color: black;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        font-size: 9px;
    }

    .EigenTooltip:hover .tooltiptext {
        visibility: visible;
    }