﻿html {
    font: normal 16px monospace;
}
body {
    margin: 1rem;
}
button, input, label {
    background-color: #fff;
    padding: 0.7rem;
    border: 0.1rem solid #dce6f0;
    border-radius: 0.7rem;
    display: block;
    margin: 0.5rem;
    min-width: 15rem;
}
label {
    font-weight: bold;
}
button {
    box-shadow: 0.2rem 0.2rem 0.5rem #dce6f0;
    font-weight: bold;
}
button:hover {
    background-color: #e6f0fa;
    cursor: pointer;
}
button#toon-kalender {
    display: none;
}
button#toon-kalender.zichtbaar {
    display: block;
}
#tekst {
    width: 37rem;
    position: fixed;
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 0.9rem;
    top: 1rem;
    bottom: 1rem;
}
#oosterwold {
    fill: none;
    stroke-linejoin: round;
    stroke-linecap: round;
    position: absolute;
    left: 25rem;
    top: 0rem;
}
#hoeken {
    margin: 1rem 0.5rem;
    overflow: auto;
}
section {
    margin-bottom: 1rem;
}
#kalender {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    left: 25rem;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    position: fixed;
    border: 1px solid #000;
    background-color: #fff;
    display: none;
    overflow: auto;
}
#kalender.zichtbaar {
    display: block;
}
.uur,.maand {
    stroke: #ccc;
    stroke-width: 1;
}
.uur-tekst,.maand-tekst {
    stroke: none;
    fill: #000;
}
.uur-tekst {
    transform: translate(0,0.25rem);
}
.maand-tekst {
    transform: translate(0,-0.25rem);
}
#kalender g path:hover {
    stroke-width: 2;
}
#help {
    position: fixed;
    right: 1rem;
    width: 36rem;
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 0.9rem;
    padding: 0.5rem;
    height: 5rem;
    overflow: hidden;
}
#help.zichtbaar {
    bottom: 1rem;
    overflow: auto;
    top: 1rem;
    height: auto;
}
#help section {
    margin-top: 2rem;
}
#help p {
    margin: 0.5rem;
}
h1 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ee0038;
}
.contour {
    stroke: #bbaaaa;
    fill: rgba(192,128,128,0.2)
}
