@charset "UTF-8";

/*
Theme Name: CCE By: Newz
Theme URI: https://ditisnewz.nl
Author: Newz Marketing & Media
Author URI: https://ditisnewz.nl
*/

@media screen and (min-width: 900px) 
{
section.leden .leden_slider li:nth-child(4n+1)
{
	clear: none;
}

article .entry-content > .container > ul li
{
	margin-left: 1.1em;
}

section.foto_tekst .flex .content ul,
.column ul
{
			margin-left: 1em;
}


.upcoming_event .event .content .title h2, .first_article .event .content .title h2
{
			font-size: 1.4em;
}

.upcoming_event .event .content .date .big, .first_article .event .content .date .big
{
			font-size: 2em;
}

.upcoming_event .event .content, .first_article .event .content
{
			min-height: 320px;
}

.nieuws_cards .container .article .content, .tegel .content
{
			min-height: 330px;
}

.tegels .container .article .content, .tegel .content
{
			min-height: 0px;
}

.normal-eye .content h2
{
			font-size: 1.4em;
}

@media screen and (max-width: 600px) {
.upcoming_event .event .content .title h2,
  .first_article .event .content .title h2
  {
    font-size: 1.4em;
  }
}

ul.listaanmeldingen li
{
	list-style: none;
	padding: 3px 0;
}

.upcoming_event .event .image, .first_article .event .image, .article.event .image-container {
	padding-top: 0;
	aspect-ratio: 5/3;
}

.upcoming_event .event .image img, .first_article .event .image img,
.article .image-container img, .tegel .image-container img
{
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transform: none;
}

.front-eye .content h2
{
	margin-top: 10px;
}

header nav li a
{
	padding: 5px 8px;
	font-size: 0.9em;
}

}

@media screen and (max-width: 768px) 
{
	.front-eye .content h2
	{
		font-size: 1.2em;
		margin-top: 10px;
	}
	
	.front-eye a.button
	{
		margin-top: 0;
	}
	
	.front-eye
	{
		padding: 25px 0;
	}
}


