/* Lay-out Team*/
/* Algemene instellingen */
body,
#tm-main-3-kol {
	color: grey;
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	/* 12 px nodig voor menu-font */
	font-size: 12px;
	border-width: 0px;
}

main {
	background: #ffffff;
	color: #111;
	font-size: 15px;
	line-height: 1.3;
}

main h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #777;
	margin: 10px
}

/* Einde algemene instellingen */

.tm-welkom {
	color: grey;
	text-align: center;
}

.tm-welkom h1 {
	letter-spacing: 0.2em;
	color: #777;
	font-size: 18px;
}

#tm-main-3-kol {
	margin-left: 10px;
	margin-right: 10px;
}

#tm-main-3-kol p {
	text-align: center;
}

#tm-main-3-kol h1,
p,
h1 {
	margin: 10px;
}

#tm-main-3-kol,
#tm-main-3-kol h1,
#tm-main-3-kol p {
	text-align: center;
}

.tm-Container {
	position: relative;
	width: 360px;
	height: auto;
	margin: auto;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.tm-ImagesTeam {
	display: block;
	width: 100%;
	height: auto;
}

.tm-Overlay {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 1s ease;
	background: #f4f4f4;
}

.tm-Container:hover .tm-Overlay {
	opacity: 0.9;
}

.tm-Tekst {
	color: grey;
	font-size: 15px;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 95%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.tm-teamlid-naam {
	margin-top: 15px;
	letter-spacing: 0.4em;
	color: lightskyblue;
	text-transform: uppercase;
}

.tm-teamlid-rol p {
	font-size: 10px;
	letter-spacing: 0.4em;
	color: grey;
	text-transform: uppercase;
}

.tm-legeruimte {
	height: 20px;
}


/* Desktop Instellingenx */
/* @media (min-width: 760px) { */
@media (min-width: 700px) {
	body {
		/* max-width: 1280px; */
		margin: 0 auto;
		border-width: 0 1px;
	}

	#tm-main-3-kol {
		flex-direction: row;
	}

	#tm-main-3-kol h1,
	p {
		margin: 20px;
	}

	.tm-ImagesTeam {
		display: block;
		width: 100%;
		height: auto;
	}
}