html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,hr{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;line-height:normal;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}strong{font-weight: bold;}table{width:100%;}input,textarea {outline: none;}

::-webkit-input-placeholder { font-size: 22px; }
:-moz-placeholder { font-size: 22px; }
::-moz-placeholder { font-size: 22px; }
:-ms-input-placeholder { font-size: 22px !important; }

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #A4A8A5;
	background-image: url(/images/background.png);
	background-size: 40% auto;
	font-family: "Roboto";
	font-weight: 200;
	color: #FFF;
	overflow: hidden;
}

div.background {
	width: 1200px;
	height: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -500px 0 0 -600px;
	background-image: url(/images/composition.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@-webkit-keyframes rotate {
	from { -webkit-transform: translate3d(0,0,0) rotate(0deg); }
	to { -webkit-transform: translate3d(0,0,0) rotate(360deg); }
}

@-moz-keyframes rotate {
	from { -moz-transform: translate3d(0,0,0) rotate(0deg); }
	to { -moz-transform: translate3d(0,0,0) rotate(360deg); }
}

@-ms-keyframes rotate {
	from { -ms-transform: translate3d(0,0,0) rotate(0deg); }
	to { -ms-transform: translate3d(0,0,0) rotate(360deg); }
}

@keyframes heartbeat {
  0% {transform: scale(1) }
  50% {transform: scale(0.85) }
  100% {transform: scale(1) }
}

@-moz-keyframes heartbeat {
  0% {transform: scale(1) }
  50% {transform: scale(0.85) }
  100% {transform: scale(1) }
}

@-ms-keyframes heartbeat {
  0% {transform: scale(1) }
  50% {transform: scale(0.85) }
  100% {transform: scale(1) }
}


div.background div {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-animation: rotate 20s linear infinite;
	-moz-animation: rotate 20s linear infinite;
	-ms-animation: rotate 20s linear infinite;
}


div.background div:nth-child(1) {
	width: 150px;
	height: 150px;
	left: -80px;
	top: 270px;
	background-image: url(/images/element-1.svg);
	-webkit-animation: heartbeat 1.2s linear infinite;
	-moz-animation: heartbeat 1.2s linear infinite;
	-ms-animation: heartbeat 1.2s linear infinite;
}

div.background div:nth-child(2) {
	width: 150px;
	height: 150px;
	left: 180px;
	bottom: 300px;
	background-image: url(/images/element-2.svg);
}

div.background div:nth-child(3) {
	width: 60px;
	height: 60px;
	left: 30px;
	top: 400px;
	background-image: url(/images/element-3.svg);
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
}

div.background div:nth-child(4) {
	width: 80px;
	height: 80px;
	left: 580px;
	top: 580px;
	background-image: url(/images/element-4.svg);
	-webkit-animation-duration: 10s;
	-moz-animation-duration: 10s;
	-ms-animation-duration: 10s;
}


@-webkit-keyframes in {
	from {  -webkit-transform: translate3d(0,0,0) scale(0.7); -webkit-opacity: 0; }
	to { -webkit-transform: translate3d(0,0,0) scale(1); -webkit-opacity: 1; }
}

@-moz-keyframes in {
	from {  -moz-transform: translate3d(0,0,0) scale(0.7); opacity: 0; }
	to { -moz-transform: translate3d(0,0,0) scale(1); opacity: 1; }
}

@-ms-keyframes in {
	from {  -ms-transform: translate3d(0,0,0) scale(0.7); opacity: 0; }
	to { -ms-transform: translate3d(0,0,0) scale(1); opacity: 1; }
}

div.left div,
div.right {
	-webkit-animation: in 2s ease-in-out 1;
	-moz-animation: in 2s ease-in-out 1;
	-ms-animation: in 2s ease-in-out 1;
}


div.container {
	width: 980px;
	height: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -350px 0 0 -490px;
}

div.left, div.right {
	width: 460px;
	position: absolute;
	top: 0;
	bottom: 0;
}

div.left {
	left: 0;
}

div.left div {
	position: absolute;
	background-color: #333;
	background-position: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

div.left a {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(/images/blank.gif);
}

div.left div.i-1 {
	width: 460px;
	height: 300px;
	left: 0;
	right: 0;
	top: 0;
	background-image: url(/images/pictures/1-thumb.jpg);
}

div.left div.i-2,
div.left div.i-3 {
	top: 320px;
}

div.left div.i-2,
div.left div.i-3 ,
div.left div.i-4 {
	width: 220px;
}

div.left div.i-2 {
	top: 320px;
	bottom: 0;
	background-image: url(/images/pictures/2-thumb.jpg);
}

div.left div.i-3,
div.left div.i-4 {
	height: 180px;
	right: 0;
}

div.left div.i-3 {
	background-image: url(/images/pictures/3-thumb.jpg);
}

div.left div.i-4 {
	bottom: 0;
	background-image: url(/images/pictures/4-thumb.jpg);
}

div.right {
	right: 0;
	background: linear-gradient(135deg, rgba(202,133,188,1) 0%,rgba(193,69,191,1) 100%);
	background-color: #CB85BC;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

div.right:after {
	content: "";
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	background-image: url(/images/zooi.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

div.right div.name {
	font-family: "Norican";
}

div.right div.name.first {
	margin: 40px 0 0 80px;
	font-size: 100px;
}

div.right div.name.last {
	color: rgba(255, 255, 255, 0.8);
	font-size: 70px;
	text-align: center;
}

div.right div.age {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 110px;
	text-align: center;
	font-size: 18px;
	font-weight: 200;
}

div.right div.rompertje {
	width: 247px;
	height: 221px;
	background-image: url(/images/rompertje.png);
	margin: 40px auto;
}

div.login {
	-webkit-animation: in 1s ease-in-out 1;
	-moz-animation: in 1s ease-in-out 1;
	-ms-animation: in 1s ease-in-out 1;
}

div.login * {
	text-align: center;
}

@-webkit-keyframes speen {
	0% {  -webkit-transform: translate3d(0,0,0) scale(1); }
	50% {  -webkit-transform: translate3d(0,0,0) scale(0.8) rotate(20deg); }
	100% { -webkit-transform: translate3d(0,0,0) scale(1); }
}

@-moz-keyframes speen {
	0% {  -moz-transform: translate3d(0,0,0) scale(1); }
	50% {  -moz-transform: translate3d(0,0,0) scale(0.8); }
	100% { -moz-transform: translate3d(0,0,0) scale(1); }
}

@-ms-keyframes speen {
	0% {  -ms-transform: translate3d(0,0,0) scale(1); }
	50% {  -ms-transform: translate3d(0,0,0) scale(0.8); }
	100% { -ms-transform: translate3d(0,0,0) scale(1); }
}

div.login div.speen {
	width: 200px;
	height: 200px;
	margin: 130px auto 0 auto;
	border-radius: 100px;
	background-image: url(/images/pacifier.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-animation: speen 4s ease-in-out infinite;
	-moz-animation: speen 4s ease-in-out infinite;
	-ms-animation: speen 4s ease-in-out infinite;
}

div.login div.baby {
	width: 100px;
	height: 138px;
	float: left;
	margin: -30px 0 0 0;
	line-height: 138px;
	text-align: right;
}

div.login div.baby img {
	width: 60%;
	vertical-align: middle;
	-webkit-transition: width 0.25s ease-in-out;
	-moz-transition: width 0.25s ease-in-out;
	-ms-transition: width 0.25s ease-in-out;
}

div.login div.gram {
	float: left;
	line-height: 75px;
	font-size: 30px;
	font-weight: 300;
	color: #222;
}

div.login p {
	color: #333;
	padding: 20px 20px;
	margin: 40px 200px;
	background-image: url(/images/wood.jpg);
	background-size: 35% auto;
	background-position: center;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}

div.login form {
	display: table;
	margin: 0 auto;
}

div.login form input#answer {
	width: 275px;
	height: 75px;
	margin: 0 20px;
	float: left;
	background-color: #333;
	border: 0;
	color: #FFF;
	font-size: 50px;
	text-align: center;
	line-height: 75px;
	-webkit-appearance: none;
}


body.boy div.login div.speen,
body.boy div.right {
	background-color: #68CCDE;
}

body.girl div.login div.speen,
body.girl div.right {
}

@media only screen and (max-height : 750px){
	body {
		margin: 30px 0;
	}

	div.container {
		margin: 0 auto;
		position: relative;
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width : 700px){
/*
	* {
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-ms-animation: none !important;
	}
	
*/
	body {
		padding: 20px 0;
		margin: 0;
		overflow-y: auto;
	}
	
	body.hoi-false {
		background: linear-gradient(135deg, rgba(202,133,188,1) 0%,rgba(193,69,191,1) 100%);
	}
	
	body.hoi-false p {
		background: none;
		padding: 0;
		color: #FFF;
	}

	div.login div.baby,
	div.login div.gram {
		display: none;
	}

	div.container {
		width: auto;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 20px;
		text-align: center;
	}
	
	div.background {
		display: none;
	}
	
	div.login form {
		margin: 0;
		display: block;
	}
	
	div.login form input#answer {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	div.login p {
		margin: 20px !important;
		font-size: 20px;
	}
	
	div.login div.speen {
		width: 125px;
		height: 125px;
		margin-top: 20px;
		background-size: 50%;
		-webkit-animation: speen 5s ease-in-out infinite !important;
		-moz-animation: speen 5s ease-in-out infinite !important;
		-ms-animation: speen 5s ease-in-out infinite !important;
	}
	
	
	
	
	div.left, div.right {
		width: auto !important;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
	}
	
	div.left div {
		position: relative !important;
		top: 0 !important;
		bottom: auto !important;
		left: 0 !important;
		right: auto !important;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	div.left div.i-1 {
		width: auto;
	}
	
	div.left div.i-2 {
		height: 300px !important;
	}
	
	div.right {
		height: auto !important;
		margin-bottom: 20px !important;
		padding-bottom: 10px;
	}
	
	div.right div.name.first {
		margin-top: 0;
	}
	
	div.right div.name.last {
		margin-top: -30px;
	}
	
	div.right div.rompertje {
		margin-top: -40px;
		background-size: 70% auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	div.right div.age {
		padding: 0 20px;
	}
	
	div.right:after {
		background-size: 80% auto;
	}
	
}