@font-face {
  font-family: "MonumentGrotesk";
  font-weight: normal;
  src: url("assets/ABCMonumentGrotesk-Regular.woff2") format("woff2"),
       url("assets/ABCMonumentGrotesk-Regular.woff") format("woff");
}

@font-face {
  font-family: "MonumentGrotesk";
  font-weight: bold;
  src: url("assets/ABCMonumentGrotesk-Bold.woff2") format("woff2"),
       url("assets/ABCMonumentGrotesk-Bold.woff") format("woff");
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
  }

/*--- MAIN STARTED ---*/

html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	width:100vw;
	height: auto;
	background:black;
	color:white;
	font-family:MonumentGrotesk, Helvetica, Arial, "sans-serif";
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	font-size: 0.97em;
    line-height: 1.2em;
	/*overflow-x: hidden;*/

}

.section {
	width:100vw;
	padding:1vw;
	position:relative;
}

.section.intro {
	height:100vh;
}

.col-1 {
	width:calc(86vw / 6);
	float:left;
	margin:1vw;
} 

.col-2 {
	width:calc((86vw / 6 * 2) + 2vw);
	float:left;
	margin:1vw;
}

.col-3 {
	width:calc((86vw / 6 * 3) + 4vw);
	float:left;
	margin:1vw;
}

.col-4 {
	width:calc((86vw / 6 * 4) + 6vw);
	float:left;
	margin:1vw;
}

.col-5 {
	width:calc((86vw / 6 * 5) + 8vw);
	float:left;
	margin:1vw;
}

.col-6 {
	width:96vw;
	margin:1vw;
}

.clear {
	clear:both;
}


h1 {
	font-size:160px;
	line-height:110px;
	font-weight:normal;
}

h2 {
	width:calc(86vw / 6);
	padding:0.25vw;
	background:white;
	color:black;

}

p {
	
}

a {text-decoration: none;}

a:hover {text-decoration:underline;}

a.button {
	color:black;
}


/*--- MAIN FINISHED --- */

.header {
	position:fixed;
	top:2vw;
	right:2vw;
}

.header h2 {
	margin-bottom:0.5vw;
}


.logo span:nth-child(1) {
	margin-left: -0.9vw;
}

.logo span:nth-child(2) {
	bottom: 2vw;
    left: 1.7vw;
	position: absolute;
}

.logo span:nth-child(3) {
	bottom: 2vw;
    right: 1.44vw;
    position: absolute;
}

.head {
	position:absolute;
}

.head.fix {
	position:fixed;
}

/*--- GALLERY ---*/

.galleryholder {
	overflow-x: hidden;
}

.gallery figure img {
	width:100%;
	height:auto;
}

/*--- ABOUT ---*/

.ausgabe h2, .ueberuns h2, .termine h2 {
	margin-bottom:1vw;
}

.ausgabe ul {
	cursor:pointer;
}

.ausgabe ul li {
	width:100%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ausgabe ul video,
.ausgabe ul img{
	position:fixed;
	height:auto;
	top:0;
	right:0;
	margin:0;
	z-index:99999999;
	display:none;
}

.ausgabe ul:hover video,
.ausgabe ul:hover img{
	cursor:pointer;
	display:block;
}

.dates li span {
	width:calc(86vw / 6);
	display:block;
	float:left;
	margin-right:2vw;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dates li i {
	display:none;
}

.dates li:hover span:nth-child(1), .dates li:hover span:nth-child(2) {
	cursor:default;
	text-decoration:underline;
}

.dates li:hover i {
	display:inline-block;
}

.animation video {
	width:100%;
	height:Auto;
}

/*--- FOOTER ---*/

.footer {
	position:relative;
	height:100vh;
}

.footer ul {
	position:absolute;
	right:2vw;
	bottom:2vw;
	color:white;
}

.footer ul a {
	color:white;
}

.footer .logo span {
	height: 117px;
    overflow: hidden;
    line-height: 128px;
	display: block;
}

.footer .logo span:nth-child(2) {
	margin-top:2vw;
	position: relative;
	bottom:inherit;
	left:inherit;
}

.impressum {
	display:none;
}

.impressum .col-4 {
	float:right;
}

@media screen and (max-width: 900px) {
	
	.col-1, h2, .dates li span {
		width:calc((86vw / 6 * 2) + 2vw);
	}
	
	.col-2 {
		width:calc((86vw / 6 * 3) + 4vw);
	}
	
	
	.col-4 {
		width:96vw;
	}
	
	.col-5, .col-3 {
			width:calc((86vw / 6 * 4) + 6vw);
	}
	
	.dates li span:nth-child(3) {
		margin-right:0;
	}
}

@media screen and (max-width: 600px) {
	.col-5, .header, .col-3, .header h2 {
			width:96vw;
	}
	
	.gallery {
			width:100vw !important;
			transform:translate(0) !important;
	}
	
	.logo span:nth-child(1) {
    margin-left: -2.5vw;
	}
	
	
	.dates li span:nth-child(1),
	.dates li span:nth-child(2) {
			width:calc((86vw / 6 * 3) + 4vw);
	}
	
	.dates li span:nth-child(2) {
		margin-right:0;
	}

	.dates li span:nth-child(3) {
		display:none;
	}
	
	.ausgabe ul video, .ausgabe ul img {
    margin: 2vw;
    top: 50%;
    transform: translate(0, -50%);
	}
	
	.header {
		position:relative;
		top: inherit;
    	right: inherit;
    	margin: 2vw;
		margin-bottom:1vw;
	}
	
	.header h2{
		padding:4vw 2vw;
		text-align:center;
	}
	
	.header a:first-child h2 {
				margin-bottom:2vw;
	}
	
	.footer ul {
    position: absolute;
	bottom:2vw;
    right: inherit;
    color: black;
	width:96vw;
	margin:1vw;
}
	
	.footer ul li {
		padding:4vw 2vw;
		text-align:center;
		background:white;
		color:black;
		margin-bottom:2vw;
	}
	
	.footer ul li:last-child {
		margin-bottom:0;
	}
	
	.footer ul a {
    color: black;
}
}