/*
-----------------------------------------------
		Now Archive
	 by www.christinaschmid.de
	and www.lichtsignale.de
----------------------------------------------- */


/*		R E S E T   ( modern, minimal )
----------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

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

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

a {
	color: inherit;
	text-decoration: none;
}


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

@font-face {
	font-family: "Mark W01 Medium";
	src: url("fonts/72d3aeb4-7402-40d6-a945-34360316b980.woff2") format("woff2"),
	     url("fonts/f17f16a9-09cc-4170-a039-5f47a4948438.woff") format("woff");
	font-display: swap;
}


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

body {
	color: #000;
	background: #fff;
	font-family: "Mark W01 Medium", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-align: left;
	font-variant-ligatures: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.black a:link, .black a:visited, .black .moreinfo {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

.black a:hover, .black a:active, .black .moreinfo:hover {
	border-bottom: 2px solid #fff;
}

.white a:link, .white a:visited, .white .moreinfo {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

.white a:hover, .white a:active, .white .moreinfo:hover {
	border-bottom: 2px solid #000;
}

*:focus {
	outline: none;
}

#blackorwhite {
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #000;
	z-index: 1;
}

.black {
	float: left;
	width: 50%;
	width: calc(50% - 30px);
	margin-left: calc(10px + 5px);
	color: #fff;
}

.white {
	float: right;
	width: 50%;
	width: calc(50% - 30px);
	margin-right: calc(10px + 5px);
}

aside::after, header::after, main::after {
	content: "";
	clear: both;
	display: table;
}



/*		A S I D E
----------------------------------------------- */

aside {
	display: none;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	margin-bottom: 100px;
}


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

header {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	margin-bottom: 100px;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -0.02em;
	clear: both;
}

.moreinfo {
	margin-bottom: 20px;
	float: right;
	cursor: pointer;
	padding-bottom: 2px;
	position: relative;
	z-index: 10;
}

.moreinfo:hover {
	padding-bottom: 0;
}

.moreinfo-arrow {
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	vertical-align: -0.04em;
	transition: transform 0.4s ease;
}

.moreinfo-arrow svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.info-open .moreinfo-arrow {
	transform: rotate(180deg);
}


/*		M A I N
----------------------------------------------- */

main {
	position: relative;
	z-index: 2;
}

main a {
	border: none !important;
	display: block;
	margin-bottom: 30px;
}


/*		L I G H T B O X   T H E M E
----------------------------------------------- */

.bg-black {
	background: #000;
}

.bg-white {
	background: #fff;
}

.btn-black .fancybox-button {
	color: #fff;
}

.btn-white .fancybox-button {
	color: #000;
}


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

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

h1 {
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -0.02em;
}

}


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

h1 {
	font-size: 45px;
	line-height: 40px;
	letter-spacing: -0.02em;
}

}


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

.black {
	width: calc(50% - 40px);
	margin-left: calc(10px + 10px);
}

.white {
	width: calc(50% - 40px);
	margin-right: calc(10px + 10px);
}

aside, header {
	margin-top: 15px;
}

h1 {
	font-size: 55px;
	line-height: 50px;
	letter-spacing: -0.03em;
	clear: none;
	margin-top: 5px;
}

.moreinfo {
	margin-top: 8px;
}

main .black, main .white {
	width: calc(50% - 20px);
	margin-right: 0;
}

main a {
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: center;
}

main em {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 130px;
}

main img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 129px;
	max-height: 129px;
}

}


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

h1 {
	font-size: 9.5vw;
	line-height: 0.9;
	letter-spacing: -0.05em;
}

.fancybox-button {
	width: 80px !important;
	height: 80px !important;
}

.fancybox-navigation .fancybox-button--arrow_right, .fancybox-navigation .fancybox-button--arrow_left {
	padding: 0 !important;
}

}


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

body {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.01em;
}

h1 {
	position: relative;
	left: -15px;
	top: -2px;
}

.black {
	width: calc(50% - 60px);
	margin-left: calc(10px + 20px);
}

.white {
	width: calc(50% - 60px);
	margin-right: calc(10px + 20px);
}

aside {
	margin-top: 30px;
}

main .black, main .white {
	width: calc(50% - 20px);
	margin-right: 0;
}

main a {
	width: 150px;
	height: 150px;
	margin-right: 30px;
	margin-bottom: 60px;
}

main em {
	width: 0;
	height: 150px;
}

main img {
	max-width: 149px;
	max-height: 149px;
}

}
