.list-info{
	list-style-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%236FB98F" class="bi bi-check2-circle" viewBox="0 0 16 16"><path d="M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z"/><path d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z"/></svg>');
}
.list-secondary{
	list-style-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%232C7873" class="bi bi-check2-circle" viewBox="0 0 16 16"><path d="M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z"/><path d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z"/></svg>');
}
.list-primary{
	list-style-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23004445" class="bi bi-check2-circle" viewBox="0 0 16 16"><path d="M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z"/><path d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z"/></svg>');
}

.navbar-toggler:focus{
	box-shadow: none !important;
}

/* md */
@media (min-width: 768px){
	.card-header-r{
		border-top-left-radius: 0 !important;
	}
	.card-header-l{
		border-top-right-radius: 0 !important;
	}
	.card-header-r::before, .card-header-l::after{
		content: "";
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
		position: absolute;
		top: calc(56px  / 2 - 28px);
	}
	.card-header-r::before{
		border-right: 20px solid var(--bs-primary);
	    left: -20px;
	}
	.card-header-l::after{
		border-left: 20px solid var(--bs-primary);
	    right: -20px;
	}
	.chronik-kreis{
		height: 2rem;
		width: 2rem;
		/* position: absolute; */
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 14px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 1rem;
		border: 6px solid var(--bs-info);
	}
}
