/*  ================================================
	Author: Codeberry
	Name: Comet
	URL: https://codeberry.net/downloads/comet
	Version: 1.0
	================================================ */

/* Import fonts */

body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1; // hide images
   content:url(bak.jpg) url(llo.jpg) url(tam.jpg) url(neu.jpg) url(pbl.jpg);   // load images
}

@font-face {
  font-family: mess;
  src: url(Basteleur-Bold.woff);
}

.loader {
	position:absolute;
	top:-1000vh;
}

/* 1. Content elements */
html {
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

#coverup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(tam.jpg);
	background-size:cover;
	background-position:center;
	mix-blend-mode: difference;
	display:none;
	pointer-events: none;
}

section {
	pointer-events:none;
}

a {
	pointer-events:auto;
}

img {
	pointer-events: auto;
}

#coldasice {
	width:80vw;
	max-width:700px;
}
body {
	font: 12px "mess", Helvetica, sans-serif;
	color: #ebebea;
	background: #222222;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing:0.1em;
}

dd, dl, h1, p {
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-weight: 400;
	margin: 0;
	line-height: 1.2;
}

a {
	color: inherit;
	position: relative;
	border-bottom: 1px solid #f8f8f6;
	text-decoration: none;
	line-height:1.5;
}

dd {
	font: 12px Helvetica, sans-serif !important;

}

dt {
	font: 12px Helvetica, sans-serif !important;

}

h2 {
	font-size:15px !important;
}

a:hover, a:focus {
	color: black;
	border-bottom: 1px solid black;
}

::-moz-focus-inner {
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}

.main-text {
	font: 500 20px/1 "mess", Helvetica, sans-serif;
}

.main-text-small {
	font-size: 12px;
}




.section {
	z-index: 1;
	position: relative;
	padding: 0px 0 96px 96px;
	width: calc(100vw - 96px - 7em);
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	min-height: 50vh;
}

@media (max-width: 1200px) {
	.section {
		padding: 48px 0 48px 48px;
		width: calc(100vw - 48px - 7em);
	}
	#poster{
				padding: 48px 0 48px 48px;
	}
}

@media (max-width: 950px) {
	.section {
		padding: 7.5vw;
		width: 100%;
	}
		#poster{
		padding: 7.5vw;
	}
}

@media (max-width: 1024px) {
	.section {
		display: block;
		min-height: 0;
	}
		#linkz {
		display:none !important;
	}
			#poster{
		padding: 7.5vw;
	}

}

@media (max-width: 1600px) {
			#poster{
		padding: 7.5vw;
	}

}

@media (min-width: 1600px) {
#poster {
	position:absolute;
	top:5vh;
	right:5vh;
	width:30vw !important;
	max-width:600px;

}
}

.column-section {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (max-width: 600px) {
	.column-section-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}


.col-section {
	width: 100%;
	max-width: 382px;
}

	.col-section {
		margin-bottom: 10vw;
	}

#linkz {
position:absolute;
bottom:15vh;
right:5vw;
mix-blend-mode: difference;
width:10vw;
display:block;
}

#poster {
	width:70vw;
	z-index:0;
	}		



.bio {
	font-size: 15px;
	font-weight: 100;
	margin-bottom: -.45em;
	max-width: 650px;
    text-align:justify;  
    text-justify:inter-character;
}

@media (max-width: 600px) {
	.bio {
		padding-top: 15vw;
		font-size: 18px;
	}
}

.list {
	margin-top: 2.2em;
}

.list-item {
	margin-top: .25em;
	margin-bottom: 2em;
}

.list-item:last-child {
	margin-bottom: -.4em;
}


.dates {
		font-size: 20px;
	font-weight: 100;
	max-width: 850px;
	margin-bottom:2em;
	line-height:1.5em;
    text-align:justify;  
    text-justify:inter-character;
}

.dates a {
	border-bottom:none;
}



body {
	background-color:black;
	background: linear-gradient(-45deg, #11d300, #7bd300, #f718ce, #f7185f);
	background-size: 800% 800%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
