.persona_window_1 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	width: 100%;
	height: 3.5rem;
	max-height: 3.5rem;
	overflow: hidden;
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.25);
	border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.5);
}

.persona_window_1:hover {
	filter: brightness(115%);
	background-color: rgb( 100, 100, 100, 0.5);
	cursor: pointer;
}

.persona_window_1 .persona_foto {
	width: 3.5rem;
	max-width: 3.5rem;
	min-width: 3.5rem;
	height: 3.5rem;
	max-height: 3.5rem;
	min-height: 3.5rem;
}

.persona_foto img {
	width: 100%;
}

.persona_window_1 .persona_tekst {
	padding: 0.75rem;
}

.persona_window_1 .persona_tekst h4 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.persona_window_1 .persona_tekst h5 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
	color: #aaa;
}

.persona_list_1 {
	height: 100% ;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: visible;
} 


.persona_window_2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

.persona_window_2 .persona_foto {
	width: 22.5rem;
	max-width: 22.5rem;
	height: 22.5rem;
	max-height: 22.5rem;
	margin-top: 1rem;
}

@media (min-width: 640px) and (max-width: 1079px) {
	.persona_window_2 .persona_foto { 
		width: 17.5rem;
		max-width: 17.5rem;
		height: 17.5rem;
		max-height: 17.5rem;
	}
}

@media (max-width: 420px) {
	.persona_window_2 .persona_foto {
		margin-top: 0;
		width: 100vw;
		max-width: 100vw;
		height: 100vw;
		max-height: 100vw;
	}
}



.persona_window_2 .persona_tekst {
	padding: 0.5rem;
	text-align: center;
}

.persona_window_2 .persona_tekst h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 900; 
}

.persona_window_2 .persona_tekst h5 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
	color: #aaa;
}

.persona_data {
	padding: 1rem 1rem 0rem 1rem;
	position: relative;
}

.persona_data_label {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 400;
	color: #555;
	text-align: left;
	width: 100%;
	position: relative;
	top: -0.35rem;
}


.persona_tekst h6 {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	color: #eee;
}

.persona-icon {
	position: absolute;
	left: 1.25rem;
	top: 1.5rem; 
	color: gray;
}


.persona_window_3 {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
}

.persona_window_3 .persona_foto {
	position: relative;
}

.persona_window_3 .persona_tekst {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	background-color: rgba(0, 0, 0, 0.65);
}

.persona_window_3 .persona_tekst h4 {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: right;
	border-right: solid 0.5rem #ffcc00;
	padding-right: 0.5rem;
}

.persona_window_3 .persona_tekst h5 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
	color: #aaa;
	text-align: right;
	border-right: solid 0.5rem #ffcc00;
	padding-right: 0.5rem;
}