/* 251101 */

body {
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(1.05rem, 0.953rem + 0.485vw, 1.25rem);
	max-width: 46em;
	margin: 0 auto;
	padding: 0 clamp(1rem, -0.75rem + 8.75vw, 2.75rem) 1rem;
}
p, li {
	hyphens: auto;
	hyphenate-limit-chars: 8 3 3;
}
h1 {
	line-height: 2;
	text-decoration: underline;
}
.termine { margin-bottom: 2em; }
.termine p {
	margin: 1em 0;
	transition: all 1.5s ease;
}
#images span, #images img {
	position: relative;
	display: block;
	margin: 0 auto;
}
#images.full-width span, #images.full-width img {
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
}
.fadein { color: transparent; transition: color 1.5s ease; }
img, iframe { max-width: 100%; }
div#google_translate_element { float: right; }
.quote { font-size: 90%; font-style: italic; margin: 5%; }
.quote a { font-weight: bold; }
.revolutionary { animation: blinker 2s linear infinite;	color: deeppink; }
@keyframes blinker {
	95% {	opacity: 0;	color: pink; }
}
summary { font-weight: bold; font-size: 110%; margin-top: -4%; cursor: pointer; }