* {
	font-size: 1.03em;            /* 1em entspr. 18px. */
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-left: 0.3em;  /*  0.3 em entspr. 4,8 px. */
	font-style: normal;
}
body {
	font-size: 1.5em;      /* 1.5 em entspr. 24px. */
 margin:0 margin-left: 0em;
}
a, a:visited, a:hover, a:active {
	color: #0604b5;  /* dark blue */
	text-decoration: none;
}
pre, code {
	font: italic 100% monospace;
	padding: 10px;
	white-space: normal !important;
}
pre, .code {
	margin: 10px 0;
	clear: both;
}
h1 {
	font-size: 1.5em;            /* 1.5 em entspr. 24px. */
	font-style: normal;
	font-weight: 900;
	margin: .67em 0;
	text-align: center;/* color: #ff8800;   */  /* Farbe orange */
}
h2 {
	font-size: 1.1em;          /* 1.1. em entspr. 17.6 px. */
	font-style: normal;
	font-weight: 700;
	margin: .5em 0;
	text-align: start;/* color: #ff8800;   */  /* Farbe orange */
}
.code_box {
	max-height: 30em;
	width: 100%;
	/*  margin-left: 20px;   */
	font-family: 'Open Sans';
	font-size: 1em;
	font-style: italic;
	color: black;
	background-color: lightgrey;
	box-shadow: -6px 0 0 grey;
	/* border:  1em  solid #ccc;  */
	padding: 1em;
	white-space: nowrap;   /* normal !important;  */
	overflow: auto;   /*  overflow: scroll; */
}
.config_box {
	max-height: 30em;
	width: 100%;
	/*  margin-left: 20px;   */
	font-family: 'Open Sans';
	font-size: 1em;
	font-style: normal;
	color: black;
	background-color: lightgrey;
	box-shadow: -6px 0 0 white;
	/* border:  1em  solid #ccc;  */
	padding: 10px;
	white-space: nowrap;   /*  normal;  */
	overflow: auto;   /*  overflow: scroll; */
}
.putty_box {
	max-height: 30em;
	width: 100%;
	/* margin-left: 20px;   */
	font-family: 'Open Sans';
	font-size: 1em;
	font-style: normal;
	color: white;
	background-color: black;
	box-shadow: -6px 0 0 black;
	/*  border:  1em solid #ccc;  */
	padding: 10px;
	white-space: normal;
	overflow: auto;   /*  overflow: scroll; */
}
.screen_box {
	max-height: 40em;
	width: 80%;
	font-family: 'Open Sans';
	font-size: 1em;
	font-style: normal;
	color: yellow;
	background-color: black;
	/*  border:  1em solid #ccc;  */
	overflow: auto;
}
.mp_box {
	height: 20em;
	width: 50em;
	/*  margin-left:  2em;  */
	font-family: 'Arial';
	background-color: lightgrey;
	color: black;
	font-size: 1.35em;
	font-style: italic;
	/*  border:  1em solid #ccc;  */
	overflow: auto;
}
table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: thin 0 0 thin;
	table-layout: auto;
	max-width: 100%;
	padding: 10px;
	margin: auto;          /* margin: 0 0 1em;  */
	border: thin solid black;
	/*   border-style: none;    */
	border-color: #FFFFFF;
}
th, td, tr {
	border-collapse: separate;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	margin: auto;
	border: thin solid black;
	/*  border-style: none;   */
	border-color: #FFFFFF;
}
caption {
	/*  background-color: #f1f3f4;  */
  /*  border: thin solid black;  */
  /* border-collapse: separate; */
	font-weight: 700;
	padding: 10px;
	margin: auto;
	border: none;
	border-style: none;
	border-color: #FFFFFF;
}
table.atab {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: thin 0 0 thin;
	table-layout: auto;
	max-width: 100%;
	padding: 10px;
	margin: auto;
	font-family: 'Open Sans';
	font-size: 1em;
	font-style: normal;
}
table.atab td, table.atab th {
	padding: 1px 1px;
}
table.atab tbody td {
	font-size: 1em;
}
table.atab tfoot td {
	font-size: 1em;
}
table.atab tfoot .links {
	text-align: right;
}
table.atab tfoot .links a {
	display: inline-block;
	background: #1C6EA4;
	color: #FFFFFF;
	padding: 2px 8px;
	border-radius: 5px;
}
table.btab {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: thin 0 0 thin;
	table-layout: auto;
	max-width: 100%;
	padding: 10px;
	margin: auto;
	font-family: 'Open Sans';
	font-size: 1em;
	font-style: normal;
	border: 1px solid #ECE8E8;      /*  rahmenfarbe   */
	table-layout: auto;
	max-width: 100%;/*  background-color: #64EE49;  */
}
table.btab caption {
	text-align: left;
}
table.btab td, table.btab th {
	border: 3px solid #ECE8E8;      /*  rahmenfarbe   */
	padding: 3px 2px;
}
table.btab tbody td {
	font-size: 1em;
	color: #333333;
}
table.btab tfoot td {
	font-size: 1em;
}
.flex-center {
	display: flex;
	align-items: center;              /*  org: center   */
	justify-content: center;             /*  org: center   */
	border-style: none;
	text-align: left;
	white-space: pre-wrap;
}
.outer-menu {
	position: fixed;
	top: 10vh;
	left: 0;
	z-index: 1;
}
.outer-menu .checkbox-toggle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	width: 60px;
	height: 60px;
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
	transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
	pointer-events: auto;
	visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
	transform: scale(1);
	transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
	opacity: 1;
	transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
	transform: rotate(225deg);
}
.outer-menu .hamburger {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	padding: 0.5em 1em;
	background: rgba(203, 200, 203, 0.75);
	/*  border-radius: 0 0.12em 0.12em 0;    */
	border-radius: 0 0.12em 0.12em 0;
	cursor: pointer;
	transition: box-shadow 0.4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .hamburger > div {
	position: relative;
	flex: none;
	width: 100%;
	height: 2px;
	background: #FEFEFE;
	transition: all 0.4s ease;
	display: flex;
	align-items: center;                /*  org: center   */
	justify-content: center;          /*  org: center   */
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: inherit;
	transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
	top: 10px;
}
.outer-menu .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	display: flex;
	align-items: start;     /*   align-items: center;  ist Bildmittig, start ist oben*/
	justify-content: start;    /*  justify-content: center;  bildmittig, start ist links */
}
.outer-menu .menu > div {
	width: auto;       /*  width: 200vw;  */    /*   kreisdurchmesser des menues. */
	height: auto;     /*  height: 200vw;  */   /*   kreisdurchmesser des menues. */
	color: #FEFEFE;
	background: rgba(200, 198, 205, 0.97);
	border-radius: 0;       /*  border-radius: 50%;  abrundung  100%=kreis. 0= quadrad  */
	transition: all 0.4s ease;
	flex: none;
	transform: scale(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: flex_start;            /* align-items: center; */
	justify-content: flex_start;      /*  justify-content: center; */
}
.outer-menu .menu > div > div {
	text-align: left;            /*  hamburger menuetext ausrichtung , org: center   */
	max-width: 100vw;
	max-height: 100vh;
	opacity: 0;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	flex: none;
	display: flex;
	align-items: center;                 /*  org: center   */
	justify-content: center;          /*  org: center   */
}
.outer-menu .menu > div > div > ul {
	list-style: none;
	padding: 0 1em;
	margin: 0;
	display: block;
	max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
	padding: 0;
	margin: 1em;
	font-size: 1em;   /* 24px  */
	display: block;
}
.outer-menu .menu > div > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
	transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
	color: #020202;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
	width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -0.15em;
	left: 0;
	width: 0;
	height: 2px;
	background: #e5e5e5;
	transition: width 0.4s ease;
}
/* ---- mpsol2.css. */

button, hr, input {
	overflow: visible
}
audio, canvas, progress, video {
	display: inline-block
}
progress, sub, sup {
	vertical-align: baseline
}
menu, article, aside, details, footer, header, nav, section {
	display: block
}
figcaption, figure, main {
	display: block
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
}
button, select {
	text-transform: none
}
[type=submit], [type=reset], button, html [type=button] {
	-webkit-appearance: button
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
 [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:ButtonText dotted 1px
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
summary {
	display: list-item
}
[hidden], template {
	display: none
}
/* ----ab hier mpsol.css -- */
