<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collapse-table {
  cursor: pointer;
  display: block;
  border: 1px solid #003F8F;
  border-radius: 0px;
  padding: 10px;
  font-weight: 500;
  background: #f5f4f1;
}

.collapse-table-person {
}

.collapse-table-ausbildung {
}

.collapse-table-arbeitgeber {
}

.collapse-table-erfahrungen {
}

.collapse-table-dokumente {
}

.collapse-table-bewerbung {
}

.collapse-table + input:checked + div {
  border: 1px solid #003F8F;
	border-radius: 0;
}

.custom-section-item-label {
	font-weight: 700;
}

/* div[class^='profil-'] h2 {
	color: #003F8F !important;
	position: relative;
	width: fit-content;
}

div[class^='profil-'] h2:after {
	 content: "";
     width: 100%;
     height: 2px;
     background: #f0bd73;
     position: absolute;
     bottom: -3px;
     left: 0;
}
 */


</pre></body></html>