/* global */

/*
@media (min-resolution: 120dpi) { html { font-size: 120%; } }
@media (min-resolution: 150dpi) { html { font-size: 150%; } }
@media (min-resolution: 200dpi) { html { font-size: 200%; } }
@media (min-resolution: 250dpi) { html { font-size: 250%; } }
@media (min-resolution: 300dpi) { html { font-size: 300%; } }
*/
/*
@media (min-width: 1000px) { html { font-size: 100%; } }
@media (min-width: 1500px) { html { font-size: 200%; } }
@media (min-width: 2000px) { html { font-size: 300%; } }
@media (min-width: 2500px) { html { font-size: 300%; } }
*/
body {
font-family: Helvetica, Arial, sans-serif;
margin: 0px;
padding-bottom: 20px;
padding-bottom: 1.25rem;
}

.content img {
text-decoration: none;
background-color: #444;
}

.border-container
{
border: 1px solid #000;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
border: 0.0625rem solid #000;
padding: 0.3125rem;
margin-top: 0.3125rem;
margin-bottom: 0.3125rem;
}

.floater-left {
float:left;
vertical-align: top;
}

.clearer {
clear: both;
}

.indent {
padding-left: 2em;
}

li {
padding-bottom: 3px;
padding-bottom: 0.1875rem;
}

.main-section {
}

h2 {
margin-bottom: 0.4em;
}

h3, .sub-section {
margin-bottom: 0.1em;
margin-top: 1.5em;
}

h3+p {
margin-top: 0.1em;
}

.heavy {
font-weight: bold;
}

a {
text-decoration: underline;
text-decoration: none;
}

a:visited {
text-decoration: underline;
text-decoration: none;
}
 
a:hover {
text-decoration: underline;
}

.content :link img, .content :visited img {
border: 1px solid;
border: 0.0625rem solid;
}

.border {
border: 1px solid;
padding: 2px;
border: 0.0625rem solid;
padding: 0.125rem;
}

.padRight {
/* used for link sections */
margin-right: 2em;
}

/* page specific */
.date {
}

#quick-links a {
font-size: larger;
padding: 0.2em;
display: inline-block;
}

.lowContrast {
color: #222;
font-size: 8px;
font-size: 0.5rem;
z-index: 1234;
}


/* header */
#page-title-box {
text-align: left;
position: absolute;
left: 15px;
top: 5px;
width: 300px;
left: 0.3125rem;
top: 0.3125rem;
width: 18.75rem;
}

#page-title-link {
font-size: 50px;
font-size: 3.125rem;
}

#menu-container {
text-align: right;
z-index: 3;
padding-top: 0.5em; 
}

.header-link a, .header-link a:visited {
padding-right: 1em;
font-family: "Lucida Console", "Andale Mono", "Courier New", "Courier", monospace;
font-weight: bold;
}

#title-arrow {
font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

#title-description {
font-size: smaller;
}


/* content */
#page-text {
	margin-left: 20px;
	margin-left: 1.25rem;
	position: relative;
	padding: 5px;
	margin-bottom: 20px;
	padding: 0.3125rem;
	margin-bottom: 1.25rem;
	font-size: smaller;
	z-index: 2;
	text-align: left;
}

.content {
	z-index: 2;
	/*max-width: 500px;
	width:expression(document.body.clientWidth > 510 ? "500px" : "auto");*/
	width: 500px;
	width: 31.25rem;
}

.wideContent {
	z-index: 2;
	width: 100%;
}

/* footer */
#footer {
padding-top: 2em;
}

#userData {
	font-size: small;
	position: absolute;
	right: 5px;
	top: 5px;
	right: 0.3125rem;
	top: 0.3125rem;
}

.border-container
{
	border: 1px solid #444;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0.0625rem solid #444;
	padding: 0.3125rem;
	margin-top: 0.3125rem;
	margin-bottom: 0.3125rem;
}

/* publications */
.pub-image {
width: 50px;
height: 50px;
padding-right: 10px;
padding-bottom: 10px;
width: 3.125rem;
height: 3.125rem;
padding-right: 0.625rem;
padding-bottom: 0.625rem;
}

/* news */
.news-item {
padding-bottom: 0.5em;
}

/* kixor23 */

html {
font-family: sans-serif;
padding: 0;
margin: 0;
}
a {
text-decoration: underline;
text-decoration: none;
}

a:visited {
text-decoration: underline;
text-decoration: none;
}
 
a:hover {
text-decoration: underline;
}

#header {
width: 100%;
z-index: 3;
position: fixed;
text-align: center;
}
#logo {
position: absolute;
width: 100%;
height: 29em;
top: -17em;
background-position: center;
background-repeat: no-repeat;
}
#header > a {
display: block;
position: relative;
width: 30em;
height: 11em;
margin-left: auto;
margin-right: auto;
}
#menu {
top: 20em;
}
#menu ul{
position: relative;
text-align: center;
width: 100%;
margin: 0px;
padding: 0;
}
#menu li {
display: inline;
padding-left: 2rem;
padding-right: 2rem;
font-size: 1.5rem;
}
#menu li a, #menu li a:visited {
font-weight: bold;
}

#content {
padding-top: 15rem;
margin-left: auto; margin-right: auto;
position: relative;
z-index: 0;
top: 0;
font-size: 1.5rem;
text-align: justify;
}

.note {
text-align: justify;
display: inline-block;
line-height: 1.5rem;
width: 20rem;
margin: 2rem;
border-radius: 0.2rem;
position: relative;
}
.note h3 {
text-align: center;
margin-top: 0em;
margin-bottom: 0.3rem;
}
.note img {
display: block;
margin: auto;
width: 100%;
box-shadow: 0 0.2rem 2rem black;
margin-bottom: 0.4rem;
}


@media (orientation:portrait) {
#content {
max-width: 50rem;
}
.note {
width: 100%;
max-width: 20em;
}
.pale_blue_dot {
display: block;
font-size: 0;
}
.note {
clear: both;
width: 100%;
}
}
@media (orientation:landscape) {
#content {
width: 60em;
width: 60rem;
}
}


#content a {
}

/* light mode colors */
body{
background-color: #fff;
color: #888;
}
a {
color: #0091c8;
}

a:visited {
}
 
a:hover {
}

#logo {
background-image: url(kixor_logo.svg);
background-size: 160em;
}
#menu li {
background-image: radial-gradient(closest-side, #fff, #fff, rgba(255,255,255,0));
}
#menu li a, #menu li a:visited {
text-shadow: #fff 0 0 0.03rem;
}
#content a {
color: #0091c8;
}

/* dark mode colors */
@media (prefers-color-scheme: dark) {
body{
background-color: #1d1d1d;
color: #aaa;
}
a {
color: #0091c8;
}

a:visited {
}
 
a:hover {
}

#logo {
background-image: url(kixor_logo-dark.svg);
}
#menu li {
background-image: radial-gradient(closest-side, #1d1d1d, #1d1d1d, rgba(11,11,11,0));
}
#menu li a, #menu li a:visited {
text-shadow: #1d1d1d 0 0 0.03rem;
}
#content a {
color: #0091c8;
}
}

