/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500&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: 100%;
	height: 290px;
	left: 50%;
	transform:translateX(-50%);
	background: #05BAED;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}

.logo {
	position: absolute;
	width: 50vw;
	height: 24px;
	right: 0px;
	top: 243px;
}

.vacatures {
	position: absolute;
	font-family: 'Manrope', sans-serif;
	font-style: normal;
	font-size: 24px;
	color: #FFFFFF;
	top: 7px;
	left: 12px;
	text-align: center;
    width: calc(100% - 24px);
}

.vacaturesMB {
	display: block;
	position: absolute;
	top: 16.5px;
	line-height: 19.04px;
	left: 11.68px;
	font-size: 14px;
	font-family: 'Cocogoose';
	color: #FFFFFF;
	text-align: center;
    width: calc(100% - 24px);
}

.vacatures {
	display: none;
}

.vacatureOverflow {
	position: absolute;
    width: 208px;
    left: calc(50% - 101px);
    height: 230px;
    top: 65px;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.vacatureContainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.vacature{
	width: 203px !important;
	height: 125.5px !important;
	left: 0px;
	top: 0px;
	border-radius: 2px;
	padding-bottom: 0;
	margin: 0px 5px 0px 0px;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 3px rgba(83, 83, 83, 0.15);
	border-radius: 5px;
	margin-bottom: 7px;
	flex-shrink: 0;
}

.functie {
	position: absolute;
	top: 8.5px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	height: 45px;
	width: calc(100% - 10px);
	left: 5px;
    font-family: "cocogoose";
    color: #05BAED;
	overflow: hidden;
}


.undervacatures {
	position: absolute;
	left: 22.07px;
	width: 130px;
	top: 247.29px;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Manrope';
	font-style: normal;
	color: #05BAED;
}

.copy {
	text-align: center;
	top: 61px;
	font-size: 10px;
	position: absolute;
	font-family: 'Manrope';
	font-weight: 400;
	width: calc(100% - 26px);
	left: 13px;
	color: black;
}

.locatie {
	display: block;
	padding-bottom: 0px;
	width: 100%;
	font-size: 11px;
	font-family: "cocogoose";
	font-weight: 600;
	margin-right: 10px;
}

.cta {
	top: 92px;
	left: 12px;
	height: 24.46px;
	width: 180px;
	position: absolute;
	background-color: #FF9921;
	border-radius: 2px;
	text-align: center;
	font-family: "cocogoose";
	font-size: 11px;
	color: #FFFFFF;
	transition: box-shadow .2s ease-in-out;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.vacature:hover .cta{
	/* transform:scale(1.05);
	transform-origin: center; */
	box-shadow: -0px 3px 6px 0px rgba(0,0,0,.2) inset;
}

.vacatureOverflow::-webkit-scrollbar {
	display: none;
  }

.slick-arrow {
	display: none !important;
}

.slick-dots {
	position: absolute;
	top: 138px;
	display: flex;
	flex-direction: row;
}
.slick-dots li {
	display: block;
	width: 7.5px;
	height: 7.5px;
	border-radius: 50%;
	background-color: #FFFFFF;
	list-style-type: none;
	transition: .2s ease;
	margin: 0 5px;
	padding: 4px;
	cursor: pointer;
}

.slick-dots li {
	display: block;
	width: 7.5px;
	height: 7.5px;
	border-radius: 50%;
	background-color: #FFFFFF;
	list-style-type: none;
	transition: .2s ease;
	margin: 0 5px;
	cursor: pointer;
}

.slick-dots li button {
	display: none;
}

.slick-dots .slick-active {
	background-color: #FF9921;
}


.bottomBarMob {
	position: absolute;
	bottom: -5px;
	width: 345px;
	left: 0;
}

.bottomBar {
	display: none;
}

@media (min-width: 345px){
	#stage {
		width: 345px;
		height: 290px;
	}
	

	.logo {
	    width: 118px;
		height: 24px;
		left: 213px;
		top: 243px;
	}

	.bottomBar {
		display: none;
	}

	.bottomBarMob {
	    position: absolute;
		bottom: -5.75px;
		width: 346px;
		left: -1px;
	}

	.undervacatures {
		position: absolute;
		left: 22.07px;
		width: 139px;
		top: 247.29px;
		font-style: normal;
		font-size: 13px;
		line-height: 15px;
		font-family: 'Manrope';
		font-style: normal;
		color: #05BAED;
	}

	.vacaturesMB {
		display: block;
		position: absolute;
		top: 23.5px;
		line-height: 19.04px;
		left: 11.68px;
		font-size: 14px;
		font-family: 'Cocogoose';
		color: #FFFFFF;
	}

	.vacatures {
		display: none;
	}

	.slick-dots {
		position: absolute;
		top: 138px;
		display: flex;
		flex-direction: row;
	}
	.slick-dots li {
		display: block;
		width: 7.5px;
		height: 7.5px;
		border-radius: 50%;
		background-color: #FFFFFF;
		list-style-type: none;
		transition: .2s ease;
		margin: 0 5px;
		padding: 4px;
		cursor: pointer;
	}

	.vacatureOverflow {
		width: 329px;
		left: calc(50% - 161px);
		height: 230px;
		top: 65px;
	}

	.vacatureContainer {
		flex-direction: row;
		margin-bottom: 0px;
		margin: 0px;
	}

	.vacature {
		width: 157px !important;
		height: 125.5px !important;
		left: 0px;
		top: 0px;
		border-radius: 2px;
		padding-bottom: 0;
		margin: 0px 8px 0px 0px;
	}

	.functie {
	    top: 8.5px;
		text-align: center;
		font-size: 11px;
		line-height: 15px;
		height: 45px;
		width: calc(100% - 10px);
		left: 5px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.copy {
		text-align: center;
		top: 61px;
		font-size: 10px;
	}

	.locatie {
		display: block;
		padding-bottom: 0px;
		width: 100%;
		font-size: 11px;
	}


	.cta {
		top: 92px;
		left: 12px;
		height: 24.46px;
		width: 132px;
	}


	.slick-dots li {
		display: block;
		width: 7.5px;
		height: 7.5px;
		border-radius: 50%;
		background-color: #FFFFFF;
		list-style-type: none;
		transition: .2s ease;
		margin: 0 5px;
		cursor: pointer;
	}
	
	.slick-dots li button {
		display: none;
	}
	
	.slick-dots .slick-active {
		background-color: #FF9921;
	}

	.navArrow {
		display: none;
	}
}

@media (min-width: 630px){
	#stage {
		width: 630px;
		height: 290px;
	}

	.logo {
		position: absolute;
		width: 118px;
		height: 24px;
		left: 489px;
		top: 249.29px;
	}

	.undervacatures {
		position: absolute;
		left: 18.47px;
		top: 256.06px;
		width: max-content;
		font-size: 13px;
		line-height: 15px;
		font-family: 'Manrope';
		color: #05BAED;
	}

	.vacatures {
		display: block;
		top: 19.5px;
		left: 18px;
		font-size: 24px;
		font-family: 'Cocogoose';
	}


	.vacaturesMB {
		display: none;
	}
	.slick-dots {
		position: absolute;
		top: 149px;
		display: flex;
		flex-direction: row;
	}
	.slick-dots li {
		display: block;
		width: 7.5px;
		height: 7.5px;
		border-radius: 50%;
		background-color: #FFFFFF;
		list-style-type: none;
		transition: .2s ease;
		margin: 0 5px;
		padding: 4px;
		cursor: pointer;
	}

	.vacatureOverflow {
		width: calc(100% - 34px);
		left: 17px;
		height: 230px;
		top: 55px;
	}

	.vacatureContainer {
		flex-direction: row;
		margin-bottom: 0px;
		margin: 0 -4px;
		height: max-content;
	}

	.vacature {
		width: 191.681px !important;
		height: 136.29px !important;
		left: 6px;
		top: 0px;
		padding-bottom: 0;
		margin: 0px 10px 0px 0px;
	}

	.bottomBarMob {
		display: none;
	}

	.functie {
		top:16px;
		text-align: center;
		font-size: 11px;
		font-style: normal;
		line-height: 13px; /* 136.364% */
		height: 32px;
		width: calc(100% - 10px);
		left: 5px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.copy {
		text-align: center;
		top: 57px;
		font-size: 13px;
	}

	.locatie {
		display: block;
		padding-bottom: 1px;
		width: 100%; 
		font-size: 10px;
	}

	.cta {
		top: 96px;
		left: 14px;
		border-radius: 4.867px;
		width: 161.864px;
		height: 26.561px;
		box-shadow: 0px 1.62222px 3.24444px 0px rgba(0, 0, 0, 0.10);
	}
	.bottomBar {
		position: absolute;
		bottom: 0px;
		width: 630px;
		display: block;
	}
}