@charset "UTF-8";
/* CSS Document */

/****************************************/
/*                                      */
/*     GLOBAL RESET & MAIN SETTINGS     */
/*                                      */
/****************************************/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	line-height: 1;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body {
	background: #feee00;
}

/****************************************/
/*                                      */
/*             MAIN SETTINGS            */
/*                                      */
/****************************************/

h2 {
	text-transform: uppercase;
}

p {
	color: #ffffff;
}

a {
	text-decoration: none;
	font-size: 14pt;
	letter-spacing: 1pt;
}

/****************************************/
/*                                      */
/*               MANNEKIN               */
/*                                      */
/****************************************/

#mannekin {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -345px;
	left: 50%;
	margin-left: -495px;
	height: 690px;
	width: 990px;
	background: url("../img/intro/kinderatelier-fanger-carigiet-intro-mannekin.png") center center no-repeat;
	background-size: 100% auto;
}

/****************************************/
/*                                      */
/*          AUGEN, NASE, MUND           */
/*                                      */
/****************************************/

#auge-links,
#auge-rechts,
#nase,
#mund,
#bauch {
	display: block;
	position: absolute;
}

#auge-links {
	height: 107px;
	width: 102px;
	top: 244px;
	left: 356px;
	z-index: 5;
}

#auge-rechts {
	height: 106px;
	width: 92px;
	top: 217px;
	left: 504px;
	z-index: 4;
}

#nase {
	height: 113px;
	width: 44px;
	top: 225px;
	left: 456px;
	z-index: 3;
}

#mund {
	height: 85px;
	width: 226px;
	top: 313px;
	left: 354px;
	z-index: 2;
}

#bauch {
	height: 192px;
	width: 213px;
	top: 411px;
	left: 398px;
	z-index: 1;
}

#auge-links a,
#auge-rechts a,
#nase a,
#mund a,
#bauch a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

#auge-links a img,
#auge-rechts a img,
#nase a img,
#mund a img,
#bauch a img {
	position: absolute;
	top: 0;
	left: 0;
}

#auge-links a img:nth-of-type(2),
#auge-rechts a img:nth-of-type(2),
#nase a img:nth-of-type(2),
#mund a img:nth-of-type(2),
#bauch a img:nth-of-type(2) {
	opacity: 0;
}

#auge-links a:hover img:nth-of-type(2),
#auge-rechts a:hover img:nth-of-type(2),
#nase a:hover img:nth-of-type(2),
#mund a:hover img:nth-of-type(2),
#bauch a:hover img:nth-of-type(2) {
	opacity: 1;
}

/****************************************/
/*                                      */
/*             POPUP BLOBS              */
/*                                      */
/****************************************/

#blob-blue,
#blob-green,
#blob-orange,
#blob-pink,
#blob-lila {
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
}

#auge-links:hover #blob-green,
#auge-rechts:hover #blob-blue,
#nase:hover #blob-pink,
#mund:hover #blob-orange,
#bauch:hover #blob-lila {
	opacity: 1;
}

#blob-green {
	background: url("../img/intro/blob-gruen.png") center center no-repeat;
	background-size: 100% 100%;
	margin-top: -192px;
	margin-left: -180px;
}

#blob-pink {
	background: url("../img/intro/blob-rosa.png") center center no-repeat;
	background-size: 100% 100%;
	margin-top: -250px;
	margin-left: -90px;
}

#blob-blue {
	background: url("../img/intro/blob-blau.png") center center no-repeat;
	background-size: 100% 100%;
	margin-top: -170px;
	margin-left: 100px;
}

#blob-orange {
	background: url("../img/intro/blob-orange.png") center center no-repeat;
	background-size: 100% 100%;
	margin-top: -20px;
	margin-left: -130px;
}

#blob-lila {
	background: url("../img/intro/blob-lila.png") center center no-repeat;
	background-size: 100% 100%;
	margin-top: -260px;
	margin-left: 170px;
}

#blob-blue a {color: #92eaff;}
#blob-green a {color: #d3fc3f;}
#blob-orange a {color: #ffed00;}
#blob-pink a {color: #ffb0e3;}
#blob-lila a {color: #e4a7ff;}

#blob-blue a,
#blob-green a,
#blob-orange a,
#blob-pink a,
#blob-lila a {
	padding: 50px 60px;
}


/****************************************/
/*                                      */
/*        BREAKING POINT MOBILE         */
/*                                      */
/****************************************/

@media (max-width: 768px) {
	body {
		padding: 0 25px;
	}
	
	#mannekin {
		display: block;
		position: relative;
		top: 25px;
		padding-bottom: 50px;
		left: 0px;
		margin: 0px;
		height: inherit;
		width: 100%;
		padding-top: 105%;
		background: url("../img/intro/kinderatelier-fanger-carigiet-intro-mannekin-mobile.png") top center no-repeat;
		background-size: 100% auto;
	}
	
	#auge-links,
	#auge-rechts,
	#nase,
	#mund,
	#bauch {
		position: relative;
		display: block;
		height: 120px;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0px;
	}
	
	#auge-links > a,
	#auge-rechts > a,
	#nase > a,
	#mund > a,
	#bauch > a {
		display: none;
	}
	
	#blob-blue,
	#blob-green,
	#blob-orange,
	#blob-pink,
	#blob-lila {
		pointer-events: all;
		display: block;
		position: relative;
		z-index: 2;
		background-size: 100% 100%;
		width: 65%;
		text-align: center;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 25px auto 0 auto;
		height: inherit;
		opacity: 1;
	}
	
	#blob-blue:hover,
	#blob-green:hover,
	#blob-orange:hover,
	#blob-pink:hover,
	#blob-lila:hover {
		opacity: .6 !important;
		transform: translateY(-5px);
	}
	
	#blob-blue a,
	#blob-green a,
	#blob-orange a,
	#blob-pink a,
	#blob-lila a {
		display: block;
		height: 100%;
		width: 100%;
		padding: 50px 50px 40px 50px;
	}
}


/****************************************/
/*                                      */
/*        INFO ANIMATION CURSOR         */
/*                                      */
/****************************************/

.pk-trans{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -345px;
	left: 50%;
	margin-left: -495px;
	height: 690px;
	width: 990px;
	z-index: 100;
	pointer-events: none;
	opacity: 0;
	animation: t-animation 6s;
}
	
@keyframes t-animation {
	0% {opacity: 0;}
	15% {opacity: 1;}
	85% {opacity: 1;}
	100% {opacity: 0;}
}
	
.pk-pointer {
	position: absolute;
	top: 500px;
	left: 485px;
	animation: p-animation 6s;
	animation-timing-function: ease-in-out;
}
	
@keyframes p-animation {
	0% {top: 500px; left: 485px;}
	33% {top: 306px; left: 402px;}
	66% {top: 280px; left: 545px;}
	100% {top: 500px; left: 485px;}
}

/*
Don't display animation on mobile
*/
@media (max-width: 768px) {
	.pk-trans {
		display: none;
	}
}