body {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fefefd;
	color: #2c2a2a;
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, 'open sans', 'helvetica neue', sans-serif;
	line-height: 1.3;
	font-size: 1em;
	padding: 10px;
}

h1 {
	font-size: 2.1em;
	font-weight: bolder;
	color: #2a2a2a;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.15em;
	color: #222222;
}

header {
	width: 100%;
	max-width: 900px;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

header > div:first-of-type {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

header .header__main {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.header__main a, .header__main a:visited {
	text-decoration: none;
}

header > div:first-of-type > span {
	color: #616161;
}

footer {
	width: 100%;
	max-width: 900px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	margin-top: 10px;
	border-top: 1px solid #eee;
}

.logo {
	/* background: #452de9; */
	padding: 4px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	margin-right: 15px;
}

.icon {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	margin-left: 3px;
	position: relative;
	top: 4px;
	padding: 0;
}

.skjermbilde__gruppe {
	display: flex;
	flex-direction: row;
}

.skjermbilde__gruppe--no-wrap {
	flex-wrap: nowrap;
}

.skjermbilde__link {
	display: inline-block;
	max-width: 100%;
	padding-right: 8px;
	opacity: 0.975;
}

.skjermbilde__link:last-of-type {
	padding-right: 0;
}

.skjermbilde__link:hover,
.skjermbilde__link:active {
	opacity: 1;
}

.skjermbilde {
	max-width: 100%;
	max-height: 250px;
	border-radius: 4px;
}

.bildetekst {
	font-size: 0.9em;
	font-style: italic;
	margin-top: -10px;
	color: #4e4e4e;
}

.slutttekst {
	font-style: italic;
	color: #4e4e4e;
}

article {
	width: 100%;
	max-width: 900px;
}

a, a:visited {
	color: #f45b38;
}

a:hover, a:active {
	color: #ff7859;
	text-decoration: none;
}

code {
	background: #e7e8e8;
	padding: 2px 3px;
	border-radius: 4px;
}

.alternativ {
	padding-bottom: 10px;
}

.alternativ:first-of-type {
	padding-top: 10px;
}

.alternativ-logo {
	height: 20px;
	margin-right: 5px;
	display: inline;
}

.alternativ-logo-inline {
	height: 0.8em;
	display: inline;
	top: 1px;
	position: relative;
}

.alternativ-logo-h1 {
	height: 28px;
	margin-left: 5px;
	display: inline;
	top: 3px;
	position: relative;
}

.alternativ-logo-h2 {
	height: 22px;
	margin-left: 5px;
	display: inline;
	top: 3px;
	position: relative;
}

.alternativ-logo--rounded {
	border-radius: 20%;
}

.alternativ-logo-app {
	height: 15px;
	margin-right: 3px;
	display: inline;
	border-radius: 6px;
}

ul.alternativ__liste {
	list-style-type: none;
	padding-left: 10px;
}

.alternativ__liste > li {
	margin-top: 4px;
	margin-bottom: 4px;
}

.alternativ__liste > li:last-of-type {
	margin-bottom: 0;
}

ul.alternativ__app__liste {
	padding-left: 24px;
}

.spesifisering {
	display: block;
	color: #7c7c7c;
	padding-left: 22px;
}

.erfaring {
	border-left: 2px solid #dcdcdc;
	padding-left: 15px;
	font-style: italic;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.erfaring:last-of-type {
	margin-bottom: 0;
}

.erfaring--positiv {
	border-left: 5px solid #c0eac0;
}

.erfaring--negativ {
	border-left: 5px solid #edcfcf;
}

.signatur {
	margin-top: 5px;
	color: #7c7c7c;
}
