@charset "UTF-8";

/* ALLGEMEIN ---------------------------------------------------*/
object {
	width:400px;
	background:none;
	pointer-events:none;
}

/* LAYER -------------------------------------------------------*/
#headline {
	position:absolute;
	left:35px;
	top:45px;
}
#contact {
	position:absolute;
	top:238px;
	left:35px;
	bottom:40px;
	display:flex;                   /* defines flexbox */
    align-items:flex-end;           /* bottom of the box */
}