.vdh-logo-text {
	color: #00A9CA;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	line-height: 1;
	
	font-family: var(--vdh-font-family);
	font-size: 1.8rem;	
	font-weight: bold;
	letter-spacing: 0.5px;
}

.vdh-footer-text {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-footer-font-size);	
	font-style: normal;
	letter-spacing: 0.5px;
}

.vdh-headline-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-headline-font-size);	
	font-style: normal;
}

.vdh-bodytitle-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-body-font-size);	
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.vdh-body-text {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-body-font-size);	
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.5px;
}


/* menu */
.vdh-menutitle-text {
	display: flex; 
	align-items: center; 
	gap: 8px;
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-menutitle-font-size);	
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.vdh-menu-item {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-menu-item-font-size);	
	font-style: normal;
}

.vdh-menu-text {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-menu-text-font-size);	
	font-style: normal;
}


/* card */
.vdh-cardtitle-text {
	display: flex; 
	align-items: center; 
	gap: 8px;
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-cardtitle-font-size);	
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.vdh-card-item {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-card-item-font-size);	
	font-style: normal;
	cursor: pointer;
}

.vdh-card-text {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-card-text-font-size);	
	font-style: normal;
	cursor: pointer;
}

.vdh-card-from {
	color: #1976d2;
}

.vdh-card-retour {
	font-weight: bold;
}

.vdh-card-soft {
	text-align: right;
	color: #ccc;
}

.vdh-card-warning {
	color: red;
	font-weight: bold;
}


/* alert */
.vdh-alerttitle-text {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-alerttitle-text-font-size);
	font-style: normal;
}

.vdh-alert-text {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-alert-text-font-size);
	font-style: normal;
}


/* info screen */
.vdh-infotitle-text {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-info-title-font-size);	
	font-style: normal;
}

.vdh-info-text {
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-info-font-size);	
	font-style: normal;
	letter-spacing: 0.5px;
}


/* items met een linkje */
.vdh-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between; /* tekst links, icoon rechts */
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
	
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-link-font-size);	
	font-style: normal;
	letter-spacing: 0.5px;
}

.vdh-link-item:hover {
    background-color: #F0F0F0;
}

.vdh-active-filter {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	
	padding: 5px;
	border-radius: 10px;
	letter-spacing: 0.2px;
	height: auto;
	width: auto;
	border: 1px solid; 
	color: black;
	background-color: white;
	border-color: #C1C7CE;
	
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-button-filter-font-size);	
}

.vdh-project-card {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 20px;
}
