/*
-----------------------------------------------
	www.licher-literaturpreis.de
by  www.lichtsignale.de
----------------------------------------------- */


/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	height: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}

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

input, select {
	vertical-align: middle;
}


/*		W E B F O N T S
----------------------------------------------- */

@font-face {
	font-family: "Signifier LL";
	src: url("fonts/signifier-regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Signifier LL";
	src: url("fonts/signifier-regular-italic.woff2") format("woff2");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}


/*		B A S I C S
----------------------------------------------- */

:root {
	--color-text: #005a9b;
	--color-hover: #e39a4d;
	--spacing: 1.5rem;
}

body {
	color: var(--color-text);
	background: #fdfcfc;
	font-family: "Signifier LL", "Georgia", "Times New Roman", "Times", serif;
	font-size: 18px;
	line-height: var(--spacing);
	font-variant-numeric: oldstyle-nums;
}

h1, h2, h3, strong, b {
	font-style: normal;
	font-weight: normal;
}

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

a:hover, a:active {
	color: var(--color-hover);
}

.sc {
	font-variant: small-caps;
	word-spacing: 1px;
}

figure a {
	border-bottom: none !important;
}

*:focus {
	outline: none;
}

img, video {
	max-inline-size: 100%;
	block-size: auto;
	object-fit: contain;
	object-position: center center;
	height: auto;
}


/*		H E A D E R
----------------------------------------------- */

header {
	height: calc(45vh - var(--spacing));
}

nav {
	height: 45vh;
}

h1, h2, dt {
	line-height: 0.9;
	font-size: 200%;
	letter-spacing: -0.01em;
	position: relative;
	left: -1px;
}

header span {
	position: relative;
	top: 5px;
}

header a {
	display: none;
}

dt {
	line-height: 1.2;
}

nav dt:last-of-type {
	margin-bottom: var(--spacing);
}

nav img {
	width: 60px;
	height: auto;
	position: relative;
	left: -20px;
	margin-bottom: -48px;
}


/*		B A S I C S
----------------------------------------------- */

#wrapper {
	margin: calc(var(--spacing) * 1) var(--spacing) 0 var(--spacing);
	padding-bottom: var(--spacing);
}

h2 {
	margin-bottom: var(--spacing);
}

p {
	text-indent: calc(var(--spacing) * 3);
}

section div p:first-of-type {
	text-indent: 0;
}

blockquote {
	margin-left: calc(var(--spacing) * 3);
}

section {
	margin-top: calc(var(--spacing) * 3);
	padding-top: var(--spacing);
}

h3 {
	margin-left: calc(var(--spacing) * 3);
}

h3:before {
	content: "↓";
	display: inline-block;
	width: calc(var(--spacing) * 3);
	margin-left: calc(var(--spacing) * -3);
}

h3.ui-state-active:before {
	content: "↑";
}

h3:hover {
	cursor: pointer;
	color: var(--color-hover);
}

h3:first-of-type:before {
	content: none;
}

figure {
	margin-bottom: calc(var(--spacing) * 2);
}

figcaption {
	font-size: 80%;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-left: calc(var(--spacing) * 3);
}


/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (min-width: 500px) {

h1, h2, dt {
	line-height: 0.9;
	font-size: 300%;
	letter-spacing: -0.015em;
}

dt {
	line-height: 1.2;
}

nav img {
	width: 80px;
	left: -35px;
	margin-bottom: -70px;
}

p {
	text-indent: calc(var(--spacing) * 5);
}

section div p:first-of-type {
	text-indent: 0;
}

blockquote {
	margin-left: calc(var(--spacing) * 5);
}

h3 {
	margin-left: calc(var(--spacing) * 5);
}

h3:before {
	width: calc(var(--spacing) * 5);
	margin-left: calc(var(--spacing) * -5);
}

figure {
	margin-left: calc(var(--spacing) * 5);
}

figcaption {
	margin-right: calc(var(--spacing) * 5);
	margin-left: 0;
}

}


@media screen and (min-width: 740px) {

h1, h2, dt {
	line-height: 0.9;
	font-size: 200%;
	letter-spacing: -0.01em;
}

dt {
	line-height: 1.2;
}

nav img {
	width: 60px;
	left: -20px;
	margin-bottom: -48px;
}

#line {
	display: block;
	position: fixed;
	left: 50%;
	left: calc(50% - 1px);
	top: 0;
	height: 100%;
	width: 2px;
	background: var(--color-text);
}

header {
	height: calc(100vh - var(--spacing) * 5);
}

header h1 {
	position: fixed;
	left: var(--spacing);
	bottom: calc(var(--spacing) + 4px);
	z-index: 10;
}

header a {
	position: fixed;
	left: calc(var(--spacing) * 3);
	top: calc(var(--spacing) - 8px);
	display: block;
}

section {
	margin-top: calc(var(--spacing) * 3 + 8px);
	padding-top: calc(var(--spacing) - 8px);
}

nav {
	position: absolute;
	left: 55%;
	left: calc(50% + var(--spacing));
	top: 25vh;
}

main {
	margin-left: 55%;
	margin-left: calc(50% + var(--spacing));
}

p {
	text-indent: calc(var(--spacing) * 3);
}

section div p:first-of-type {
	text-indent: 0;
}

blockquote {
	margin-left: calc(var(--spacing) * 3);
}

h3 {
	margin-left: calc(var(--spacing) * 3);
}

h3:before {
	width: calc(var(--spacing) * 3);
	margin-left: calc(var(--spacing) * -3);
}

figure {
	margin-left: calc(var(--spacing) * 3);
}

figcaption {
	margin-right: calc(var(--spacing) * 3);
	margin-left: 0;
}

}


@media screen and (min-width: 960px) {

header a {
	left: calc(100vw / 12 + var(--spacing));
}

nav {
	left: calc(50% + 100vw / 12 + var(--spacing) * 1.5);
}

main {
	margin-right: calc(100vw / 24 + var(--spacing) * 0.5);
	margin-left: calc(50% + 100vw / 12 + var(--spacing) * 1.5);
}

h2 {
	font: inherit;
	position: absolute;
	left: calc(100vw / 4 - var(--spacing));
	margin-bottom: calc(var(--spacing) * -1);
	text-align: right;
	width: calc(100vw / 4);
}

p {
	text-indent: calc(100vw / 12 - var(--spacing) * 0.5);
}

section div p:first-of-type {
	text-indent: 0;
}

blockquote {
	margin-left: calc(100vw / 12 - var(--spacing) * 0.5);
}

h3 {
	margin-left: calc(100vw / 12 - var(--spacing) * 0.5);
}

h3:before {
	width: calc(100vw / 12 - var(--spacing) * 0.5);
	margin-left: calc(100vw / -12 - var(--spacing) * -0.5);
}

figure {
	margin-left: calc(100vw / -12 - var(--spacing) * 0.5);
	position: relative;
}

figure img {
	margin-left: calc(100vw / 6);
	width: 55%;
}

figcaption {
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100vw / 6 - var(--spacing));
}

}


@media screen and (min-width: 1350px) {

:root {
	--spacing: 1.85rem;
}

body {
	font-size: 23px;
	line-height: var(--spacing);
}

figcaption {
	font-size: 75%;
	line-height: 1.2;
}

h1, dt {
	line-height: 0.9;
	font-size: 300%;
	letter-spacing: -0.015em;
}

dt {
	line-height: 1.2;
}

nav img {
	width: 80px;
	left: -35px;
	margin-bottom: -70px;
}

}


@media screen and (min-width: 1600px) {

header a {
	left: calc(133px + var(--spacing));
}

main {
	width: 511px;
	margin-left: calc(50% + 133px + var(--spacing) * 1.5);
}

nav {
	left: calc(50% + 133px + var(--spacing) * 1.5);
}

figure {
	width: 659px;
	margin-left: calc(133px * -1 - var(--spacing) * 0.5);
}

figure img {
	margin-left: 267px;
	width: 362px;
}

figcaption {
	width: 250px;
}

blockquote {
	margin-left: 118px;
	margin-left: 118.5px;
}

h3 {
	margin-left: 118px;
	margin-left: 118.5px;
}

h3:before {
	width: 118.5px;
	margin-left: -118.5px;
}

p {
	text-indent: 118px;
	text-indent: 118.5px;
}

section div p:first-of-type {
	text-indent: 0;
}

}