@charset "UTF-8";

body {
	background-color: white;
	color: black;
	font-family: linotype-didot, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
}

header {
	font-variant: small-caps;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: solid;
	border-width: 0.2em;
	border-color: #a0a0a0;
	position: fixed;
	top: 0em;
	left: 0em;
	right: 0em;
	background-color: white;
	z-index: 1;
}

header p,
header h1,
header nav {
	display: block;
	margin: 0em;
	text-align: center;
	font-size: 2rem;
}

.logo {
	float: left;
	margin-right: 0em;
	margin-left: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}

#navToggle {
	display: block;
	position: relative;
	bottom: 0em;
	right: 0em;
	z-index: 2;
	margin-right: 0.5em;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	-webkit-user-select: none;
	user-select: none;
}

#navToggle a,
.maplink a {
	text-decoration: none;
	color: black;
}

#navToggle input {
	display: block;
	width: 3em;
	height: 2em;
	position: absolute;
	top: 0em;
	right: 0em;
	margin: 0em;
	cursor: pointer;
	opacity: 0;
	z-index: 4;
	-webkit-touch-callout: none;
}

#navToggle span {
	display: block;
	width: 1em;
	height: 0.1em;
	margin-bottom: 0.1em;
	position: relative;
	top: 0em;
	right: 0em;
	background: black;
	z-index: 3;
	transform-origin: 0em 0em;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		opacity 0.55s ease;
}

#navToggle span:first-child {
	transform-origin: 0% 0%;
}

#navToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
	margin-bottom: 0.25em;
}

#navToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) scale(0.65, 0.65);
}

#navToggle input:checked ~ span:nth-last-child(3)
{
	opacity: 0;
	transform: rotate(0deg) scale(0.2,0.2);
}

#navToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) scale(0.65, 0.65);
}

#navMenu,
maplink a {
	position: absolute;
	right: 0em;
	margin: 0em;
	top: 0.75em;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(150%,0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	z-index: 1;
	background-color: white;
	border-style: solid;
	border-width: 0.2em;
	border-color: #a0a0a0;
}

#navToggle ul {
	padding: 0.25em;
}

#navToggle input:checked ~ ul {
	transform: none;
}

header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	inline-size: 100%;
}

header img {
	margin-top: 0.2em;
	height: 1.0em;
}

main iframe {
	top: 1em;
	position: relative;
}

main {
	top: 3em;
	position: absolute;
	width: 100%;
}

p {
	max-width: 40em;
	position: static;
	margin-right: auto;
	margin-left: auto;
}

li {
	max-width: 40em;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	color: black;
	font-family: linotype-didot, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 150%;
}

article div {
	position: relative;
}

article div input {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 1.5em;
	height: 1.5em;
	opacity: 0;
	z-index: 1;
}

article div p,
article div .privheader {
	display: none;
}

article div ol {
	display: none;
}

article.support div p:nth-child(3),
article.downloads div p:nth-child(3) {
	font-weight: 700;
}

article div input:checked ~ label .toggleHeader span {
	display: inline-block;
	transform: rotate(180deg);
}

article div input:checked ~ p {
	display: block;
}

article div input:checked ~ .privheader {
	display: block;
	color: black;
	font-family: linotype-didot, serif;
	font-weight: 700;
	font-style: italic;
	font-size: 125%;
	margin-left: 10%;
}

article div input:checked ~ ol {
	display: block;
	color: black;
	font-family: linotype-didot, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
}

q.double::before {
	content: "\201c\2060";
}

q.double::after {
	content: "\2060\201d";
}

q.single::before {
	content: "\2018\2060";
}

q.single::after {
	content: "\2060\2019";
}

code {
	color: black;
	font-family: nitti, monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	background-color: #c0c0c0;
}

footer {
	position: fixed;
	bottom: 0em;
	background-color: #c0c0c0;
	color: black;
	font-size: 100%;
	z-index: 1;
	left: 0em;
	right: 0em;
	width: 100%;
}

footer a {
	color: black;
	margin-left: 1em;
}

footer span {
	float: right;
	margin-right: 1em;
}

input[type="number"] {
	font-family: inherit;
	font-size: 1em;
	width: 4em;
}

button {
	font-family: inherit;
	font-size: 1em;
	width: 10em;
	height: 5em;
}

@media screen and (min-width: 30em) {
	article.main input,
	article.main div label .toggleHeader span {
		display: none;
	}
	.toggleHeader,
	article.main div input {
		margin-left: 10%;
	}
	article.main div p {
		display: block;
	}
}

@media screen and (max-width: 30em) {
	article.main div {
		position: relative;
	}

	article.main div input {
		position: absolute;
		top: 0em;
		left: 0em;
		width: 1.5em;
		height: 1.5em;
		opacity: 0;
		z-index: 1;
	}

	article.main div p {
		display: none;
	}

	article.main div input:checked ~ label .toggleHeader span {
		display: inline-block;
		transform: rotate(180deg);
	}

	article.main div input:checked ~ p {
		display: block;
	}

	.optcolumn {
		display: none;
	}

	footer span {
		display: none;
	}
}

@media print {
	article input,
	article div label .toggleHeader span,
	header,
	footer,
	nav {
		display: none;
	}

	article div p{
		display: block;
	}

	article div .privheader {
		display: block;
		color: black;
		font-family: linotype-didot, serif;
		font-weight: 700;
		font-style: italic;
		font-size: 125%;
		margin-right: auto;
		margin-left: auto;
	}

	article div ol {
		display: block;
		color: black;
		font-family: linotype-didot, serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
	}
}
