:root {
  --dark: #2b2b38;
  --darkneutral: #828282;
  --neutral: #d2d2d2;
  --light: #ffffff;
  /* --red: #2daae0; */
  --red: #da4453;
  --lightred: #d2d2d2;
}

* {
	box-sizing: border-box;
	font-family: Verdana;
	color: var(--dark);
}

h1, h2 {
	text-transform: uppercase;
}

h2 {
	font-size: 1.2rem;
}

html, body {

}

@media only screen and (min-width: 700px) {
	body {
		flex-direction: row !important;
	}
	.personalia {
		width: 310px !important;
		min-width: 300px !important;
	}
	.hide {
		display: none;
	}
	.unhide {
		display: block !important;
	}
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.personalia {
	width: 100%;
}

.unhide {
	display: none;
}

.spacer {
	height: 1px;
	min-width: 100%;
	margin: 1rem 0;
	background-color: var(--neutral);
}

.container-header2 {
	margin-left: 1rem;
}

.container-header {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.row2 {
	display: flex;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
}

.textbox {
	display: flex;
	flex-direction: column;
}

.nowrap {
	display: flex;
}

.blackhide {
	display: block;
	width: 7rem;
	height: 1rem;
	background: black;
}
.blackhidesmall {
	display: block;
	width: 5rem;
	height: 1rem;
	background: black;
}

.row3 span{
	margin-bottom: 0.2rem;
}

.row3 {
	display: flex;
	margin-bottom: 0.5rem;
}

.space {
	margin-bottom: 1rem;
}

.col-3 {
	width: 300px;
	margin-bottom: 0.5rem;
}

.col-2 {
	width: 200px;
	margin-bottom: 0.5rem;
}

.col-1 {
	width: 100px;
	margin-bottom: 0.5rem;
}

.col {
	display: flex;
	flex-direction: column;
}

.bold {
	font-weight: bold;
}

.red {
	color: var(--red);
}

.gray {
	color: var(--darkneutral);
}

.diploma {
	font-size: 0.8rem;
}

.lime {
	color: #00f54e;
}

.personalia {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: var(--red);
}

.personalia * {
	color: var(--light);
}

.personalia h1 {
	align-self: center;
}

.content {
	display: flex;
	flex-direction: column;
	width: calc(100% - 2rem);
	margin: 0 1rem;
}

img {
	border-radius: 50%;
	border: 5px solid var(--light);
	margin: 2rem;
	width: calc(100% - 4rem);
	height: auto;
}

footer {
	height: 3rem;
}
