/*
-----------------------------------------------
	www.psst-kartenset.de
 by Christina Schmid www.christinaschmid.de
and Simon Malz 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;
    font-variant-ligatures: none;
}

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;
}

em, i {
	font-style: normal;
}


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

:root {
	--color-text: #141414;
	--color-violet: #8f6eae;
	--color-red: #e8443a;
	--color-blue: #81bede;
	--color-green: #86c69c;
	--color-pink: #f7becd;
	--color-yellow: #fdc41f;
	--spacing: 1.25em;
}

body {
	color: var(--color-text);
	font-family: "GalanoGrotesque", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 17px;
	line-height: var(--spacing);
	letter-spacing: 0.01em;
	text-align: left;
}

a:link, a:visited {
	color: var(--color-text);
	text-decoration: none;
	border-bottom: 1px solid var(--color-violet);
}

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

*:focus {
	outline: none;
}

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

i, em {
	font-style: normal;
}

h1, h2, h3 {
	font-weight: normal;
	font-size: 250%;
	letter-spacing: -0.01em;
	line-height: 1.1;
	text-align: center;
}

#kartenset h3 { transform: rotate(-12deg); }
#karten h3 { transform: rotate(5deg); }
#workshops h3 { transform: rotate(20deg); }
#ueber-uns h3 { transform: rotate(-15deg); }
#kontakt h3 { transform: rotate(10deg); }

h4 {
	position: relative;
	left: -1px;
}

h3 {
	padding-top: calc(var(--spacing) * 1);
}

h4 {
	font-weight: normal;
	font-size: 150%;
	letter-spacing: -0.01em;
	line-height: 1.1;
}

.wrapper, section, footer {
	padding: var(--spacing);
}

#kartenset, #karten, #workshops, #ueber-uns, #kontakt {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#kartenset {
	background-image: url("u1.png");
}

#karten {
	background-image: url("u2.png");
}

#workshops {
	background-image: url("u3.png");
}

#ueber-uns {
	background-image: url("u4.png");
}

#kontakt {
	background-image: url("u5.png");
}


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

#hero {
	text-align: center;
	width: 100%;
}

#hero img {
	max-height: 50vh;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

header {
	width: 100%;
	background: #fff;
}

header nav li {
	list-style: none;
	display: inline-block;
}

header nav a {
	display: block;
	margin: calc(var(--spacing) * 0.5) var(--spacing) 0 0;
}


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

section h2, section h3, section p, section figure, section ul {
	margin-bottom: var(--spacing);
}

section ul {
	margin-left: calc(var(--spacing) * 0.75);
}

section li {
	list-style: none;
	text-indent: -15px;
	margin-bottom: calc(var(--spacing) * 0.5);
}

section li:before {
	content: "–";
	padding-right: 5px;
}

h4 {
	margin-bottom: calc(var(--spacing) * 0.75);
}

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


/*		F O O T E R
----------------------------------------------- */

footer {
	padding: calc(var(--spacing) * 5) 0 var(--spacing) 0;
	position: relative;
	z-index: 100;
}

#logos a {
	border-bottom: none;
	display: inline-block;
	max-width: 150px;
	margin-right: calc(var(--spacing) * 2);
	margin-top: calc(var(--spacing) * 2);
	vertical-align: middle;
}


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

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

.wrapper, section, footer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

header nav {
	text-align: center;
}

header nav a {
	display: block;
	margin: 0 calc(var(--spacing) * 0.5) 0 calc(var(--spacing) * 0.5);
}

h1, h2, h3 {
	font-weight: normal;
	font-size: 450%;
	letter-spacing: -0.01em;
	line-height: 1.1;
	text-align: center;
}

h4 {
	font-weight: normal;
	font-size: 250%;
	letter-spacing: -0.01em;
	line-height: 1.1;
}

}


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

:root {
	--spacing: 1.3em;
}

body {
	font-size: 20px;
	line-height: var(--spacing);
	letter-spacing: 0.005em;
}

.wrapper, section, footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}


}