/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.bg-black
{
	--bs-bg-opacity: 0.9 !important;
}

.taalrij {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    margin-bottom: 15px;
}

.vlag {
    width: 50px;      /* breedte linker kolom */
    flex-shrink: 0;
}

.vlag img {
    width: 100%;
    display: block;
}

.tekst {
    margin-left: 15px;
    font-size: 0.85em;
}