.nav-link {
	position: relative;
}
.nav-link.active {
	color: var(--bs-primary)!important;
}
.nav-link.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 3px solid var(--bs-primary);
}

.nav-link:hover {
	color: var(--bs-primary);
}

.nav-link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 3px solid var(--bs-primary);
	transition: 0.5s;
}

.nav-link:hover:after {
	width: 100%;
}

.pt__header {
	color: white;
}

.pt__header a {
	color: white;
}

h2 span {
	font-size: 0.4em;
}

p .pt__batch {
	text-decoration: none;
	background-color: black;
	padding: 2px 8px;
	border-radius: 20px;
}

p .pt__batch:hover {
	text-decoration: none;
	background-color: white;
	cursor: pointer;
	transition: background-color 1s;
}

p.description-text {
	color: black;
}

::selection {
	background-color: #A98E5F;
	/* Hintergrundfarbe der Markierung */
	color: #fff;
	/* Textfarbe der Markierung */
}

/* MEMBER SINGLE PAGE */
