/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap');
@font-face {
	font-family: "cocogoose";
	src: url("Cocogoose-Pro-Semilight.woff2") format("woff2"),
		 url("Cocogoose-Pro-Semilight.woff") format("woff");
}
/* Reset */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	background: none;
}

#stage {
	width: 300px;
	height: 450px;
	left: 50%;
	transform:translateX(-50%);
	background: #F4F6F6;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}

.hiddenOnload {
	opacity:0;
}

.tekstballon {
	position: absolute;
	width: 90px;
	left: 197px;
	top: 3px;
	z-index: 2;
}

.vacatures {
	position: absolute;
	font-family: "cocogoose";
	font-size: 24px;
	color: #05BAED;
	top: 43px;
	left: 11px;
}

.vacature{
	position: absolute;
	width: 278px;
	height: 80px;
	background-color: #FFFFFF;
	left: 11px;
	box-shadow: 0px 3px 3px rgba(83, 83, 83, 0.15);
	border-radius: 5px;
}

.vacature1 {
	top: 75px;
}

.vacature2 {
	top: 160px;
}

.vacature3 {
	top: 245px;
}

.vacature4 {
	top: 330px;
}

.logo {
	position: absolute;
	width: 125px;
	left: 165px;
	top: 418px;
}

.cta {
	position: absolute;
	width: 125px;
	height: 35px;
	left: 144px;
	bottom: 11px;
	background-color: #FF9921;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	font-family: "cocogoose";
	font-size: 11px;
	color: #FFFFFF;
}

.functie {
    position: absolute;
    width: 240px;
    left: 13px;
    top: 8px;
    height: 32px;
    font-family: "cocogoose";
    font-size: 16px;
    color: #05BAED;
}

.functie1 {
	width: 70%;
}

.locatie {
	position: absolute;
	left: 13px;
	bottom: 10px;
	height: 20px;
	font-family: "cocogoose";
	font-size: 10px;
	color: black;
}

.copy {
	position: absolute;
	font-size: 12px;
	font-family: 'Manrope';
	font-weight: 200;
	width: 50%;
	left: 13px;
	top: 35px;
	color: black;
	display: none;
}

.firsttext {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.cta:hover {
	transform:scale(1.05);
	transform-origin: center;
}

@media (min-width: 370px){
	#stage {
		width: 370px;
	}

	.tekstballon {
		left: 247px;
	}
	
	.vacatures {
		top: 43px;
	}
	.vacature {
		width: 348px;
	}
	.logo {
		left: 235px;
	}
	.cta {
		left: 214px;
	}
	.functie {
		top: 8px;
		font-size: 20px;
		width: 310px;
	}
	.copy {
		top: 50px;
	}
}


@media (min-width: 600px) {
	#stage {
		width: 600px;
		height: 425px;
	}

	.tekstballon {
		width: 100px;
	}

	.vacature {
		position: absolute;
		width: 187px;
		height: 282px;
		top: 96px;
		left: 13px;
	}

	.vacatures {
		top: 60px;
	}


	.vacature1 {
		left: 12px;
	}

	.vacature2 {
		left: 207px;
	}
	.vacature3 {
		left: 402px;
	}

	.functie {
		text-align: center;
		left: 5%;
		width: 90%;
		top: 40px;
		height: 50px;
	}

	.locatie {
		width: 100%;
		text-align: center;
		left: 0px;
		top: 197px;
	}

	.copy {
		display: block;
		width: 80%;
		left: 10%;
		text-align: center;
		top: 100px;
	}

	.cta {
		left: 32px;
		bottom: 25px;
	}

	.cta:hover {
		transform:scale(1.05);
		transform-origin: center;
	}


	.tekstballon {
		left: 443px;
		top: 8px;
	}

	.logo {
		left: 461px;
		bottom: 10px;
		top: unset;
	}

}

@media (min-width: 767px){
	#stage {
		width: 767px;
	}

	.vacature {
		width: 176px;
	}
	.vacature2 {
		left: 201px;
	}
	.vacature3 {
		left: 390px;
	}
	.vacature4 {
		display: block;
		left: 579px;
	}
	.tekstballon {
		left: 610px;
	}
	.logo {
		left: 628px;
	}
}