body {
	font-family: Arial;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%
}

div {
	box-sizing: border-box
}

blockquote p,
h1,
q {
	font-family: "Minion Pro", Minion;
	font-style: italic;
	color: #555
}

h1 {
	line-height: 48px;
	font-size: 20px;
	margin: 0;
	padding: 0
}

h1.title {
	color: #06c;
	line-height: 72px;
	font-size: 33px;
	margin: 0;
	padding: 0;
	z-index: -1
}

h2 {
	color: #555;
	line-height: 24px;
	font-size: 15.01px;
	margin: 0;
	padding: 12px 0
}

h2.title-intro {
	color: #555;
	line-height: 72px;
	font-size: 27px;
	margin: 0;
	padding: 12px 72px
}

@media (max-width:800px) {
	h2.title-intro {
		color: #555;
		line-height: 30px;
		font-size: 24px;
		margin: 0;
		padding: 0 0 15px 0;
	}
}

@media (max-width:330px) {
	h2.title-intro {
		line-height: 1.2;
		font-size: 20px;
	}
}

h2.title {
	color: #555;
	line-height: 24px;
	font-size: 24px;
	margin: 0;
	padding: 12px 0
}

h2.subtitle {
	color: #555;
	line-height: 24px;
	font-size: 17px;
	margin: 0;
	padding: 18px 0 0 0;
	vertical-align: top;
	display: flex;
	align-items: center;
}

h3 {
	color: #555;
	line-height: 24px;
	font-size: 13.49px;
	margin: 0;
	padding: 0
}

p {
	font-size: 14px;
	color: #555;
	line-height: 24px;
	padding: 12px 0;
	margin: 0
}

p.owner, p.copyright {
	padding: 12px 48px;
}

@media (max-width:800px) {
	p.owner, p.copyright {
		padding: 24px;
	}
}

@media (max-width:660px) {
	p.owner, p.copyright {
		padding: 12px 0;
	}
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
	color: #06c
}

a.important,
a:active.important,
a:focus.important,
a:hover.important,
a:link.important,
a:visited.important {
	color: #c03
}

.important {
	font-size: 14px;
	color: #c03;
	font-weight: 700
}

ol li,
table,
ul li {
	color: #555;
	font-size: 14px;
	line-height: 1.5
}

table {
	border-spacing: 0
}

table tbody tr th,
table thead tr th {
	background: #5f5f5f;
	color: #fff;
	padding: 0 6px;
	line-height: 24px;
	-webkit-box-shadow: 0 0 0 1px #5f5f5f;
	-moz-box-shadow: 0 0 0 1px #5f5f5f;
	box-shadow: 0 0 0 1px #5f5f5f;
	word-break: break-word
}

@media print {
	table tbody tr th,
	table thead tr th {
		color: #555
	}
}

table tbody tr th {
	text-align: left
}

table tbody tr td {
	border: none;
	background: #f0f0f0;
	padding: 12px;
	-webkit-box-shadow: 0 0 0 1px #5f5f5f;
	-moz-box-shadow: 0 0 0 1px #5f5f5f;
	box-shadow: 0 0 0 1px #5f5f5f;
	word-break: break-word
}

table tbody tr td ol,
table tbody tr td ul {
	padding: 0 0 0 24px
}

table .half-width {
	width: 50%
}
table tbody tr td.icon {
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
}
table tbody tr td img {
	width: 36px;
	height: 36px;
}

@media (max-width: 400px) {
	table tbody tr td {
		padding: 6px;
	}
}

ol,
ul {
	padding: 12px 0 12px 24px;
	margin: 0
}

ol li,
ul li {
	line-height: 24px
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
	padding-top: 0;
	padding-bottom: 0
}

header {
	display: flex;
	justify-content: space-between;
	border: 1px solid #f0f0f0;
}

header .pagetitle {
	display: flex;
	align-items: center;
}

header .header-right {
	display: flex;
	align-items: center;
}

header .header-right .languageswitch {
	display: flex;
	align-content: center;
	margin-right: 15px;
}

@media (max-width: 540px) {
	header .header-right .languageswitch {
		height: 100%;
		flex-wrap: wrap;
	}

	header .header-right .languageswitch a {
		height: 50%;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 400px) {
	header .header-right .languageswitch {
		margin-right: 10px;
		justify-content: center;
	}
}

@media print {
	header .languageswitch {
		display: none
	}
}

header .languageswitch a,
header .languageswitch a:active,
header .languageswitch a:focus,
header .languageswitch a:hover,
header .languageswitch a:link,
header .languageswitch a:visited {
	color: #555;
	text-decoration: none;
	padding: 0 5px
}

header .languageswitch a.active,
header .languageswitch a:active.active,
header .languageswitch a:focus.active,
header .languageswitch a:hover.active,
header .languageswitch a:link.active,
header .languageswitch a:visited.active {
	font-weight: 700
}

header .languageswitch a .shortname,
header .languageswitch a:active .shortname,
header .languageswitch a:focus .shortname,
header .languageswitch a:hover .shortname,
header .languageswitch a:link .shortname,
header .languageswitch a:visited .shortname {
	display: none
}

@media (max-width:800px) {
	header .languageswitch a .shortname,
	header .languageswitch a:active .shortname,
	header .languageswitch a:focus .shortname,
	header .languageswitch a:hover .shortname,
	header .languageswitch a:link .shortname,
	header .languageswitch a:visited .shortname {
		display: block;
	}
}

@media (max-width:800px) {
	header .languageswitch a .fullname,
	header .languageswitch a:active .fullname,
	header .languageswitch a:focus .fullname,
	header .languageswitch a:hover .fullname,
	header .languageswitch a:link .fullname,
	header .languageswitch a:visited .fullname {
		display: none;
	}
}

header .logo a {
	width: 70px;
	height: 72px;
	display: block;
	background: url(../images/roche_logo.gif) center center no-repeat;
	text-indent: -1000em;
	margin-right: 96px
}

@media (max-width:1200px) {
	header .logo a {
		margin-right: 24px
	}
}

@media print {
	header .logo a {
		content: url(../images/roche_logo.gif);
		height: 36px;
		margin-top: 18px
	}
}

header .pagetitle h1 {
	margin: 0 0 0 96px;
	line-height: 72px
}

@media (max-width:1200px) {
	header .pagetitle h1 {
		left: 24px;
		margin-left: 0;
		padding-left: 0;
		margin-right: 24px;
		position: relative;
	}
}

@media (max-width:660px) {
	header .pagetitle h1 {
		font-size: 24px;
		line-height: 1.2;
	}
}

@media (max-width:400px) {
	header .pagetitle h1 {
		font-size: 18px;
	}
}

/* @media (max-width:330px) {
	header .pagetitle h1 {
		font-size: 20px;
		line-height: 1.2;
	}
} */

@media print {
	header .pagetitle h1 {
		margin-left: 0
	}
}

section.rows {
	counter-reset: section-counter
}

section.rows section.row {
	padding: 24px 96px
}

section.rows section.row-full {
	padding: 24px
}

@media (max-width:1200px) {
	section.rows section.row {
		padding: 24px 48px
	}
}

@media (max-width:1200px) {
	section.rows section.row-full {
		padding: 24px 
	}
}

@media (max-width:800px) {
	section.rows section.row {
		padding: 24px
	}
}

@media (max-width:800px) {
	section.rows section.row-full {
		padding: 24px
	}
}

@media (max-width:400px) {
	section.rows section.row-full {
		padding-bottom: 0;
	}
}

@media print {
	section.rows section.row {
		padding: 0;
		page-break-inside: avoid
	}
}

section.rows section.row::before {
	display: table;
	content: " "
}

section.rows section.row::after {
	display: table;
	content: " ";
	clear: both
}

section.rows section.row::before {
	counter-increment: section-counter
}

section.rows section.row:nth-child(2n) {
	background: #f0f0f0
}

ul.introbox {
	display: table;
	width: 100%;
	table-layout: flex;
	flex-flow: column nowrap;
	padding: 0px;
}

ul.introbox li {
	display: table-cell;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.introbox-img--wrapper {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.introbox-img--wrapper img {
	height: auto;
	width: 100%;
}

ul.introbox li p {
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:660px) {
	.introbox-img--wrapper {
		width: 96px;
		height: 96px;
	}
	ul.introbox li p {
		font-size: 20px;
		height: 70px;
	}
}

@media (max-width:400px) {
	ul.introbox li {
		padding: 0 6px;
	}
	ul.introbox li p {
		font-size: 16px;
		font-weight: bold;
	}
}

@media (max-width:330px) {
	.introbox-img--wrapper {
		width: 72px;
		height: 72px;
	}
	ul.introbox li p {
		font-size: 14px;
	}
}

section.rows section.row .icons {
	width: 120px;
	float: left;
	padding: 12px
}

section.rows section.row .icons-ha {
	display: flex;
}

.icon-ha--wrapper.space-around {
	margin-bottom: 10px;
}

.icon-ha--wrapper {
	width: 72px;
	height: 72px;
	margin-right: 15px;
}

.icon-ha--wrapper img {
	height: auto;
	width: 100%;
}

@media (max-width:330px) {
	.icon-ha--wrapper {
		width: 54px;
		height: 54px;
		margin-right: 0;
	}
	.icons-ha {
		justify-content: space-between;
	}
}

.subtitle-icon {
	margin-right: 12px;
}

.subtitle-icon img {
	width: 36px;
	height: 36px;
}

@media (max-width:660px) {
	section.rows section.row .icons {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center
	}
}

section.rows section.row .icons::before {
	content: counter(section-counter) ".";
	width: 100%;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #555;
	margin-bottom: 12px;
	line-height: 24px;
	font-size: 24px;
}

@media (max-width:660px) {
	section.rows section.row .icons::before {
		display: none
	}
}

section.rows section.row .icons ul {
	list-style: none;
	padding: 10;
	margin: 0
	
}

@media (max-width:660px) {
	section.rows section.row .icons ul {
		height: 72px
	}
}

section.rows section.row .icons ul li {
	padding: 0;
	margin: 0;
	height: 96px
}

section.rows section.row .icons ul li.icon-intro {
	padding: 0;
	margin: 0;
	height: 120px
}

@media (max-width:660px) {
	section.rows section.row .icons ul li {
		display: inline-block;
		height: 48px
	}
}

@media (max-width:660px) {
	section.rows section.row .icons ul li.icon-intro {
		display: inline-block;
		height: 72px
	}
}

section.rows section.row .icons ul li+li {
	margin-top: 12px
}

@media (max-width:660px) {
	section.rows section.row .icons ul li+li {
		margin-top: 0;
		margin-left: 12px
	}
}

section.rows section.row .icons img {
	width: 100px;
	height: 100px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

section.rows section.row .icons-ha img {
	/* width: 72px !important; */
	/* height: 72px !important;	 */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
section.rows section.row .icons ul li.icon-intro img {
	width: 96px;
	height: 96px;

}

@media (max-width:660px) {
	section.rows section.row .icons ul li img {
		width: 48px;
		height: 48px;
	}
}


section.rows section.row .contents {
	width: calc(100% - 120px);
	float: left;
	padding: 0 24px
}

@media (max-width:660px) {
	section.rows section.row .contents {
		width: 100%;
		float: none;
		padding: 0
	}
section.rows section.row .contents-full {
	width: 100%;
	float: left;
	padding: 0 24px
}

@media (max-width:660px) {
	section.rows section.row .contents-full {
		width: 100%;
		float: none;
		padding: 0
	}
	section.rows section.row .contents h2.title::before {
		content: counter(section-counter) ". "
	}
}

@media print {
	section.rows section.row .contents a[href^=http]:after,
	section.rows section.row .contents a[href^=mailto]:after {
		content: " <" attr(href) "> "
	}
}

footer {
	padding: 0 96px;
}

@media (max-width:1200px) {
	footer {
		padding: 0 24px;
	}
}


@media print {
	footer p a[href^=http]:after,
	footer p a[href^=mailto]:after {
		content: " <" attr(href) "> "
	}
}

footer hr {
	margin: 0 6px;
	border: none;
	-webkit-box-shadow: 0 0 0 1px #f0f0f0;
	-moz-box-shadow: 0 0 0 1px #f0f0f0;
	box-shadow: 0 0 0 1px #f0f0f0;
}

#loading-message {
	display: none;
}
}