body {
background: #fff;
color: #000;
font-size: 12pt;
line-height: 150%;
margin: 0px;
}
hr {
color: #ccc;
background-color: transparent;
}
h1, h2, h3, h4, h5, h6, code, pre {
color: #000;
text-transform: none; /* because sometimes I set all-caps */
padding: 0;
margin: 0;
}
h1 {
font-size: 36pt;
line-height: 100%;
top: 50px;
left: 50px;
}
h2 {
font-size: 18pt;
line-height: 100%;
left: 50px;
top: 180px;
}
h3 {
font-size: 12pt;
}
h4, h5, h6 {
font-size: 8pt;
}
code, pre {
font-size: 8pt;
background-color: transparent;
/* just in case the user configured browser to print backgrounds */
}
blockquote {
background-image: none;
/* though they may not print, I’d rather be sure */
}
a:link, a:visited {
text-decoration: underline;
color: #000;
}
.illustration, .GDA, .partner, .partnerin, #logo, #raum, .toggle-menu{
display: none;
}
.container>* {
flex: 1 auto;
}
.container {
width: auto;
height: auto;
max-height: 100%;
border-width: 50px;
background-color: #fff;
color: #000;
border-color: #fff;
bottom: 200px;
}
.aside {
color: #000;
background-color: #fff;
border: none;
}
.aside:last-child {
margin-right: 0;
padding-right: 0;
}