            @font-face {
              font-family: 'kentekenFont';
              src: url('https://voertuig.info/css/kenteken.ttf');
            }   
            /*.bi {
                vertical-align: -.125em; 
                margin-bottom: calc(-0.125em / 2); 
                width: 1em; 
                height: 1em;
            }  */      
            .mycon {
                filter: brightness(0) saturate(100%) invert(31%) sepia(92%) saturate(3667%) hue-rotate(209deg) brightness(102%) contrast(98%);
            }
            .hi-li:hover{
               filter: brightness(120%);
            }

	    #zoekinput {
                border: 3px solid black;
                border-radius: 0.35rem;
                background-color: #FFC700;
            }
            #zoekpc {
                border: 3px solid black;
                border-radius: 0.35rem;
                background-color: white;
                margin-left: 5px;
            }
            #plaat {   
                text-align: center;
                color: #000000;
                font-family: kentekenFont;
                font-weight: bold;
                font-size: 1.4rem;
                text-transform: uppercase;
                background-color: #FFC700;
            }
			#loading-spinner {
                display: none;
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            .btn:hover {
              	color: #0d6efd;
              	background-color: #FFC700;
              	border-color: #0d6efd;
            }
            svg:hover {
              	fill: #0d6efd;
            }
            #pc {
                width: 65px;
                text-align: center;
                color: #000000;
                font-family: kentekenFont;
                font-weight: bold;
                border: 0;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                border-right: 1px dotted black;
            }
            #zoekpcknop{
                width: 35px;
                background-image:url("https://voertuig.info/icons/search.svg");
                background-repeat: no-repeat;
                background-position: center;
                border-radius: 0.35rem;
                background-color: white;
                padding: 0;
                margin: 0;
                border: 0;
            }
            #zoekknoop{
                /*width: 30px;*/
                /*background-image:url("https://voertuig.info/images/icons/search.svg");*/
                background-repeat: no-repeat;
                background-position: center;
                border-radius: 0.35rem;
                background-color: blue;
                padding: 0;
                margin: 0;
                border: 0;
            }
            .knop{
                    border: 3px solid black;
                    border-radius: 0.35rem;
                    background-color: #FFC700;
                    font-weight: 400;
                    font-size: 1rem;
                    color:black;
                    /*font-family: kentekenFont;*/
                    text-align: center;
                    vertical-align: middle;
                    padding: .375rem .75rem;
                    transition-duration: 0.4s;
            }
            .knop:hover{
                    color: #FFC700;
                    background-color: #0d6efd;
                    border: 3px solid #FFC700;
            }
            body {
                /*padding-top: 4rem;*/
            }
            carousel-caption{
                 color: black;
                 width: 25%;
            }
			a:link{text-decoration: none;}