@font-face {
	font-family: 'Schflooze';
	src:  url('../fonts/Schflooze-Regular.otf') format('opentype');
	font-weight: 400;
	}


html {
	font-size: 14pt;
	background: linear-gradient(180deg, rgba(73,48,148,1) 0%, rgba(0,0,0,1) 48%, rgba(116,111,92,1) 100%); 
	background: green;
	color: #fff;
	}
body {
	margin: 1rem;
	font-family: 'Schflooze', serif;
	position: relative;
	overflow-x: hidden;
	}
a:link, a:visited {
	text-decoration: underline;
	color: inherit;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.2em;
	text-decoration-style: dotted;
	}
a:hover {
	text-decoration: underline;
	color: inherit;
	text-decoration-style: wavy;
	}

main.page {
	position: relative;
	z-index: 1000;
	color: #fff
	text-align: center;
	}

h1 {
	font-family: 'Times New Roman', serif;
	font-size: 20vw;
	line-height: 0.9em;	
	margin-top: 0;
	}


a.poster-svg-url {
	display: block;
	width: 50%;
	margin: 0 auto;
	margin-top: 3rem;
	}

.about-text	{
	font-size: 2rem;
	line-height: 1.3em;
	margin: 5rem 5rem;
	}

.imprint {
	font-family: 'Helvetica Neue', serif;
	margin-top: 10rem;
	background: #fff;
	color: #000;
	padding: 2rem;
	border-radius: 1rem;
	text-align: center;
	line-height: 1.3em;
	font-size: 1rem;
	width: 50%;
	margin: 0 auto;
	}
.imprint .hochschule {
	margin-top: 1em;
}


@media only screen and (max-width: 1000px) {
	
}

.tooltip-box {
	position: absolute;
	top: 50%;
	left: 25%;
	padding: .6rem 0.6rem .4rem 1rem;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	background: #000;
	color: #fff;
	font-size: 2rem;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 9999;
	height: auto;
	line-height: 1em;
	font-family: 'Schflooze', serif;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);	
	}
.tooltip-box.visible {
	opacity: 1;
	transform: translateY(0);
	}
.tooltip-container {
	position: relative;
	display: inline;
	}

.tooltip-target {
	display: inline;
}
