/* bomhard.css customized on base of: Stockholm extension, https://github.com/annaesvensson/yellow-stockholm */

/* Colors and fonts */
/*     --heading: #d06727;
    --link: #07d;
        --link-active: #29f;
        --heading:#55575f;
            --text: #46484f;

            --text: #171d4f;
    --code: #444;
    --link: #b05621;
    --link: #054f3c;
        --link: #13324f;
*/


:root {
    --bg: #fff;
    --code-bg: #f7f7f7;
    --notice1-bg: #fffbf0;
    --notice2-bg: #fdf0f0;
    --notice3-bg: #f0f8fe;
    --heading:#55575f;
    --text: #393c51;
    --code: #444;
    --link: #13324f;
    --link-active: #183fb5;
    --blockquote-accent: #29f;
    --notice1-accent: #fb0;
    --notice2-accent: #d00;
    --notice3-accent: #08e;
    --separator: #ddd;
    --border: #bbb;
    --font: "Open Sans","Noto Sans CJK JP", "Noto Sans Display Light", "Noto Sans Symbols2", sans-serif;
    --monospace-font: Consolas, Menlo, Courier, monospace;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(opensans-light.woff) format("woff");
    }

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(opensans-regular.woff) format("woff");
    }

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(opensans-bold.woff) format("woff");
    }

@font-face {
    font-family: "Noto Sans Symbols2";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(NotoSansSymbols2-Regular.woff) format("woff");
    }

/* General */

html, body, div, form, pre, span, tr, th, td, img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    }

body {
    margin: 1em;
    background-color: var(--bg);
    color: var(--text);
    font-family: var(--font);
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
    hyphens: auto;
    }

h1, h2, h3, h4, h5, h6 {
    color: var(--heading);
    font-weight: 400;
    }

h1 {
    font-size: 1.7em;
    }

h2 {
    font-size: 1.3em;
    }

h3 {
    font-size: 1.15em;
    }

h4 {
    font-size: 1.1em;
    }

hr {
    height: 0.06em;
    background: var(--separator);
    border: 0;
    margin-top: 0em;
    margin-bottom: 1.35em;
    }

strong {
    font-weight: bold;
    }

code {
    font-size: 1.1em;
    }

a {
    color: var(--link);
    text-decoration: none;
    }

a:hover {
    color: var(--link-active);
    text-decoration: underline;
    }

p {
   text-align: justify;
   padding-left: 0.1em;
   padding-right: 0.1em;
   }


/* Content */

.content h1 {
    margin: 1em 0;
    }

.content h1 a {
    color: var(--heading);
    }

.content h1 a:hover {
    color: var(--heading);
    text-decoration: none;
    }

.content img {
    max-width: 100%;
    height: auto;
    }

.content form {
    margin: 1em 0;
    }

.content table {
    border-spacing: 0;
    border-collapse: collapse;
    }

.content th {
    text-align: left;
    padding: 0.3em;
    border-bottom: 1px solid var(--separator);
    }

.content td {
    text-align: left;
    padding: 0.3em;
    padding-right: 2em;
    }

.content code,
.content pre {
    font-family: var(--monospace-font);
    font-size: 90%;
    }

.content code {
    padding: 0.15em 0.4em;
    margin: 0;
    background-color: var(--code-bg);
    color: var(--code);
    border-radius: 3px;
    }

.content pre > code {
    padding: 0;
    margin: 0;
    white-space: pre;
    background: transparent;
    border: 0;
    font-size: inherit;
    }

.content pre {
    padding: 1em;
    overflow: auto;
    line-height: 1.45;
    background-color: var(--code-bg);
    color: var(--code);
    border-radius: 3px;
    }

.content blockquote {
    margin-left: 0;
    padding-left: 1em;
    font-weight: bold;
    border-left: 3px solid var(--blockquote-accent);
    }

.content .notice1 {
    margin: 1em 0;
    padding: 10px 1em;
    background-color: var(--notice1-bg);
    border-left: 10px solid var(--notice1-accent);
    }

.content .notice2 {
    margin: 1em 0;
    padding: 10px 1em;
    background-color: var(--notice2-bg);
    border-left: 10px solid var(--notice2-accent);
    }

.content .notice3,
.content .notice4,
.content .notice5,
.content .notice6 {
    margin: 1em 0;
    padding: 10px 1em;
    background-color: var(--notice3-bg);
    border-left: 10px solid var(--notice3-accent);
    }

.content .flexible {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    }

.content .flexible iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.content .task-list-item {
    list-style-type: none;
    }

.content .task-list-item input {
    margin: 0 0.2em 0.25em -1.75em;
    vertical-align: middle;
    }

.content .toc {
    margin: 0;
    padding: 0;
    list-style: none;
    }

.content .wikipages ul,
.content .wikitags ul,
.content .wikilinks ul {
    padding: 0;
    list-style: none;
    column-width: 19em;
    }

.content .previousnext .previous {
    margin-right: 1em;
    }

.content .pagination .previous {
    margin-right: 1em;
    }

.content .pagination {
    margin: 1em 0;
    }

.content .left {
    float: left;
    margin: 0 1em 0 0;
    }

.content .center {
    display: block;
    margin: auto;
    }

.content .right {
    margin-right: 0.4em;
    float: right;
    margin: 0 0 0 1em;
    }

.content .rounded {
    border-radius: 4px;
    }

/* Header */

.header {
    margin: 2em 0;
    }

.header .sitename {
    display: block;
    float: left;
    }

.header .sitename h1 {
    margin: 0;
    font-size: 1em;
    font-weight: 300;
    }

.header .sitename h1 a {
    color: var(--text);
    border-bottom: solid 3px var(--bg);
    text-decoration: none;
    padding: 0.5em 0 ;
    }

.header .sitename h1 a:hover {
    color: var(--link);
    border-bottom: solid 3px var(--link-active);
    }

.header .sitename p {
    margin-top: 0;
    color: var(--text);
    }

/* Navigation */
.navigation {
    display: block;
    float: right;
    }

.navigation .active {
    color: #183fb5;
}

.navigation a {
    color: var(--text);
    border-bottom: solid 3px var(--bg);
    text-decoration: none;
    padding: 0.5em 0 0;
    margin: 0 0.5em;
    }

.navigation a:hover {
    color: var(--link);
    border-bottom: solid 3px var(--link-active);
    }

.navigation ul {
    margin: 0 -0.5em;
    padding: 0;
    list-style: none;
    }

.navigation li {
    display: inline;
    }

/*.navigation li a.active {
    border-bottom: solid 3px var(--link-active);
    }*/

.navigation-banner {
    clear: both;
    }

/* Footbar */

.footbar {
      position: fixed;
      bottom: 0;
      width: 95vw;
      max-width: 64.5em;
      padding-bottom: 1em;
      overflow: auto;
      background-color: rgba(254,254,254, 0.95);
      backdrop-filter: blur(1.5px);
      border-top-style: solid;
      border-right-style: solid;
      border-color: #fff;
      border-top-width: 0.4em;
      border-right-width: 0.7em;
      padding-top: 0.3em;
      font-size: 0.9em;
      }

.footbar .fl {
      float:left;
      margin-left: 0.1em;
      background-color: #fff;
      border-style: solid;
      width: 8em;
      border-left-style: none;
      border-bottom-style: none;
      }

.footbar .fr {
      float:right;
      margin-right: 0.1em;
      background-color: #fff;
      border-style: solid;
      width: 8em;
      border-right-style: none;
      border-bottom-style: none;
      }

.footbar ul {
      overflow: hidden;
      padding: 0;
      list-style: decimal;
      margin-left: 0em;
      }

.footbar li {
    float: left;
    margin-left: 2em;
    width: 30%;
    }

/* Footer

.footer {
    margin: 2em 0;
    }

.footer .siteinfo a {
    color: var(--link);
    }

.footer .siteinfo a:hover {OH man,
    color: var(--link);
    text-decoration: underline;
    }
*/


/* Forms and buttons */

.form-control {
    margin: 0;
    padding: 2px 4px;
    display: inline-block;
    min-width: 7em;
    background-color: var(--bg);
    color: var(--text);
    background-image: linear-gradient(to bottom, var(--bg), var(--bg));
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 0.9em;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    }

.btn {
    margin: 0;
    padding: 4px 22px;
    display: inline-block;
    min-width: 7em;
    background-color: #eaeaea;
    color: #333333;
    background-image: linear-gradient(to bottom, #f8f8f8, #e1e1e1);
    border: 1px solid var(--border);
    border-color: #c1c1c1 #c1c1c1 #aaaaaa;
    border-radius: 4px;
    outline-offset: -2px;
    font-size: 0.9em;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    }

.btn:hover,
.btn:focus,
.btn:active {
    color: #333333;
    background-image: none;
    text-decoration: none;
    }

.btn:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    }

/* Responsive and print */

.page {
    margin: 0 auto;
    max-width: 1000px;
    }

@media screen and (min-width: 62em) {
    body {
        max-width: 58em;
        margin: 1em auto;
        padding-right: 1em;
        padding-left: 1em;
        }
    .page {
        margin: 0;
        max-width: none;
        }
    }

@media screen and (max-width: 32em) {
    body {
        margin: 0.5em;
        font-size: 0.9em;
        }
    .content h1,
    .content h2 {
        font-size: 1.5em;
        }
    .navigation li {
        display: block;
        }
    .footbar li {
        float: none;
        margin-left: 2em;
        width: 100%;
        }
    }

@media print {
    .page {
        border: none !important;
        }
    }


/* jantarmantar */

.jmtext {
    padding-left: 0.05em;
    text-align: left;
    font-weight: 300;
    line-height: 1.4em;
    }

.jmimgdesc {
    margin-top: -1.3em;
    font-style: italic;
    text-align: right;
    font-size: 0.95em;
    font-weight: 300;
    line-height: 1.4em;
    }


/* Musiktheorie - compatibility */
.mt h4 {
    margin-top: 3em;
    }

.mt .imgdesc {
    margin-top: .5em;
    font-style: italic;
    text-align: justify;
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1.4em;
    }

.mt table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 30px;
    }

.mt td {
	vertical-align: bottom;
	text-align: center;
    }

.mt .text {
	font-family: calibri, Arial, helvetica, swiss, geneva, sans-serif;
	color: #1f1c5b;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
        border-width: 0.7em;
	text-align: justify;
	margin-top: 0px;
    }

.mt  .textsmall {
	font-family: calibri, Arial, helvetica, swiss, geneva, sans-serif;
	color: #1f1c5b;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
    }

.mt  .monospace {
	font-family: Consolas, Courier, monospace;
	color: #1f1c5b;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
    }


.mt .left {
	text-align: left;
    }

.mt .leftbold {
	text-align: left;
	font-weight: 700;
    }

.mt .right {
	text-align: left;
    }

.mt .justify {
	text-align: justify;
    }

.mt .bold {
	font-weight: bold;
    }

.mt .faded {
	color: #808080;
    }

.mt strong {
	font-weight: bold;
	text-decoration: none;
    }
