/* Bevan-italic - latin */
@font-face {
	font-display: swap;
	font-family: "Bevan";
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/bevan-v24-latin-italic.woff2') format('woff2');
}

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Format */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1rem;
	text-align: left;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
	font-size: 0.8rem;
}

a {
	text-decoration: none;
	color: #1a0dab;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left-float {
	float: left;
}

#logo {
	text-align: center;
}

#logo img {
	display: inline-block;
	margin: 0 auto;
	padding: 0.8rem 0 0.6rem;
}

h1 {
	font-family: "Bevan";
	font-size: 1.4rem;
	text-align: center;
	font-style: italic;
	font-weight: 400;
}

h1 a {
	color: #000;
}

h1 a:hover {
	text-decoration: none;
}

#choose-language ul {
	background: #eee;
	text-align: center;
	padding: 0.4rem 0;
	font-size: 0.8rem;
}

#choose-language li {
	display: inline-block;
}

#choose-language a {
	margin: 0 0.8rem;
	color: #777;
}

#menu ul {
	max-width: 950px;
	width: 90%;
	margin: 0 auto;
	padding: 0.8rem 0;
	text-align: center;
	border-bottom: 1px solid #000;
}

#menu li {
	display: inline-block;
}

#menu a {
	color: #000;
	display: block;
	padding: 0.6rem 1rem;
}

#menu a:hover {
	background: #599e0e;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
}

#menu-intro ul {
	text-align: center;
	padding: 0.8rem 0 3.2rem 0;
}

#menu-intro li {
	display: inline-block;
}

#menu-intro a {
	color: #000;
	display: block;
	padding: 0.6rem 1rem;
	margin: 0 1rem;
	font-size: 1.2rem;
	border: 1px solid #000;
	border-radius: 6px;
}

#menu-intro a:hover {
	background: #599e0e;
	text-decoration: none;
	color: #fff;
	border: 1px solid #599e0e;
}

#content {
	max-width: 950px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

h2 {
	font-family: "Bevan";
	font-size: 1.6rem;
	color: #599e0e;
	padding: 2rem 1.4rem 0.5rem;
	line-height: 140%;
	font-style: italic;
	font-weight: 400;
}

h2#h2-intro {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1rem;
	padding: 1rem 0;
	text-align: center;
	border-bottom: 1px solid #000;
	max-width: 950px;
	width: 90%;
	margin: 0 auto;
	font-style: normal;
}

#content p {
	padding: 1rem 1.4rem 0.5rem;
	line-height: 140%;
}

h3 {
	font-family: "Bevan";
	font-size: 1.4rem;
	color: #000;
	padding: 1.4rem 1.4rem 0.5rem;
	line-height: 140%;
	font-style: italic;
	font-weight: 400;
}

h4 {
	font-size: 1.2rem;
	padding: 1.2rem 1.4rem 0.5rem;
	font-weight: bold;
	font-style: italic;
}

h3#h3-intro {
	text-align: center;
	padding: 5rem 0 1rem;
	font-style: italic;
	font-weight: 400;
}

#choice {
	display: flex;
	flex-direction: row;
	text-align: center;
	margin-top: 1.6rem;
}

#choice p {
	font-size: 1.4rem;
	font-weight: bold;
}

#choice a {
	display: inline-block;
}

#choice a:hover {
	filter: brightness(80%);
}

.choice-list {
	flex: 33.33%;
}

#content table {
	margin: 1.4rem 1.4rem 0;
}

#content table td {
	padding: 0 0.5rem 0.5rem 0;
}

#content table th {
	padding: 0 0.5rem 1rem 0;
	font-weight: bold;
	font-size: 1.2rem;
}

.border-top-grey {
	border-top: 1px solid #999;
}

.width-80 {
	width: 80%;
}

form {
	float: left;
	background: #eee;
	margin: 1.4rem 0 1.4rem 1.4rem;
	padding-bottom: 0.9rem;
	width: max-content;
	max-width: 45%;
}

input[type="text"] {
	width: 10rem;
}

input[type="text"].small-input {
	width: 5rem;
}

input[type="text"].extra-large-input {
	width: 20rem;
}

#info-box {
	float: right;
	background: #eee;
	margin: 1.4rem 1.4rem 1.4rem 0.7rem;
	padding-bottom: 0.5rem;
	width: 45%;
}

#info-box img {
	margin: 0 auto;
	display: block;
	padding-bottom: 0.4rem;
	padding-top: 0.6rem;
	max-width: 100%;
}

#info-box-2 {
	float: left;
	background: #eee;
	margin: 1.4rem 0 1.4rem 1.4rem;
	padding-bottom: 1rem;
	width: 50%;
}

#info-box-2 img {
	margin: 0 auto;
	display: block;
	padding-bottom: 0.4rem;
	padding-top: 0.6rem;
	max-width: 100%;
}

#footer {
	max-width: 950px;
	width: 90%;
	margin: 1.6rem auto 0;
	padding: 1rem 0;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 0.8rem;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer-intro {
	max-width: 950px;
	width: 90%;
	margin: 3.2rem auto 0;
	padding: 1rem 0;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 0.8rem;
}

ul {
	padding-left: 4.2rem;
	list-style-type: disc;
	line-height: 140%;
}

ol {
	padding-left: 4.2rem;
	list-style-type: decimal;
	line-height: 120%;
}

#content table.table-standard {
	line-height: 150%;
}

#content table.table-standard th {
	background: #599e0e;;
	color: #fff;
	padding: 0.7rem;
}

#content table.table-standard td {
	padding: 0.7rem;
}

#content table.table-standard tr:nth-child(even) {
	background: #eee;
}

caption {
	padding-bottom: 0.4rem;
	text-transform: uppercase;
}

input[name="kim-lift-posture-b"], input[name="kim-lift-posture-e"], input[name="kim-pp-transport"], input[name="kim-pp-posture"], input[name="kim-bm-movement"], input[name="kim-bm-movement-bike"], input[name="kim-bf-posture"], input[name="kim-mho-posture"], input[name="kim-abp-a"], input[name="kim-abp-b"], input[name="kim-abp-c"] {
	display: none;
}

input[type="radio"]:hover+label{
	filter: brightness(80%);
}

input[type="radio"]:checked+label{
	filter: brightness(80%);
}

label[for=kim-pp-posture-1] img, label[for=kim-pp-posture-2] img, label[for=kim-pp-posture-3] img {
	width: 800px;
}

.profile-picture {
	float: right;
	border: 1px solid #000;
	margin-top: 0.5rem;
}

#ads-mobile img {
	display: none;
}

#ads-desktop {
	position: fixed;
	top: 135px;
	right: 2vw;
}

@media only screen and (max-width: 1340px) {
	#ads-desktop {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	h2 {
		text-align: center;
	}
	
	h3 {
		text-align: center;
	}
	
	.center-mobile {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	
	#content {
		max-width: 100%;
		width: 100%;
	}
	
	#content p {
		text-align: justify;
	}
	
	#choice {
    	flex-direction: column;
	}
	
	#choice p {
		text-align: center;
	}
	
	form {
		margin: 1.4rem 0 0 0;
		padding: 0.2rem 0 1rem 0;
		float: none;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	
	table {
		margin: 0 auto;
		display: inline-block;
		text-align: left;
	}
	
	#info-box {
		margin: 1.4rem 0 0 0;
		padding: 0;
		float: none;
		width: 100%;
	}
	
	#info-box-2 {
		margin: 1.4rem 0 0 0;
		padding: 0 0 0.8rem;
		float: none;
		width: 100%;
	}
	
	ul {
		padding-left: 0;
		list-style-type: none;
		text-align: center;
		margin-top: 0.4rem;
	}
	
	ul.left-mobile-list {
		padding-left: 3rem;
		list-style-type: disc;
		text-align: left;
	}
	
	ol {
		padding-left: 0;
		list-style-type: none;
		text-align: center;
		margin-top: 0.4rem;
	}
	
	ol.left-mobile-list {
		padding-left: 3rem;
		list-style-type: decimal;
		text-align: left;
	}
	
	.no-float-mobile {
		float: none;
	}
	
	label[for=kim-lift-posture-straight-b] img, label[for=kim-lift-posture-bend-shoulder-b] img, label[for=kim-lift-posture-bend-deep-b] img, label[for=kim-lift-posture-knee-b] img, label[for=kim-lift-posture-straight-e] img, label[for=kim-lift-posture-bend-shoulder-e] img, label[for=kim-lift-posture-bend-deep-e] img, label[for=kim-lift-posture-knee-e] img {
		width: 75px;
	}
	
	label[for=kim-pp-wheelbarrow] img, label[for=kim-pp-hand-truck] img, label[for=kim-pp-waste-container-small] img, label[for=kim-pp-trolley-small] img, label[for=kim-pp-waste-container-big] img, label[for=kim-pp-overhead-conveyor] img,  label[for=kim-pp-overhead-crane] img {
		width: 85px;
	}
	
	label[for=kim-pp-trolley-big-1] img, label[for=kim-pp-trolley-big-2] img, label[for=kim-pp-pallet-truck] img {
		width: 150px;
	}
	
	label[for=kim-pp-posture-1] img, label[for=kim-pp-posture-2] img, label[for=kim-pp-posture-3] img, label[for=kim-bf-posture-1] img, label[for=kim-bf-posture-2] img, label[for=kim-bf-posture-3] img, label[for=kim-bf-posture-4] img, label[for=kim-mho-posture-1] img, label[for=kim-mho-posture-2] img, label[for=kim-mho-posture-3] img, label[for=kim-mho-posture-4] img {
		max-width: 100%;
	}
	
	.profile-picture {
		float: none;
		width: 50%;
		margin: 1.4rem auto 1rem;
		display: block;
		border: 1px solid #000;
	}
	
	#ads-mobile img {
		display: block;
		margin: 0.8rem auto 1.2rem;
	}
}