@font-feature-values Canape { @swash { one: 1; } }

body, button, .button, textarea {
    background-color: Snow;
    font-family: 'Canape';
    margin: 0;
    padding: 0;
    font-size: 200%;
    font-variant-numeric: oldstyle-nums;
}
body.normalSize, .normalSize button, .normalSize .button, .normalSize textarea {
    font-size: 100%;
    margin: 0.5em;
}

textarea {
    font-size: 100%;
    width: 100%;
    min-height: 2em;
}
section {
    padding: 2rem 4rem 0;
    max-width: 60rem;
    margin: auto;
}

p {
    margin: 0 0 0.5em 0;
    padding: 0;
}

.schild {
    border: 3px solid #283C5F;
    border-radius: 10px;
    display: inline-block;
    padding: 0.1em 0.3em;
    white-space:nowrap;
}

h1 {
    font-size: 300%;
    font-weight: 700;
    font-family: 'Ostrich Sans Inline';
    margin: 0;
    padding: 0;
}

body, h1, button, .button, textarea {
    color: #283C5F;
}

#unsaved, .msg {
    font-size: 80%;
    font-style: italic;
    font-variant-alternates: swash(one);
}
.msg {
    color: mediumseagreen;
    padding-bottom: 0.3em;
}
#unsaved {
    visibility: hidden;
    color: crimson;
}

.unsaved #unsaved {
    visibility: visible;
}

strong, h1 b {
    font-weight: 700;
    color: CornflowerBlue;
}


.faint {
    color: #D7DEEC;
}

h1 strong, h1 b {
    font-family: 'Ostrich Sans';
}

p, div {
    line-height: 1.4;
}

.imglinks {
    margin: 0 0.3em 1em 0.3em;
    clear: both;
}
.imglinksThin {
    margin: 0 0.3em;
    clear: both;
}

.right {
    float: right;
    margin-left: 2em;
}

a {
    outline: 0;
    text-decoration: none;
    color: #283C5F;
}

a .link, a.link, a.ext {
    font-style: italic;
    color: CornflowerBlue;
    text-decoration: none;
    border-bottom: 1px dashed CornflowerBlue;
}
a .up, a.up {
    font-style: normal;
}

a:visited .link, a.link:visited, a.ext:visited {
    color: CornflowerBlue;
}

a:hover .link, a.link:hover, a.ext:hover {
    color: CornflowerBlue;
    border-bottom: 1px dotted CornflowerBlue;
    font-variant-alternates: swash(one);
}

a.ext::before {
    content: "↗ ";
    color: CornflowerBlue;
}

a[href^="mailto"]:hover::after {
    display: block;
    margin-top: 1em;
    content: "I look forward to hearing from you — I think. You’re not a spammer, are you?";
    font-style: italic;
    font-weight: normal;
    font-variant-alternates: swash(one);
}

a:active .link, a.link:active {
    color: CornflowerBlue;
    border-bottom: 1px solid CornflowerBlue;
}

a[href^="mailto"]:active::after {
    display: block;
    margin-top: 1em;
    content: "Oh boy, oh boy, you’re gonna do it!";
    font-style: italic;
    font-weight: normal;
}

.hide, .alwaysHidden {
    display: none;
}

button, .button {
    font-size: 100%;
    border: none;
}

.unsaved button {
    background-color: khaki;
    background-color: gold;
}

input[type=radio] {
    display: none;
}

input + label, button, .button {
    display: inline-block;
    margin: 0.1em 0;
    padding: 0.4em 0.4em 0.2em;
    border-radius: 2em;
    font-variant-caps: small-caps;
    background-color: #e0e0e0;
    white-space: nowrap;
}

input + label::before {
    display: inline-block;
    padding-right: 0.3em;
    min-width: 1em;
    content: " ";
}

input:checked + label::before {
    content: " ✅ ";
}

input:checked + label {
    background-color: CornflowerBlue;
    color: snow;
}

.range {
    display: block;
}

.minMax .val {
    display: inline-block;
    min-width: 0.7em;
    text-align: center;
}

.plus, .minus {
    display: inline-block;
    margin: 0.1em 0;
    width: 0.7em;
    text-align: center;
    padding: 0 0.4em;
    border-radius: 1em;
    font-variant-caps: small-caps;
    background-color: #e0e0e0;
    cursor: pointer;
    font-variant-numeric: tabular-nums;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

label:hover, .plus:hover, .minus:hover {
    cursor: pointer;
    background-color: #91ABD9;
    background-color: #A6BBDF;
    background-color: #BAC9E0;
}

.plus {
    margin-left: 0.2em;
}
.minus {
    margin-right: 0.2em;
}

#mouse {
    display: inline-block;
    transform: rotate(-30deg);
}

#debug {
    display: none;
    padding: 0.5em 1em;
    margin: 0;
    font-weight: 400;
    font-size: 75%;
    background-color: black;
    color: #ccc;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 199;
    border-radius: 1em;
    transform: translate(-50%, -50%);
}

.inviteeLinks {
    text-align: center;
}
.inviteeLinks a {
    display: inline-block;
    background-color: khaki;
    padding: 0.4em 0.4em 0.2em;
    margin: 0.1em 0;
    border-radius: 2em;
    white-space: nowrap;
}

em {
    font-style: normal !important;
}

.mobile {
    display: none;
}

table {
    border-collapse: collapse;
}
th, td {
    border: 1px solid cornflowerblue;
    padding: 0.2em 0.3em;
}
.right th, .math td.min, .math td.max {
    text-align: right;
}
.math .min {
    background-color: khaki;
}
.math .max {
    background-color: goldenrod;
}

.bestimmt {
    background-color: springgreen;
}
.vielleicht {
    background-color: mediumturquoise;
}
.nicht {
    background-color: tomato;
}

.fullWidth {
    width: 100%;
}

.heart {
    color: crimson;
}

.done {
    color: green;
}
.progress {
    color: goldenrod;
}
.not {
    color: crimson;
}

@media (max-width: 1000px) {
    body, button, .button, textarea {
	font-size: 100%;
    }
    section {
	padding: 2rem 1rem 0;
	max-width: 100%;
	margin: auto;
    }
    .desktop {
	display: none;
    }
    .mobile {
	display: inline;
    }
    .schild {
	border-width: 2px;
    }
}
