body, html {
    margin: 0;
    padding: 0
}
body {
    font-family: novel-sans-pro, sans-serif;
    font-weight: 300;
    font-variant-numeric: oldstyle-nums;
    font-feature-settings: "onum";
    font-style: normal;
    font-size: 1em;
    line-height: 1.4em;
    color: #000
}
h1, h2, h3, h4, h5 {
    margin: 0
}
article, div, footer, header, nav, section {
    box-sizing: border-box
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4rem
}
.header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    min-height: 56px;
    transition: min-height .3s
}
.header__menu {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: .5rem
}
.header__menu svg {
    width: 32px;
    fill: #e0e0e0
}
#fpic {
    width: 100%;
    order: 1
}
.header__logo {
    height: 18px;
    vertical-align: baseline;
    padding-left: .5em
}
.header__title {
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1em;
    display: inline-block;
    padding: 1rem .5rem 1rem 0;
    color: #8b0000;
    vertical-align: baseline
}
.nav {
    z-index: 10;
    background-color: #fff;
    width: 300px;
    border-bottom: 2px solid #e0e0e0;
    position: absolute;
    -webkit-transform: translate(-350px, 0);
    transform: translate(-350px, 0);
    transition: transform .3s ease
}
.nav.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.nav__list {
    width: 100%;
    padding: 0;
    margin: 0
}
.nav__item {
    display: list-item;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    text-align: left
}
#nh {
    width: 100%;
    text-align: left;
    line-height: 24px;
    padding-left: .85em
}
#nh img {
    height: 24px;
    vertical-align: -4px;
    margin-right: 0
}
.nav__item img {
    height: 20px;
    vertical-align: -2px;
    margin-right: .5rem
}
.nav a {
    text-decoration: none;
    color: #000
}
.nav a:hover, a:active, a:focus {
    text-decoration: none;
    border-bottom: .05em solid #e0a017;
    color: #e5b200
}
nav li[aria-current] a {
    color: #8b0000;
    border-bottom: .05em solid #8b0000
}
nav li[aria-current] a:hover {
    color: #e5b200;
    border-bottom: .05em solid #e0a017
}
nav li {
    padding: 1em
}
main {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.content {
    margin: 1em
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: inherit;
    text-rendering: optimizelegibility
}
h1, h2 {
    color: #8b0000
}
article h1, h2, h3 {
    line-height: 1.6rem;
    margin-top: 1em;
    margin-left: 0
}
article h1 {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 1rem
}
article h1:first-of-type {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
    margin-top: .75rem
}
article h2 {
    font-size: 1.2rem;
    -webkit-text-size-adjust: 100%
}
article h3 {
    font-size: 1rem;
    font-style: normal;
    -webkit-text-size-adjust: 100%
}
article h2 {
    margin-top: 1rem
}
article p {
    font-weight: 300;
    font-variant-numeric: oldstyle-nums;
    font-feature-settings: "onum";
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.4em;
    margin-top: 0
}
.hero {
    padding: .01rem 0 0 0;
    margin: 1rem 0;
    width: 100%;
    order: 0
}
.hero a {
    color: #000;
    text-decoration: none;
    border-bottom: .05em solid #e0a017
}
.hero a:visited {
    text-decoration: none;
    border-bottom: .05em solid #e0a017;
    color: #000
}
.hero a:hover {
    text-decoration: none;
    border-bottom: .05em solid #e0a017;
    color: #fc0
}
.hero_two a {
    color: #000;
    text-decoration: none;
    border-bottom: .05em solid #e0a017
}
.hero_two a:visited {
    text-decoration: none;
    border-bottom: .05em solid #e0a017;
    color: #000
}
.hero_two a:hover {
    text-decoration: none;
    border-bottom: .05em solid #e0a017;
    color: #fc0
}
.heroR a {
    color: #000;
    text-decoration: none;
    border-bottom: .05em solid #e0a017
}
.heroR a:visited {
    text-decoration: none;
    border-bottom: .05em solid #e0a017;
    color: #000
}
.heroR a:hover {
    text-decoration: none;
    border-bottom: .05em solid #e0a017;
    color: #fc0
}
.lback a {
    color: #000;
    text-decoration: none;
    border-bottom: .05em solid #e0a017
}
.lback a:visited {
    text-decoration: none;
    border-bottom: .05em solid #e0a017;
    color: #000
}
.lback a:hover {
    color: #fc0;
    text-decoration: none;
    border-bottom: .05em solid #e0a017
}
.hero_full {
    padding: .01rem 0 0 0;
    margin: 0;
    width: 100%
}
#zeitleiste {
    position: relative;
    margin-left: 6em;
    margin-top: 1em;
    list-style-type: none
}
#zeitleiste > li {
    margin-bottom: .5em
}
#zeitleiste li p {
    margin: -1.38em 0 0
}
time {
    display: block;
    font-variant-numeric: normal;
    font-feature-settings: normal;
    font-size: 1rem;
    font-weight: 700;
    margin-left: -7em;
    width: 6em;
    text-align: right
}
time2 {
    display: block;
    font-variant-numeric: normal;
    font-feature-settings: normal;
    font-weight: 700;
    margin-left: 0;
    width: 3rem;
    text-align: left
}
#zeitleiste2 {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    list-style-type: none
}
#zeitleiste2 > li {
    margin-bottom: 1.5rem
}
#zeitleiste2 li p {
    padding: .5rem 0 0 0;
    margin: -2rem 0 -.5rem 3em
}
#zeitleiste2 li p.small {
    padding: 0;
    margin: -2.25rem 0 0 3.5em
}
#zeitleiste2 a {
    padding: 0 .25rem;
    font-variant-caps: all-small-caps;
    -moz-font-feature-settings: "c2sc", "smcp";
    -webkit-font-feature-settings: "c2sc", "smcp";
    font-feature-settings: "c2sc", "smcp";
    letter-spacing: .04rem;
    background-color: #f0f7e4
}
#zeitleiste2 a:visited {
    text-decoration: none;
    color: #000
}
#zeitleiste2 a:hover {
    color: #f5b500;
    text-decoration: none
}
#zeitleiste2 a[href^="#bild"] {
    background-color: transparent;
    font-feature-settings: normal;
    font-variant: normal;
    letter-spacing: normal
}
#zeitleiste2 a[href^="./worte"] {
    background-image: linear-gradient(white 20%, #f0f7e4 20%)
}
.aside {
    order: 1
}
.aside_pic {
    width: 100%;
    order: 1
}
.aside_pic img {
    width: 100%
}
aside {
    display: flex;
    align-items: center;
    background: #f7fbf0;
    padding: .5em;
    margin: 1em 0 0 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26)
}
.aside_dia p {
    -webkit-text-size-adjust: 100%;
    font-family: ReallyNo2, serif;
    font-style: italic
}
.aside_dia h1 {
    font-size: 1.2rem;
    -webkit-text-size-adjust: 100%
}
.aside_dia h2 {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%
}
.lback {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    order: 0
}
.lback img {
    height: 18px;
    vertical-align: -5px;
    padding-right: .5rem
}
.heroR {
    padding: .01rem 0 0 0;
    margin: .5rem 0;
    width: 100%;
    order: 1
}
.src {
    font-style: italic
}
.acro {
    text-transform: uppercase;
    font-size: calc(100% - .1em)
}
.cap {
    font-family: skolar-sans-latin-extended, sans-serif;
    font-size: .8rem;
    line-height: 1.1rem;
    -webkit-text-size-adjust: 100%
}
.small {
    font-family: skolar-sans-latin-extended, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    -webkit-text-size-adjust: 100%
}
svg {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: sub
}
.details {
    position: absolute;
    left: 30%;
    top: 50%;
    background-color: #f0f7e4;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    border-radius: 0 8px 8px;
    padding: .2em .3em .2em;
    width: 320px;
    overflow: auto;
    display: none
}
.details img {
    width: 100%
}
.details:target {
    display: block
}
.close {
    width: 0;
    heigh: 0;
    border: 0;
    text-shadow: none;
    color: transparent
}
.close::after {
    position: absolute;
    top: .75em;
    right: .75em;
    content: "×";
    color: #fff;
    background: #c32e04;
    font-size: 1.5em;
    font-weight: 700;
    line-height: .9em;
    border: .1em solid #000;
    border-radius: 4px;
    display: block;
    padding: 0 .2em .175em
}
.itserif {
    font-family: SkolarLatin, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5rem;
    -webkit-text-size-adjust: 100%
}
.regit {
    font-family: novel-sans-pro, sans-serif;
    font-weight: 300;
    font-style: italic;
    -webkit-text-size-adjust: 100%
}
.rm {
    font-style: normal
}
.smcp {
    font-style: normal;
    font-variant: small-caps;
    font-feature-settings: "smcp";
    -moz-font-feature-settings: "smcp";
    -webkit-font-feature-settings: "smcp";
    letter-spacing: .04rem
}
.c2sc {
    font-variant-caps: all-small-caps;
    -moz-font-feature-settings: "c2sc", "smcp";
    -webkit-font-feature-settings: "c2sc", "smcp";
    font-feature-settings: "c2sc", "smcp";
    letter-spacing: .04rem
}
.words {
    background-image: linear-gradient(white 20%, #f0f7e4 20%);
    border-bottom: .05em solid #e0a017
}
.new {
    font-family: novel-sans-pro, sans-serif;
    font-weight: 700;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    color: #d50003;
    background-color: #fdec00;
    padding: .1rem .35rem .1rem .35rem;
    border-radius: 8px
}
img {
    max-width: 100%
}
figure {
    display: block;
    margin: 0
}
p figcaption {
    font-family: skolar-sans-latin-extended, sans-serif;
    font-size: .8rem;
    line-height: 1.1rem;
    -webkit-text-size-adjust: 100%
}
.danger {
    float: left;
    vertical-align: bottom;
    margin: .3rem .5rem 0 0
}
.danger img {
    width: 2.5rem
}
.gotop {
    margin: 0
}
.gotop img {
    width: 1rem
}
div.gotop a {
    border-bottom: none
}
.gt img {
    text-align: right;
    width: .75rem
}
.gt a {
    border: none
}
.gt {
    margin-top: -1.5rem;
    text-align: right
}
.flex_cont {
    display: flex;
    width: auto;
    max-width: 50%;
    margin-top: 0;
    margin-left: 50%
}
.flex-i {
    border: none;
    padding: .5em;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    background: #f7fbf0
}
blockquote {
    margin: 0;
    padding: 0;
    text-align: right;
    font-family: skolar-latin, serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1rem;
    -webkit-text-size-adjust: 100%
}
.zitat {
    font-size: .9rem;
    line-height: 1.2em;
    padding: 0
}
.zitat_h1 {
    font-size: 133%;
    font-weight: 500
}
cite {
    display: block;
    text-align: right;
    font-style: normal;
    font-variant: small-caps;
    font-feature-settings: "smcp";
    -moz-font-feature-settings: "smcp";
    -webkit-font-feature-settings: "smcp";
    letter-spacing: .04rem
}
.citebox {
    max-width: 18rem;
    margin-left: 0
}
.boxed {
    border: .05em solid #000;
    border-radius: 4px;
    padding: 0 .75rem
}
.boxed dl.grid {
    display: grid;
    grid-template-columns: auto 3fr;
    margin: .5rem 0 0
}
.boxed dd {
    margin: .25rem 0;
    padding: 0 1em
}
.boxed dt img {
    max-width: 2em
}
.verdict {
    border: .05em solid #000;
    border-radius: 4px;
    padding: .5rem .75rem
}
.vtd {
    vertical-align:-.1rem; 
    color:rgba(231,231,231,0.15)
}
.vtu {
    vertical-align:.1rem; 
    color:rgba(231,231,231,0.15)
}
.meter {
    color: #000 !important;
    background-color: #f1f1f1 !important;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    width: 100%;
}
.meter_value {
/*    background-color: #07BB00 !important;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image:
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #afa, #07BB00);
    background-image:
        -moz-linear-gradient(top,
            rgba(255, 255, 255, 0.25),
            rgba(0, 0, 0, 0.25)),
        -moz-linear-gradient(left, #afa, #07BB00);
    /* Get rid of default border in Firefox. */
/*    border:none;*/
/*    border: 2px groove #07BB00;*/
    color: #000 !important;
    font-weight: 700;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}
.meter-container {
/*    border-radius: 2px;*/
    padding: 0.15em 0 0 .5rem;
    content: "";
    display: table;
    clear: both
}
footer {
    border-top: 1px solid #e0e0e0;
    padding: 0;
    width: 100%
}
footer li {
    display: inline-block;
    margin: 0
}
footer p {
    font-family: skolar-sans-latin-extended, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-size: .9rem;
    line-height: 1em;
    margin: 1em 0 0 1em;
    padding: 0 0 1rem 0
}
footer a {
    text-decoration: none;
    color: #333
}
footer img {
    width: 24px;
    vertical-align: -16px;
    margin-left: .5em;
    padding-bottom: .5em
}
#diag {
    width: 17.5em
}
#inf {
    font-family: InformatorSymbols3, sans-serif;
    font-size: 1.05rem;
    font-style: normal
}
.diagram {
    width: 17.5em;
    padding-top: 0
}
div.dia2 {
    line-height: 1em;
    font-size: 1.75em;
    border: none;
    font-family: "UDiagrammCBWIN 2", sans-serif;
    font-style: normal;
    padding: .35em 0 0 0;
    margin-bottom: 0;
    background: #fff
}
div.dia3 {
    line-height: 1em;
    font-size: 1.75em;
    text-align: center;
    border: none;
    font-family: UDiagCB5, sans-serif;
    font-style: normal;
    padding: 0;
    margin: 0;
    background: #f7fbf0
}
span.gf {
    color: #aca
}
span.wf {
    color: #f7fbf0
}
.composer {
    font-family: SkolarLatin, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    -webkit-text-size-adjust: 100%;
    text-align: center;
    padding: 0;
    margin: 0
}
.study_src {
    font-style: italic
}
.capdia {
    font-family: SkolarLatin, serif;
    font-style: italic;
    font-size: 1.1rem;
    text-align: center;
    padding: 0;
    margin: 0
}
.resp-iframe {
    height: 800px;
    width: 100%;
    max-width: 98vw
}
.liveboard {
    margin-top: .5rem
}
div#GameText.game_text {
    padding: .5rem;
    height: 20rem
}
div#GameText.game_text {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 0;
    padding: .5rem;
    overflow: auto;
    width: auto;
    max-width: 100%;
    height: 22rem;
    max-height: 100vh
}
.game_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}
.imp {
    display: flex;
    flex-wrap: wrap;
    height: 40rem;
    overflow: auto
}
.incboard {
    width: 100%;
    margin-top: .5rem;
    padding-left: 0;
    padding-right: 1em
}
.boardTable {
    border-style: solid;
    border-color: #000;
    border-width: 2px;
    box-shadow: 0 0 20px #ddd;
    width: 320px;
    height: 320px
}
.pieceImage {
    width: 38px;
    height: 38px
}
.blackSquare, .highlightBlackSquare, .highlightWhiteSquare, .whiteSquare {
    width: 36px;
    height: 36px;
    border-style: solid;
    border-width: 1px
}
.highlightWhiteSquare, .whiteSquare {
    border-color: #fbfbfb;
    background: #fbfbfb
}
.blackSquare, .highlightBlackSquare {
    border-color: #d8d8d8;
    background: #d8d8d8
}
.highlightBlackSquare, .highlightWhiteSquare {
    border-style: dashed;
    border-color: #8b0000
}
#GameWhite {
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em;
    color: #000
}
#GameBlack {
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em;
    color: #000
}
#GameResult {
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em;
    color: #000
}
#GameSideToMove {
    text-align: left;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em
}
#GameLastMove {
    text-align: left;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em
}
#GameNextVariations {
    text-align: left;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em
}
#GameNextMove {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4em
}
#GameLastVariations {
    text-align: left;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em
}
#GameLastComment {
    text-align: left;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%
}
#GameEvent {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    font-style: italic;
    font-weight: 300;
    color: #000
}
#GameDate {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    font-weight: 300;
    color: #000
}
#numero {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    font-weight: 700
}
div#GameButtons {
    margin: .1em 0 .1em
}
#GameSideToMove {
    font-size: .85rem;
    font-style: italic;
    font-weight: 800
}
.n2m {
    -webkit-text-size-adjust: 100%;
    font-size: .85rem;
    font-style: italic;
    font-weight: 800;
    background: #ff0
}
.wtm {
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    font-style: italic
}
div#GameText {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: .5rem;
    margin-top: 0;
    height: 18rem
}
.buttonControl {
    font-family: skolar-sans-latin-extended, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 800;
    font-size: 1em;
    color: #000;
    background: #f7f7f7;
    border-style: solid;
    border-color: #999;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline;
    height: 41px
}
.buttonControlPlay {
    font-family: SkolarSansLatnExEb, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.2rem;
    color: #118610;
    background: #f7f7f7;
    border-style: solid;
    border-color: #999;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline;
    height: 41px
}
.buttonControlStop {
    font-family: SkolarSansLatnExEb, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.2rem;
    color: #cd1f22;
    background: #f7f7f7;
    border-style: solid;
    border-color: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline;
    height: 41px
}
.puzzle {
    padding: .4em;
    margin: .1em 0
}
.puzzle_txt {
    font-family: skolar-sans-latin-extended, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    padding: .1em .75em .2em .75em;
    margin: .1em 0
}
.buttonXY {
    font-family: SkolarSansLatnExMe, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    font-size: .9rem;
    line-height: .85rem;
    color: #000;
    background: #efefef;
    border-style: solid;
    border-color: #999;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline;
    height: 41px
}
.label {
    color: #822122;
    font-size: 1.2em;
    line-height: 1.4em
}
.variation {
    color: #4e9638
}
.comment {
    color: #4e9638
}
a.variation {
    color: #4e9638
}
.moveOn, .variationOn {
    background: #ffe500
}
.comment, .move, .variation {
    line-height: 1.4em;
    font-weight: 300
}
.commentMove, .move, .variation {
    font-family: CheqF, Verdana, sans-serif
}
.commentMove, a.move, a.variation {
    border-bottom: .05em solid #fff
}
.move, .variation {
    text-decoration: none
}
a.move:hover, a.variation:hover a.variation:visited {
    text-decoration: underline
}
div#GameText a:hover {
    text-decoration: none;
    border-bottom: .05em solid #4e9638;
    color: #4e9638
}
.move {
    color: #000
}
span.comment > strong {
    color: #407b2d;
    font-size: 1rem;
    font-weight: 700;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}
