/*
-----------------------------------------------
	www.stefanstichler.com
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;
	font-variant-ligatures: none;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

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: "New Rail St";
	src: url("fonts/NewRailAlphabet-Light.eot");
	src: url("fonts/NewRailAlphabet-Light.eot?#iefix") format("embedded-opentype"),
		url("fonts/NewRailAlphabet-Light.woff2") format("woff2"),
		url("fonts/NewRailAlphabet-Light.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "New Rail St";
	src: url("fonts/NewRailAlphabet-BoldWEB.eot");
	src: url("fonts/NewRailAlphabet-BoldWEB.eot?#iefix") format("embedded-opentype"),
		url("fonts/NewRailAlphabet-BoldWEB.woff2") format("woff2"),
		url("fonts/NewRailAlphabet-BoldWEB.woff") format("woff"),
		url("fonts/NewRailAlphabet-BoldWEB.svg#svgFontName") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


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



body {
	color: #000;
	background: #fff;
	font-family: "New Rail St", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.035em;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #ccc;
}

*:focus {
	outline: none;
}

img, video {
	max-width: 100%;
	height: auto;
}


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

header {
	font-weight: bold;
	text-align: center;
	margin: 19px 22px 0 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

nav {
	margin: 11px 0 0 0;
}

nav li {
	list-style: none;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}

.active a {
	border-bottom: 1px solid #000;
}

nav .active a:hover {
	border-bottom-color: #ccc;
}

#extra {
	text-align: center;
	font-size: 300%;
	font-weight: normal;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-top: 22px;
}

#extra a:link, #extra a:visited {
	color: #e2e2e2;
}

#extra a:hover, #extra a:active {
	color: #000;
}

#extra .active {
	color: #000 !important;
}


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

main {
	margin: 88px 15px 0 15px;
	padding-bottom: 30px;
}

#home main {
	text-align: center;
	font-size: 300%;
	letter-spacing: -0.02em;
	line-height: 1.75;
	margin-top: 44px;
}

#home main a {
	display: block;
}

#workgrid {
	display: grid;
	row-gap: 27px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	column-gap: 30px;
	grid-gap: 27px;
	justify-items: center;
	align-items: center;
	margin: 30px 30px 0 30px;
}

#workgrid a {
	display: block;
}

.fancybox-infobar, .fancybox-button--zoom, .fancybox-button--play {
	display: none !important;
}

.fancybox-caption {
	padding-bottom: 10px !important;
}

.fancybox-caption strong, .fancybox-caption em {
	font-weight: normal;
	font-style: normal;
	display: block;
}

.fancybox-slide--image .fancybox-content {
	max-width: 80vw;
	max-height: 80vh;
	margin: 30px;
}

.fancybox-navigation {
	display: none;
}

#columns main figure a {
	display: none;
}

#columns main figure a:first-child {
	display: block;
}

#columns p {
	margin-bottom: 20px;
}

#columns span a {
	border-bottom: 1px solid #000;
}

#columns span a:hover {
	border-bottom-color: #ccc;
}


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

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

main {
	margin-left: 30px;
	margin-right: 30px;
}

#columns main div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 22px;
	grid-gap: 22px;
	align-items: start;
	margin-bottom: 66px;
}

}


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

#columns main, #info main {
	margin-left: auto;
	margin-right: auto;
	width: 620px;
}

#workgrid {
	row-gap: 57px;
	column-gap: 60px;
	grid-gap: 57px;
	margin: 60px 60px 0 60px;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

}


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

.fancybox-slide--image .fancybox-content {
	margin: 60px;
}

.fancybox-navigation {
	display: block;
}

header {
	position: relative;
	z-index: 10;
}

header h1 {
	float: left;
	width: 150px;
	text-align: left;
}

header nav {
	padding-right: 150px;
}

#extra {
	width: 100vw;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 66px;
	margin-bottom: 66px;
}

#home main {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

#home main a {
	padding-top: 45vh;
	height: 55vh;
	background-size: cover;
	background-position: 0 100vh;
}

#home main a:hover {
	color: #fff;
	background-position: center center;
}

#amalerei {
	background: transparent url("start-malerei-2026.jpg") center center no-repeat;
}

#askulptur {
	background: transparent url("start-skulptur-2026.jpg") center center no-repeat;
}

#agrafik {
	background: transparent url("start-grafik-2026.jpg") center center no-repeat;
}

}


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

#extra, #home main {
	font-size: 400%;
	letter-spacing: -0.03em;
}

#workgrid {
	grid-template-columns: 1fr 1fr 1fr;
}

}


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

body {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.025em;
}

header {
	margin: 22px 26px 0 26px;
}

nav {
	margin: 11px 0 0 0;
}

nav li {
	margin: 0 5px;
	margin: 0 5.75px;
}

main {
	margin-top: 100px;
}

#workgrid {
	row-gap: 87px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	column-gap: 90px;
	grid-gap: 87px;
	margin: 60px 90px 0 90px;
}

#columns main div {
	column-gap: 30px;
	grid-gap: 30px;
	margin-bottom: 80px;
}

#columns p {
	margin-bottom: 26px;
}

}


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

#extra, #home main {
	font-size: 500%;
}

#home main a {
	padding-top: 44vh;
	height: 56vh;
}

}


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

#extra, #home main {
	font-size: 600%;
	letter-spacing: -0.035em;
}

#home main a {
	padding-top: 43vh;
	height: 57vh;
}

#workgrid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

}


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

#extra, #home main {
	font-size: 700%;
	font-size: 6vw;
}

#home main a {
	padding-top: 42vh;
	height: 58vh;
}

#workgrid {
	width: 1620px;
	margin-left: auto;
	margin-right: auto;
	row-gap: 117px;
	column-gap: 120px;
	grid-gap: 117px;
}

}