html, body, .slide-animate-container, #slides, #slides .slide {
	width: 100% !important;
	height: 100% !important;
	background: #feb103;
}
#slides .slide {
	overflow-x: hidden;
	overflow-y: auto;
}

@keyframes moveCanvas {
  0%   { bottom: 100%; }
  100% { bottom: 5vw; }
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes photoWiggle {
	0%   { transform: translateY(0); }
	75% { transform: translateY(-7vh); }
	100% { transform: translateY(0); }
  }

  * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
  }
body {
	font-family: neulis, Arial, sans-serif;
}
h1, h2, h3, h4, h5, p, li {
	font-family: neulis, Arial, sans-serif;
	text-transform: none;
	line-height: 125%;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

a {
	color: #003047 !important;
}

#full_image {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
    height: 100vh;
	text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: radial-gradient(circle, rgba(255,220,79,1) 0%, rgba(254,177,3,1) 100%);;
    
}
#full_image img.portrait {
	width: auto;
	height: 100%;
}
#full_image img.landscape {
	width: 100%;
	height: auto;
}

#care_app {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #feb103;
	font-family: corbel, Arial, Sans-Serif;
}
button {
	position: absolute;
    bottom: 2vw;
    right: 2vw;
    width: 25vw;
    padding: 0.5vw 3.5vw;
    font-size: 1.5vw;
	font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    text-align: right;
	font-family: neulis, Arial, sans-serif;
}
button.close {
	position: fixed;
	bottom: 16vw;
	right: 17vw;
	z-index: 1;
	color: #003047;
	font-family: neulis, Arial, sans-serif;
}
button::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 3vw;
	height: 3vw;
	background-image: url(images/button.svg);
	background-repeat: no-repeat;
	content: '';
	transform: rotate(45deg);
	transform-origin: center center;
}
button.close::after {
	transform: rotate(0deg);
	transform-origin: center center;
}

.clock {
	position: absolute;
    top: 2vw;
    left: 2vw;
    width: 16%;
    height: 12%;
    padding: 0;
    text-align: left;
    color: #003047;
    cursor: pointer;
}
.clock h1 {
	font-size: 1.25vw;
	margin: 5% 0 0 0;
	text-align: center;
	font-weight: bold;
}
.clock h2 {
	font-size: 6vw;
	font-family: neulis_bold, sans-serif;
	font-weight: bold;
	text-align: center;
}
.logo {
	position: absolute;
    bottom: 6.5vh;
    left: 2vw;
    width: 25vh;
}
.logo img {
	width: 100%;
}


.weather .info {
	position: absolute;
    top: 35vh;
    left: 2vw;
    width: 12vw;
	height: 12vw;
    margin: 0;
    padding: 2%;
	background: #edf5db;
	border-radius: 1.5vw;
	color: #003047;
}
.weather .info h3 {
	font-family: neulis_bold, Arial, Helvetica, sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
	float: left;
	margin: 35% 0;
}
.weather .info img {
	float: right;
	width: 50%;
	margin: 35% 0;
}



.shadow {
	position: fixed;
	bottom: 20%;
	left: 0;
	width: 100%;
	height: 2%;
	background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
}
.nr0 .shadow {
	display: none;
}






.slideshow {
	background: #feb103;
}
.nr0 .slideshow .foto {
	position: absolute;
    top: 0;
    left: 20vw;
    width: 80vw;
    height: 80vh;
	border-radius: 0 0 0 40vh;
	background: #000;
	overflow: hidden;
}
.nr0 .slideshow .foto iframe {
	width: 100%;
	height: 100%;
}



li.menu {
	list-style: none;
    position: absolute;
    bottom: 2vh;
    left: 14%;
    width: 13vw;
    height: 15vh;
    padding: 0;
    margin: 0;
	font-family: neulis_bold, Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	border-radius: 1vw;
    color: #003047;
    z-index: 9998;
}
li.menu.nr0 {
	left: 31vw;
}
li.menu.nr1 {
	left: 44.5vw;
}
li.menu.nr2 {
	left: 58vw;
}
li.menu.nr3 {
	left: 71.5vw;
}
li.menu.nr4 {
	left: 85vw;
}
li.menu.nr5 {
	display: none;	
}
li.menu img {
	width: 36%;
	margin: 5% 32% 2.5%;
}

li.menu.active, li.menu:hover, li.menu:active {
	background: #003047;
	color: #edf5db;
	box-shadow: 0 0 0.5vw #000;
	cursor: pointer;
	z-index: 9999;
}
li.menu.active img, li.menu:hover img, li.menu:active img {
	filter: invert(65%) sepia(40%) saturate(300%) hue-rotate(90deg) brightness(230%) contrast(90%);
}


.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: rgba(0,48,71,0.95);
	opacity: 0;
	/* animation */
	animation: fadeIn;
	animation-delay: 0s;
	animation-duration: 0.5s;
   	animation-fill-mode: forwards;
}
.popup {
	position: fixed;
	top: 5%;
	left: 15%;
	width: 60vw;
	height: 60vh;
	padding: 5vh 5vw;
	background: #edf5db;
	border-radius: 1vw;
	overflow: scroll;
	box-shadow: 0 0 1vw -0.5vw black;
	opacity: 0;
	/* animation */
	animation: fadeIn;
	animation-delay: 0.25s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.popup::after {
	position: fixed;
    bottom: 14.5vw;
    left: 16vw;
    height: 12vh;
    width: 68vw;
    background: linear-gradient(0deg, rgba(237, 245, 219, 1) 0%, rgba(237, 245, 219, 1) 60%, rgba(237, 245, 219, 0) 100%);
    content: '';
}
.popup h1 {
	font-family: neulis_bold, sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #003047;
	margin: 0 0 2vw;
}
.popup img {
	width: 30vw;
	border-radius: 1vw;
	float: left;
}
.popup .tekst {
	float: right;
	width: 28vw;
	min-height: 30vh;
	padding: 0 0 10vh 0;	
}
.popup .tekst p {
	font-size: 1.5vw;
	font-family: neulis, sans-serif;
	margin: 0 0 2vw 0;
}
.popup .tekst li {
	font-size: 1.5vw;
	font-family: neulis, sans-serif;
	list-style: circle;
	background-color: none !important;
	margin: 2% 0 0 7%;
}
.popup .info {
	float: right;
	width: 28vw;
	margin: 0 0 2vw 0;
	font-size: 100%;
	font-weight: bold;
}

#slideshow .overlay {
	background: rgba(0,48,71,1);
}

#slideshow.full {
	width: 100vw;
	height: 100vh;
	background: rgba(0,48,71,1);
}
#slideshow.full .popup {
	top: 15vh;
}
#slideshow.full .popup::after {
	display: none;
}


#slideshow .popup {
	background: none;
	box-shadow: none;
	top: 0;
	left: 0;
	width: 90vw;
	height: 70vh;
	/* overflow-x: scroll; */
	/* overflow-y: hidden; */
}
#slideshow .popup h1 {
	position: fixed;
    color: #edf5db;
    bottom: 22vh;
    left: 2vh;
    z-index: 1;
    margin: 0;
    font-size: 2vw;
}
#slideshow .popup li {
	list-style: none;
	animation: photoWiggle 2s ease-out 1s 1 forwards;
}
#slideshow .popup li img {
	width: auto;
	max-width: 47%;
	max-height: 80%;
	border-radius: 1vw;
	float: left;
	margin: 1vw;
}
#slideshow .popup li:nth-child(2n) img {
	float: right;
}
#slideshow .popup li:last-child img {
	margin: 1vw 1vw 5vw 1vw;
}
#slideshow .popup button.close {
	color: #edf5db;
	bottom: 21vh;
	right: 1vh;
	font-family: neulis, Arial, sans-serif;
}
#slideshow .popup::after {
	bottom: 20vh;
	left: 0;
	width: 100vw;
	height: 7vh;
	background: linear-gradient(0deg, rgba(0, 48, 71, 1) 0%, rgba(0, 48, 71, 1) 60%, rgba(0, 48, 71, 0) 100%);
}



#activiteit.popup, #care_message.popup {
	transform: scale(1.25);
	transform-origin: center top;
}
#activiteit.popup::after, #care_message.popup::after {
	display: none;
}







@media screen and (orientation:landscape) and (min-width: 1000px),  (max-width: 430px) {
	#activiteit.popup, #care_message.popup {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		padding: 0;
		border-radius: 0;
		transform: none;
		overflow: hidden;
	}	

	#activiteit h1, #activiteit .tekst, #activiteit .info, #care_message.popup h1, #care_message.popup .tekst {
		z-index: 1;
	}

	#activiteit.popup img, #care_message.popup img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: auto;
		z-index: 0;
		border-radius: 0;
	}
	#activiteit.popup h1, #care_message.popup h1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 94vw;
		padding: 5vh 3vw 10vh 3vw;
		background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
		font-size: 5vw;
		color: #edf5db;
	}
	#care_message.popup h1 {
		color: #edf5db;
	}
	
	#activiteit.popup .tekst, #care_message.popup .tekst {
		position: absolute;
		bottom: 8vh;
        right: 8vh;
		width: 40vw;
		min-height: 10vh;
		max-height: 40vh;
		background: #edf5db;
		padding: 3% 5% 5% 3%;
		border-radius: 1.5vw;
		overflow: hidden;
	} 
	#activiteit.popup .tekst::after, #care_message.popup .tekst::after {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 10vh;
		width: 48vw;
		background: linear-gradient(0deg, rgba(0, 48, 71, 1) 0%, rgba(0, 48, 71, 1) 30%, rgba(0, 48, 71, 0) 100%);
		content: '';
	}
	#activiteit.popup .tekst::after {
		background: linear-gradient(0deg, rgba(237, 245, 219, 1) 0%, rgba(237, 245, 219, 1) 30%, rgba(237, 245, 219, 0) 100%);
	}



	#care_message.popup .tekst {
		background: #003047;
	}
	#activiteit.popup .info {
		position: absolute;
		top: 3vh;
		right: 5vw;
		width: 30vw;
		font-size: 200%;
		text-align: right;
		margin: 0;
		float: none;
		display: none;
	}
	#activiteit.popup .tekst p, #activiteit.popup .tekst li {
		font-size: 2vw;
		color: #003047;
	}
	#care_message.popup .tekst p, #care_message.popup .tekst li {
		font-size: 2vw;
		color: #edf5db;
	}
	/*
	#activiteit.popup .info span {
		color: #edf5db;
	}
	*/
	.popup .tekst p {
		font-size: 1.5vw;
		font-family: neulis, sans-serif;
		margin: 0 0 2vw 0;
	}

	#slideshow.full .popup {
		top: 0;

		overflow: hidden;

		padding: 0;
		height: 100vh;
		width: 100vw;
		border-radius: 0;
	}

	#slideshow.full .popup li {
		position: absolute;
		top: 0;
		right: 0;
		list-style: none;
		width: 100vw;
		height: 100vh;
		text-align: center;
		opacity: 0;
		animation: fadeIn 1s ease-out 0.5s 1 forwards;
	}
	#slideshow.full .popup li img {
		float: none;
		min-width: 100%;
		min-height: 100%;

		margin: 0;
		border-radius: 0;
		
	}
	#slideshow.full .popup li:nth-child(1) {
		animation-delay: 0;
	}
	#slideshow.full .popup li:nth-child(2) {
		animation-delay: 10s;
	}
	#slideshow.full .popup li:nth-child(3) {
		animation-delay: 20s;
	}
	#slideshow.full .popup li:nth-child(4) {
		animation-delay: 30s;
	}
	#slideshow.full .popup li:nth-child(5) {
		animation-delay: 40s;
	}
	#slideshow.full .popup li:nth-child(6) {
		animation-delay: 50s;
	}
	#slideshow.full .popup li:nth-child(7) {
		animation-delay: 60s;
	}
	#slideshow.full .popup li:nth-child(8) {
		animation-delay: 70s;
	}
	#slideshow.full .popup li:nth-child(9) {
		animation-delay: 80s;
	}
	#slideshow.full .popup li:nth-child(10) {
		animation-delay: 90s;
	}
	#slideshow.full .popup li:nth-child(11) {
		animation-delay: 100s;
	}
	#slideshow.full .popup li:nth-child(12) {
		animation-delay: 110s;
	}
	#slideshow.full .popup li:nth-child(13) {
		animation-delay: 120s;
	}
	#slideshow.full .popup li:nth-child(14) {
		animation-delay: 130s;
	}
	#slideshow.full .popup li:nth-child(15) {	
		animation-delay: 140s;
	}
	#slideshow.full .popup li:nth-child(16) {
		animation-delay: 150s;
	}
	#slideshow.full .popup li:nth-child(17) {		
		animation-delay: 160s;
	}
	#slideshow.full .popup li:nth-child(18) {
		animation-delay: 170s;
	}
	#slideshow.full .popup li:nth-child(19) {			
		animation-delay: 180s;
	}
	#slideshow.full .popup li:nth-child(20) {
		animation-delay: 190s;
	}
	#slideshow.full .popup li:nth-child(21) {
		animation-delay: 200s;
	}
	#slideshow.full .popup li:nth-child(22) {
		animation-delay: 210s;
	}
	#slideshow.full .popup li:nth-child(23) {
		animation-delay: 220s;
	}
	#slideshow.full .popup li:nth-child(24) {
		animation-delay: 230s;
	}
	#slideshow.full .popup li:nth-child(25) {
		animation-delay: 240s;
	}	
	#slideshow.full .popup li:nth-child(26) {
		animation-delay: 250s;
	}
	#slideshow.full .popup li:nth-child(27) {
		animation-delay: 260s;
	}
	#slideshow.full .popup li:nth-child(28) {
		animation-delay: 270s;
	}
	#slideshow.full .popup li:nth-child(29) {
		animation-delay: 280s;
	}
	#slideshow.full .popup li:nth-child(n+29) {	
		animation-delay: 29000s;
	}
}





.category {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75vh;
	padding: 5vh 0 0 0;
	font-size: 2vw;
	background: #feb103;
	display: none;
	overflow: auto;
}
.category.nr0 {
	display: block;
}

.category.activities, .category.menu {
	overflow-y: hidden;
}

.category.Weekmenu {
	background-color: #92acad;
}
.category.Activiteiten {
	background-color: #fff;
}
.category.Foto {
	background-color: #003047;
}
.category.Nieuws {
	background-color: #92acad;
}






#care_menu, .dagmenu {
	position: absolute;
    top: 0;
    left: 0;
    width: 400vw;
    height: 75vh;
    padding-top: 10vh;
    overflow-x: scroll; 
    overflow-y: hidden;
}
#care_menu li {
	position: relative;
	list-style: none;
	float: left;
	width: 50vw;
	height: 60vh;
	margin: 0 0 10vw 5vw;
	padding: 0;
	background: #edf5db;
	border-radius: 1vw;
	box-shadow: 0 0 1vw -0.5vw black;

	opacity: 0;
	animation: fadeIn 1s ease-out 0.5s 1 forwards;
}
#care_menu li:nth-child(2) {
	animation-delay: 0.75s;
}
#care_menu li:nth-child(3) {
	animation-delay: 1s;
}
#care_menu li:nth-child(4) {
	animation-delay: 1.25s;
}
#care_menu li:nth-child(5) {
	animation-delay: 1.5s;
}	
#care_menu li .foto {
	position: absolute;
	top: 0;
	left: 0;
	width: 22vw;
	height: 60vh;
	background-size: cover;
	background-position: center center;
	border-radius: 1vw 0 0 1vw;
}
#care_menu li .foto h1 {
	font-size: 3vw;
	margin: 2vw;
    font-family: neulis_bold;
	text-transform: capitalize;
    color: #003047;
}

#care_menu li .tekst {
	font-size: 2vw;
	position: absolute;
    top: 1vw;
    left: 25vw;
	width: 23vw;
	height: auto;
}
#care_menu li .tekst h1 {
	font-size: 2vw;
    margin: 1vw 0;
    font-family: neulis_bold;
	text-transform: capitalize;
    color: #003047;
}
#care_menu li .tekst h2 {
	font-size: 1.3vw;
	font-family: neulis_bold;
    margin: 1vw 0 0.5vw;
    color: #003047;
}
#care_menu li .tekst p {
	font-size: 1.3vw;
    margin: 0 0 1.5vw 0;
    color: #003047;
}

#care_menu.full {
	width: 66.7vw;
	padding: 3.5vh 0;
	transform: scale(1.5);
	transform-origin: left top;
	background: #92acad;
}
#care_menu.full li {
	margin: 0 0 0 8vw;
}

@media screen and (orientation:landscape) and (min-width: 1000px),  (max-width: 430px) {
	#care_menu.full {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		padding-top: 0;
		overflow-x: hidden; 
	}
	#care_menu.full li {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}
	#care_menu.full {
		width: 100vw;
		padding: 0;
		transform: none;
		background: #92acad;
	}
	#care_menu.full li {
		margin: 0;
	}
	#care_menu.full li .foto {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-size: cover;
		background-position: center center;
		border-radius: 0;
	}
	
	#care_menu.full li .tekst {
		position: absolute;
		top: auto;
		left: auto;
		bottom: 8vh;
		right: 8vh;
		width: 40vw;
		height: auto;
		padding: 2% 5%;
		background: #92acad;
		border-radius: 1.5vw;
	}
	#care_menu.full li .tekst h1 {
		font-size: 3vw;
	    margin: 2vw 0;
		font-family: neulis_bold;
		text-transform: capitalize;
	    color: #edf5db;
	}
	#care_menu.full li .tekst h2 {
		font-size: 2.2vw;
		font-family: neulis_bold;
	    margin: 2vw 0 1vw;
	    color: #003047;
	}
	#care_menu.full li .tekst p {
		font-size: 1.8vw;
	    margin: 0 0 2vw 0;
	    color: #edf5db;
	}
}	





.category .agenda {
	position: absolute;
    top: 0;
    left: 0;
    width: 157vw;
    height: 75vh;
    padding-top: 5vh;
    overflow-x: scroll; 
    overflow-y: hidden;
}
.category .agenda .parent-dag-0,
.category .agenda .parent-dag-1,
.category .agenda .parent-dag-2,
.category .agenda .parent-dag-3,
.category .agenda .parent-dag-4,
.category .agenda .parent-dag-5,
.category .agenda .parent-dag-6 {
	position: relative;
	float: left;
	width: 18vw;
	height: 70vh;
	margin: 0 0 0 2vw;
	padding: 1% 0 0 2vw;
	overflow: auto;
	border-radius: 0;
	font-family: neulis_bold, sans-serif;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #b8d9d9;
}
.category .agenda .parent-dag-0 li,
.category .agenda .parent-dag-1 li,
.category .agenda .parent-dag-2 li,
.category .agenda .parent-dag-3 li,
.category .agenda .parent-dag-4 li,
.category .agenda .parent-dag-5 li,
.category .agenda .parent-dag-6 li {
	list-style: none;
	position: relative;
	float: left;
	width: 90%;
	min-height: 5vw;
	padding: 2vw 5% 2vw;
	margin: 2vw 0 0;
	font-size: 1.5vw;
	color: #003047;
	box-shadow: 0 0 0.5vw -0.25vw #000;
	border-radius: 0.5vw;
}
.category .agenda div:nth-of-type(1n) #box {
	background-color: #feb103;
	color: #003047;
}
.category .agenda div:nth-of-type(1n) #box p {
	color: #003047;
}
.category .agenda div:nth-of-type(2n) #box {
	background-color: #003047;
	color: #edf5db;
}
.category .agenda div:nth-of-type(2n) #box p {
	color: #edf5db;
}
.category .agenda li span {
	font-size: smaller;
}
.category .agenda li:hover {
	cursor: pointer;
}
.category .agenda li .foto {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	border-radius: 0.5vw 0 0 0.5vw;
}
.category .agenda li h1 {
    text-align: left;
    /* margin: 1vw 1vw 1vw 9vw; */
    font-size: 1vw;
    position: absolute;
    top: 1vw;
    left: 10vw;
    width: 7vw;
}
.category .agenda li p {
	font-size: 1vw;
	/* margin: 0 0 0 9vw; */
	text-align: right;
	width: 14vw;
	position: absolute;
	/* display: block; */
	bottom: 0.5vw;
	right: 0.5vw;
}
















.category .news {
	float: left;
	padding: 0 0 5vh;
}
.category .news li {
    list-style: none;
    position: relative;
    float: left;
    width: 25vw;
    height: 50vh;
    margin: 0 2.1vw 4vw;
    padding: 5vh 2vw;
    background: #edf5db;
    border-radius: 1vw;
    box-shadow: 0 0 1vw -0.5vw black;
    overflow: hidden;

	opacity: 0;
	animation: fadeIn 1s ease-out 0.5s 1 forwards;
}
.category .news li:nth-child(2) {
	animation-delay: 0.75s;
}
.category .news li:nth-child(3) {
	animation-delay: 1s;
}
.category .news li:nth-child(4) {
	animation-delay: 1.25s;
}
.category .news li:nth-child(5) {
	animation-delay: 1.5s;
}
.category .news li:nth-child(6) {
	animation-delay: 1.75s;
}

.category .news li h1 {
	font-size: 2vw;
	font-family: neulis_bold;
}
.category .news #box .tekst {
	position: relative;
	height: 30vh;
	margin: 3vh 0;
	overflow: hidden;
}
.category .news #box .tekst p {
	font-size: 1.5vw;
}
.category .news .popup .tekst li {
	width: 100% !important;
    height: auto !important;
	margin: 0 1vw 1vw;
    padding: 0 !important;
    box-shadow: none !important;
	list-style: circle;
}

.category .news #box .tekst::after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5vh;
	width: 100%;
	background: linear-gradient(0deg, rgba(237,245,219,1) 0%, rgba(237,245,219,1) 10%, rgba(237,245,219,0) 100%);
	content: '';
}





.category .fotoscroller {
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.category .fotocontainer {
	position: relative;
    width: 100vw !important;
    height: auto;
    display: table;
	padding: 0 0 10vh 0;
}



.category .slideshow li.album {
	list-style: none;
	position: relative;
	float: left;
	display: inline-block;
	width: 25vw;
	height: 25vw;
	font-size: 1.5vw;
	color: #003047;
	margin: 6vw 0 0 6vw;
	border-radius: 1vw;
	box-shadow: 0 0 1vw -0.5vw black;

	opacity: 0;
	animation: fadeIn 1s ease-out 0.25s 1 forwards;
}
.category .slideshow li:nth-child(2) {
	animation-delay: 0.75s;
}
.category .slideshow li:nth-child(3) {
	animation-delay: 1s;
}	
.category .slideshow li:nth-child(4) {
	animation-delay: 1.25s;
}
.category .slideshow li:nth-child(5) {
	animation-delay: 1.5s;
}
.category .slideshow li:nth-child(6) {
	animation-delay: 1.75s;
}
.category .slideshow #box:nth-of-type(1n) {
	background-color: #feb103;
	color: #003047;
}
.category .slideshow #box:nth-of-type(2n) {
	background: #92acad;
	color: #003047;
}
.category .slideshow #box:nth-of-type(3n) {
	color: #003047;
	background-color: #edf5db;
}

.category .slideshow li:hover {
	cursor: pointer;
}
.category .slideshow li .foto {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	border-radius: 1vw 1vw 0 0;
}
.category .slideshow li h1 {
    text-align: left;
    font-size: 1.5vw;
	font-family: neulis_bold;
	line-height: 100%;
    position: absolute;
    top: 19vw;
    left: 2vw;
    width: 11vw;
}