<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.silk-object.carousel .owl-stage
	{
		height: 80vh;
		min-height: 560px;
	}

@media(min-width: 768px) {


}

body.template-vervolg .silk-object.carousel .owl-stage
	{
		height: 20vh;
		min-height: 260px;
	}


.owl-carousel .owl-item
	{
		max-height: inherit;
	}

.owl-carousel .owl-item *
	{
		height: 100%;
	}

.owl-carousel .owl-item .silk-listItem.posting-id,
.owl-carousel .owl-item .silk-listItem.posting-categories
	{
		display: none;
	}

.owl-carousel .owl-item .silk-object.content
	{
		height: auto;
	}

body:not([data-simply-edit]) .silk-object.carousel .owl-controls
	{
	}

.silk-object.carousel .owl-controls .owl-nav .owl-prev, 
.silk-object.carousel .owl-controls .owl-nav .owl-next
	{
		position: absolute;
		top: 50%;
		margin-top: -5vh;
		transition: transform 0.5s ease;
	}

.silk-object.carousel .owl-controls .owl-nav .owl-prev 
	{
		left: 20px;
	}

.silk-object.carousel .owl-controls .owl-nav .owl-next
	{
		right: 20px;
	}

.owl-theme .owl-controls .owl-nav [class*="owl-"] 
	{
		font-size: 14px;
		margin: 5px;
		margin-top: 5px;
		padding: 4px 7px;
		background: transparent;
		display: inline-block;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

.owl-theme .owl-controls .owl-nav [class*="owl-"]::before 
	{
		content: "";
		font-family: FontAwesome;
		display: inline-block;
		width: 3vw;
		height: 10vh;
		background-image: url( "/graphics/arrow.svg" );
		background-repeat: no-repeat;
		background-position: center;
	}

.owl-theme .owl-controls .owl-nav [class*="owl-next"]::before 
	{
		transform: scaleX(-1);
	}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover
	{
		background-color: transparent;
	}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover
	{
		transform: scale(1.2);
	}

.silk-object.carousel .silk-object.slide &gt; .silk-list
	{
		flex-direction: column;
		flex-wrap: nowrap;
		height: 100%;
	}

.silk-object.carousel .silk-object.slide .silk-elm.image
	{
		position: relative;
	}

.silk-object.carousel .silk-object.slide .silk-elm.image &gt; img
	{
		width: auto;
		width: 100%;
		max-width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: "object-fit: cover;";
	}


.silk-object.carousel .silk-object.slide &gt; .silk-list &gt; .silk-listItem.content
	{
		position: absolute;
		color: #ffffff;
		display: flex;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 50;
	}

.silk-object.carousel .silk-object.slide &gt; .silk-list &gt; .silk-listItem.content .silk-elm.tag-more
	{
		bottom: initial;
		right: initial;
		left: 15px;
	}

.silk-object.carousel .silk-object.slide .silk-object.content
	{
		margin: auto;
		max-width: 50%;
		width: 50%;
	}

.silk-object.carousel.slideshow .silk-object.slide .silk-object.content &gt; .silk-list
	{
		height: 100%;
		justify-content: center;
		flex-direction: column;
	}

.silk-object.carousel.slideshow .silk-object.slide .silk-object.content .silk-elm.text.title
	{
		font-size: 35px;
		line-height: 50px;
		font-weight: 500;
		color: #535353;
		margin: 0px;
		text-transform: uppercase;
	}


.silk-object.carousel.slideshow .silk-object.slide .silk-object.content .silk-elm.text.sub-title
	{
		font-size: 52px;
		line-height: 54px;
		color: #91bd1f;
		text-transform: uppercase;
		border-bottom: solid 5px;
		display: inline-block;
		font-weight: 700;
	}

@media( max-width: 860px ) {
	.silk-object.carousel.slideshow .silk-object.slide .silk-object.content .silk-elm.text.title
		{
			font-size: 36px;
			line-height: 36px;
		}

	body.template-home .silk-object.carousel.slideshow .silk-object.slide .silk-object.content .silk-elm.text.title
		{
			margin-top: 80px;
		}

	.silk-object.carousel.slideshow .silk-object.slide .silk-object.content .silk-elm.text.sub-title
		{
			font-size: 18px;
			line-height: 18px;
			margin-top: 14px;
		}

	.silk-object.carousel.slideshow .silk-object.slide .silk-object.content .silk-elm.link.button
		{
			position: relative;
			z-index: 150;
		}
}

@media( max-width: 768px ) {

	.silk-object.carousel .owl-stage
		{
			min-height: 255px;
			max-height: 255px;
			height: 15vh;
		}

	.silk-object.carousel .silk-object.slide .silk-object.content
	{
		margin: auto;
		max-width: 50%;
		width: 100%;
	}

	.silk-object.carousel .owl-controls .owl-nav .owl-prev, 
	.silk-object.carousel .owl-controls .owl-nav .owl-next
		{
			margin-top: 0px;
		}

	.silk-object.carousel .owl-controls .owl-nav .owl-prev 
		{
			left: 0px;
		}

	.silk-object.carousel .owl-controls .owl-nav .owl-next
		{
			right: 0px;
		}

	.silk-object.carousel.slideshow .silk-object.slide .silk-object.content .silk-elm.text.sub-title
		{
			letter-spacing: 0;
			padding-left: 0;
			font-size: 35px;
			line-height: 39px;
		}

}


@media( max-width: 520px ) {

	.silk-object.carousel .silk-object.slide .silk-object.content
		{
			margin: auto;
			max-width: 80%;
		}

}</pre></body></html>