html,
body {
    margin: 0;
   /* overflow: hidden;*/
    height: 100%;
}


/* Scale canvas with resize attribute to full size */
canvas[resize] {
    width: 100%;
    height: 100%;
}

#mycanvas{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}



/* Texte */
.name {
	font: 55px 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0px;
}

.textL {
	font: 40px 'Poppins', sans-serif;
	font-weight: 300i;
	line-height: 37px;
	letter-spacing: 0px;
}

.textXS {		
	font: 20px 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23px;
	text-decoration:line-through;
}

.textS {		
	font: 20px 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23px;
}

.leerzeile {		
	font: 1px 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 10px;
}

.copy {		
	cursor: pointer; 
    color: rgba(0, 0, 0, 0.0);
	font: 10px 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 10px;
}
	
	
/* Links */
a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover, a:active {
    color: #ff00ff;
	text-decoration: none;
}

.field {
	background-color: transparent;
	border: hidden;
	border-color:#000;
	margin-left:3px;
}

.button {
	background-color: transparent;
	border: hidden;
	border-color:#000;
	margin-left:6px;
}
