/*!
Theme Name: DonkTest
Theme URI: http://underscores.me/
Author: JoostSchermers & Koen Bogaard
Author URI: http://underscores.me/
Description: test for styling the template
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: funfun
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DonkTest is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Variables
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Variables
--------------------------------------------- */

/*! Bases on Donk design template */
:root {
--main-background-color: #fff;
--sec-background-color: #fff200;
--main-font-color: #222;
--dim-font-color: #999;
--darken-main-font-by-25: oklch(from var(--main-font-color) calc(l - 25) c h);
--darken-main-font-by-50: oklch(from var(--main-font-color) calc(l - 50) c h);
--darken-main-font-by-75: oklch(from var(--main-font-color) calc(l - 75) c h);
--lighten-main-font-by-75: oklch(from var(--main-font-color) calc(l + 75) c h);
--lighten-main-font-by-50: oklch(from var(--main-font-color) calc(l + 50) c h);
--lighten-main-font-by-25: oklch(from var(--main-font-color) calc(l + 25) c h);
--gutter-small: 8px;
--gutter-medium: 16px;
--gutter-large: 32px;
--ankeiler-color: rgba(34, 34, 34, 0.5);
--light-background-color: #f5f5f5;
--font-weight-regular: 400;
--font-weight-bold: 900;
--shadow:0 4px 12px rgba(0,0,0,0.08);
--shadow-hover: 0 10px 25px rgba(0,0,0,0.15);
--border-radius: 12px;
}



/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.wpcf7-list-item{
	display: block;
	margin: 0 0 4px 0;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--main-font-color);
	font-family: 'Hanken Grotesk', sans-serif;
	font-weight: var(--font-weight-regular);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: var(--font-weight-bold);
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em var(--gutter-small);
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* img width override because width and height are inline in image */
.team-page-img img,
.news-head img,
.news img,
.donk-post img {
	width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--main-font-color);
}

a:visited {
	color: var(--main-font-color);
}

a:hover,
a:focus,
a:active {
	color: var(--main-font-color);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation .sub-menu {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

/* .main-navigation ul li:hover > ul, */
.main-navigation li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation .sub-menu a {
	width: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}

.menu-toggle svg {
	fill: var(--main-background-color);
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.main-navigation-menu-text {
		display: inline-block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Typography
--------------------------------------------- */

article h1, 
section h1 {
	font-size: 2rem;
	line-height: 1.2;
}

article h2, 
section h2 {
	font-size: 1.75rem;
	line-height: 1.2;
}

article h3, 
section h3 {
	font-size: 1.5rem;
	line-height: 1.2;
}

article h4, 
section h4 {
	font-size: 1.25rem;
	line-height: 1.2;
}

article h5, 
section h5 {
	font-size: 1rem;
	line-height: 1.2;
}

.link-small {
	font-size: 0.875rem; /* 14px */
}

.description {
	font-size: 0.875rem; /* 14px */
}

.small-bold {
	font-size: 0.75rem; /* 12px */
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
@media screen and (max-width:600px){
	article h1,
	section h1{
		font-size: 1.5rem;
	}
}

/* Header
--------------------------------------------- */

.logo {
	height: 6.5rem;
	padding: 5px 0
}

.donk-adres {
	position: absolute;
	font-style: unset;
	font-size: 12px;
	margin-block-start: .5rem;
	left: calc(6.5rem + var(--gutter-medium));
}

.site-header {	
	background: linear-gradient(var(--main-background-color) 30%, 30%, var(--sec-background-color) );
}

.header-container {
	display: flex;
	place-items: end;
	justify-content: space-between;
	padding-inline-start: 1rem;
	padding-inline-end: 1rem;
}

.header-footer-row {
	background: var(--main-font-color);
}

.header-footer-row article {
	position: relative;
	margin-block-end: 0;
}

.header-footer-row article header {
	position: absolute;
	bottom: var(--gutter-small);
	left:  var(--gutter-small);
	right:  var(--gutter-small);
	background: rgba(34,34,34,0.3);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	width: calc(100% - var(--gutter-medium));
	padding-block: 0 var(--gutter-medium);
	padding-inline: var(--gutter-medium);
	border-radius: 4px;	
	margin-bottom: var(--gutter-small);
}

.header-footer-row article img {
	aspect-ratio: 1 / 1;	
	object-fit: cover;
}

.header-footer-row .cat-links a{
	color: var(--sec-background-color);
}
.header-footer-row .news-seperator,
.header-footer-row .posted-on a{
	color: var(--dim-font-color);
}

.content-row article img {
	aspect-ratio: 1.5 / 1;	
	object-fit: cover;
}

.content-row .entry-header {
	/* position: absolute; */
	/* height: 0; */
	display: flex;
	flex-direction: column;
}

.content-row .entry-header h1 {
	margin-block-start: 0;
}

.content-row .entry-header .posted-on {
	order: 1;
	font-size: 1rem;
}

.content-row .entry-header .posted-on a:any-link {
	color: var(--ankeiler-color);
	text-decoration: none;
}

.content-row .news-seperator {
	display: none;
}

.content-row .post-wrapper {
	position: relative;
	background:var(--main-background-color);
	box-shadow: var(--shadow);
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.content-row .post-wrapper:hover{
	transform: translateY(-8px);
	box-shadow: var(--shadow-hover);
}

.post-wrapper .entry-header{
	padding: var(--gutter-medium);
}

.content-row .cat-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--gutter-small);
	/*margin-inline-start: var(--gutter-small);*/
	position: absolute;
	top: 10px;
}

.content-row .cat-links > a {
	position: relative;
	z-index: 99;
	padding: 3px var(--gutter-small);
}

.content-row .cat-links > a::after {
	position: absolute;
	content: '';
	border-radius: 10px;	
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	background: rgba(34, 34, 34, 0.8);
	z-index: -1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	
}


.header-footer-row .entry-title a:any-link {
	color: var(--main-background-color);
	text-decoration: none;
}

.news-head, .soccer-stats-head { 
	padding-block: var(--gutter-medium);
}

.news-head .post-thumbnail {
	display: flex;	
}

.news-head .cat-links a,
.news-head .cat-links a:visited,
.news-head .cat-links a:hover,
.news .cat-links a,
.news .cat-links a:visited,
.news .cat-links a:hover  {
	color: var(--sec-background-color);
}

.news-head .cat-links a,
.news-head .cat-links a:visited,
.news .cat-links a,
.news .cat-links a:visited {
	text-decoration: none;
}

.news-head .cat-links a:hover, 
.news .cat-links a:hover {
	text-decoration: underline;
}

.news-head .posted-on a,
.news-head .posted-on a:visited,
.news-head .posted-on a:hover {
	color: var(--dim-font-color);
}

.news-head .posted-on a,
.news-head .posted-on a:visited {
	text-decoration: none;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.news-head .posted-on a:hover {
	text-decoration: underline;
}

.news-head article h1 {
	margin-bottom: 5px;
	font-size: 1.25rem;
}

.news-head div[class^="item"] {
	margin-block-end: var(--gutter-medium);
}

.pagination {
    grid-column: 1 / -1;
    margin-top: 2rem;
}

.pagination button{
	margin-right: var(--gutter-medium);
}

.cat-links {
	color: var(--sec-background-color);
	font-size: 0.8rem;
	text-transform: uppercase;
}

.cat-links, .posted-on {
	text-wrap: nowrap;
}

.content-row {
	background: var(--main-background-color);
	margin-block: var(--gutter-medium);
}

.content-row div[class^='item'] {
	position: relative;
}

.content-row .entry-title a:any-link {
	color: var(--main-font-color);
	text-decoration: none;
}

.content-width {
	max-width: 77.5rem;
	position: relative;
	margin-inline: auto;
	padding-inline: 16px;
}

.nav-menu {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: var(--main-background-color);
	display: flex;
	z-index: 99;
}

.menu-item {
	position: relative;
}

.menu-item a {
	display: inline-block;
	padding-inline: 1rem 1rem;
	padding-block: 1rem;
	text-transform: uppercase;	
	font-weight: 600;
}

.menu-item:hover,
.menu-item:focus,
.menu-item:active {
	background: #fff;
}

.menu-item:not(:last-child) {
	border-bottom: 1px solid #222;
}

.menu-item:has(:focus) {
	background: var(--main-background-color);
}

.menu-item:has(.sub-menu)::after {
	content: "";
	position: absolute;
	z-index: 99;
	right: 20px;
	top: 1.4rem;
	border-left: .3rem solid transparent;
	border-right: .3rem solid transparent;
	border-top: 0.3rem solid var(--main-font-color);
}

.menu-item.focus::after {
	border: 0;
	border-left: .3rem solid transparent;
	border-right: .3rem solid transparent;
	border-bottom: 0.3rem solid var(--main-font-color);
	transition: .1s all;
}

/* .nav-menu .sub-menu {
	display: none;
} */



ul.focus .sub-menu {
	border-top: 1px solid var(--main-font-color);
	display: block;
}

.nav-menu {
	box-shadow: 2px 4px 4px rgba(2,2,2, .2);
}

.menu-item > a, .menu-item > a:hover, .menu-item > a:visited {
	color: var(--main-font-color)
}

.menu-toggle {
	background-color: var(--main-font-color);
	border-color: var(--darken-main-font-by-75);
	color: var(--main-background-color);
	margin-bottom: var(--gutter-medium);
}

.toggled .menu-toggle {
	background-color: var(--lighten-main-font-by-50);	
}

.toggled .menu-toggle svg {
	fill: var(--main-font-color);
}

.sub-menu {
	background: var(--main-background-color);
	width: 100%;
}

.soccer-stats-head .item4 {
	margin-block-end: var(--gutter-medium);
}

.soccer-stats-head .item5 {
	margin-block-end: var(--gutter-medium);
}

/* Teams overview 2.0 
--------------------------------------------- */

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gutter-small);
    margin-bottom: var(--gutter-large);
}

.team-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.team-card-image {
    overflow: hidden;
}

.team-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.team-card-title {
    padding: 16px;
    font-size: 1.2rem;
    font-weight: var(--font-weight-bold);
}

.team-card:hover .team-card-image img {
    transform: scale(1.05);
}

/*====== LEDEN BLOK ==============*/

.ereleden-blok {
    margin:0;
}

.ereleden-titel {
    margin-bottom: var(--gutter-large);
}

.ereleden-categorie {
    margin-bottom: var(--gutter-large);
}

.categorie-titel {
    margin-bottom: var(--gutter-large);
}


/* 1 kolom */
.leden-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gutter-large);
}


/* Lid kaart */
.lid-card {
    text-align: center;
}


/* Afbeelding wrapper */
.lid-afbeelding {
    margin-bottom: var(--gutter-small);
}

.lid-afbeelding img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

.teaser-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gutter-medium);
    padding: var(--gutter-large) 0;
}

.leden-grid {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: var(--gutter-medium);
	}


/*======= BESTUUR & COMMISSIES ================*/

..bestuur-contactpersonen {
    width: 100%;
}

.contactpersoon-row {
    display: grid;

    grid-template-columns:
        1.2fr   /* functie */
        100px   /* foto */
        1fr     /* naam */
        1.4fr   /* e-mail */
        1fr;    /* telefoon */

    gap: var(--gutter-small);
    align-items: center;
    padding: var(--gutter-small) 0;
	border-bottom: 1px solid #e5e5e5;
}

.contactpersoon-headings {
    font-weight: 700;
    border-bottom: 2px solid #ccc;
    padding-bottom: var(--gutter-medium);
}

.contactpersoon-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.contactpersoon-functie {
    font-weight: 700;
}

/*======= AGENDA ================*/

.agenda-item {
    display: flex;
    gap: var(--gutter-medium);
    align-items: flex-start;
    padding: var(--gutter-medium) 0;
    border-bottom: 1px solid #e5e5e5;
    /*flex-direction: column;*/
}

.agenda-kalender {
    flex: 0 0 60px;
    width: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #222;
    background: var(--main-background-color);
    text-align: center;
}

.agenda-maand {
    display: block;
    padding: 0.3rem 0;
    background: var(--main-font-color);
    color: var(--sec-background-color);
    font-size: .7rem;
    letter-spacing: 1px;
}

.agenda-dag {
    display: block;
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    padding: .5rem 0 .1rem;
}

.agenda-jaar {
    display: block;
    padding-bottom: .75rem;
    font-size: .8rem;
    font-weight: var(--font-weight-bold);
}

.agenda-content {
    flex: 1 1 auto;
    min-width: 0;
}

.agenda-datum-tekst {
    margin: 4px 0;
    font-size: .9rem;
    color: var(--ankeiler-color);
}

.agenda-content h4 {
    margin: 0 0 var(--gutter-small);
}

.agenda-omschrijving p:last-child {
    margin-bottom: 0;
}

/*================= FORMULIER ===================*/

.cf7-step { display:none; }
.cf7-step.active { display:block; }

/*==========================================*/


@media screen and (min-width: 37.5em) {	
	.menu-item a {
		padding-block: 0
	}

	.news-head > div:first-of-type h1 {
		font-size: 2rem;
	}
	
	.donk-adres {
		left: calc(6.1rem + var(--gutter-medium));
	}
	.sub-menu {
		width: unset;
	}
	.focus .sub-menu {
		border-top: unset;
		padding-inline-start: unset;		
	}

	.nav-menu li li:hover .sub-menu {
		display: block;
	}

	.main-navigation ul ul a {
		white-space: no-wrap;
		display: block;
		min-width: 200px
	}
	.menu-item:has(.sub-menu)::after {
		right: 2px;
		top: 1.2rem;
	}

	.menu-item:hover:has(.sub-menu)::after {
		border: 0;
		border-left: .3rem solid transparent;
		border-right: .3rem solid transparent;
		border-bottom: 0.3rem solid var(--main-font-color);
		transition: .1s all;
	}

	.header-container {
		justify-content: unset;
	}

	.menu-item {
		padding-block: .6rem;
	}

	.menu-item:not(:last-child) {
		border: unset;
	}

	.nav-menu {
		position: unset;
		background-color: var(--sec-background-color);
		box-shadow: unset;
	}

	.site-header {
		justify-content: flex-start;
	}

	.donk-site-branding {
		display: flex;	
		align-items: end;
	}
	
	/* Custom Donk Navigation */
	.donk-main-navigation {
		margin-block-end: 1rem;		
	}

	.nav-menu .donk-nav-lid-worden {
		background-color: var(--darken-main-font-by-75);
		border-radius: 40px;
		position: absolute;
		right: 1rem;

	}
	.donk-nav-lid-worden > a, .donk-nav-lid-worden a:visited, .donk-nav-lid-worden a:hover {
		color: var(--main-background-color);
		font-weight: 700;
		font-size:0.9rem;
	}

	#primary-menu > li:not(:first-child) {
		margin-left: var(--gutter-small);
	}

	.news-head div[class^="item"] {
		margin-block-end: initial;
	}
	.teaser-grid {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: var(--gutter-medium);
	}
	.leden-grid {
	    display: grid;
	    grid-template-columns: repeat(4, 1fr);
	    gap: var(--gutter-medium);
	}
	.lid-afbeelding img {
	    width: 150px;
	    height: 150px;
	    object-fit: cover;
	    display: block;
	    margin: 0 auto;
	    border-radius: 12px;
	}
	.agenda-kalender {
	    flex: 0 0 90px;
	    width: 90px;

	    position: relative;
	    overflow: hidden;

	    border-radius: 10px;
	    border: 1px solid #dcdcdc;
	    background: #fff;

	    /*box-shadow: 0 3px 12px rgba(0,0,0,.08);*/

	    text-align: center;
	}

}

@media screen and (min-width: 42em) {
	.news-head {
		grid-column: 1 / 2;
		display: grid;
		grid: subgrid / subgrid;
		grid-template-rows: repeat(2, minmax(0, 1fr));
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--gutter-medium);
	}

	.content-row.grid {
		display: grid;
		grid-template-columns: 3fr 1fr;
		gap: var(--gutter-medium);
	}

	.leden-grid {
	    display: grid;
	    grid-template-columns: repeat(5, 1fr);
	    gap: var(--gutter-large);
	}
	

}

@media screen and  (min-width: 55em) {
	.news-head > div:not(:first-of-type) h1,
	.news > div h1 {
		font-size: 1.2rem !important;
		line-height: 1.4;
	}

	.grid {
		display: grid;
		grid-template-columns: 3fr 1fr;
		gap: var(--gutter-medium);
	}
	
	.news-head, .news {
		grid-column: 1 / 2;
		display: grid;
		grid: subgrid / subgrid;
		grid-template-rows: repeat(2, minmax(0, 1fr));
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--gutter-medium);
	}
	.team-news-grid{
		grid-column: 1 / 2;
		display: grid;
		grid: subgrid / subgrid;
		grid-template-rows: repeat(2, minmax(0, 1fr));
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: var(--gutter-medium);
	}

	.content-row .team-news-grid .entry-header,
	.content-row .news .entry-header {
		height: auto;
		position: static;
	}

	.content-row .team-news-grid .post-wrapper,
	.content-row .news .post-wrapper {
		position: relative;

	}

	.content-row .team-news-grid .cat-links,
	.content-row .news .cat-links {
		position: absolute;
		top: var(--gutter-small);
		bottom: initial;		
	}
	
	.news-head .item1 {
		grid-column: 1 / 3 ;
		grid-row: 1 / 3;
	}
	
	.news-head .item2 {
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}
	
	.news-head .item3 {
		grid-column: 3 / 4;
		grid-row: 2 / 3;
	}
	
	.soccer-stats {
		grid-column: 2 / 3;	
	}

	.content-row .cat-links > a {
		font-size: .625rem;
	}

	.content-row .cat-links {
		bottom: 2ch;
		top: initial
	}

	.content-row .entry-header {
		position: absolute;
		height: 0;
	}

	.teaser-grid {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: var(--gutter-medium);
	}

	.leden-grid {
	    display: grid;
	    grid-template-columns: repeat(7, 1fr);
	    gap: var(--gutter-large);
	}

}

@media screen and  (min-width:60em) {
	.content-row .cat-links > a {
		font-size: 0.8rem;
	}
}

footer .header-footer-row {
	padding-block: var(--gutter-medium);
}

footer > * {
	color: var(--main-background-color); 
}

.top-sponsored .grid {
	display: grid;	
	gap: var(--gutter-small);
}

.sponsors .grid {
	display: grid;	
	gap: var(--gutter-small);
}

.team-single-page.grid {
	display: grid;
	gap: var(--gutter-medium);
}

@media screen and  (min-width:32em) {
	.top-sponsored .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.sponsors .grid {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	.team-single-page.grid {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

.entry-content p {
	max-width: 72ch;
}

.entry-content blockquote {
	font-weight: 600;
}


/* POST, single donk-post */
.donk-bg{
	background: linear-gradient(180deg, #FFF200 0%, #FFFFFF 82.5%);
}

.donk-post .post-thumbnail {
	display: flex;
	padding-block: var(--gutter-medium);
}

.donk-post article,
.donk-post .entry-content {
	max-width: 48rem;
	margin-inline: var(--gutter-medium);
}

.header-footer-row .donk-post article,
.donk-post .entry-content  {
	position: relative;

}

.header-footer-row .donk-post article img {
	aspect-ratio: 1 / 1;	
	object-fit: cover;
	margin-top: var(--gutter-large);
}

.header-footer-row .donk-post article header {
	bottom: var(--gutter-small);
}


.sportlink-team {
	display: block;
	padding: var(--gutter-small);
}

.team-stats {
	background: var(--light-background-color);
	padding: var(--gutter-small);
}

.content-team-grid {
	margin-block: var(--gutter-medium);
}

.content-team-grid__item {
	display: block;
}

.team-wedstrijden {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: var(--gutter-medium)
}

sportlind-wedstrijd {
	--sportlink-wedstrijd-wedstrijd-team-logo-width: 5%;
}

.team-wedstrijden sportlink-wedstrijd {
	display: block;
	width: 100%;
	--sportlink-wedstrijd-block-start: var(--gutter-medium);
	--sportlink-wedstrijd-block-end: var(--gutter-medium);

}

.wedstrijden-allgames sportlink-wedstrijd {
	--sportlink-wedstrijd-block-start: var(--gutter-medium);
	--sportlink-wedstrijd-block-end: var(--gutter-medium);
}

.donk-post .entry-header h1 {
	margin-bottom: 5px;
	color: #fff;
}

@media screen and (min-width:48em) {
	.header-footer-row .donk-post article,
	.donk-post .entry-content {
		margin: 0 auto
	}

	.header-footer-row .donk-post article header {
		width: calc(100% - var(--gutter-large));
		left: var(--gutter-medium);
		right: var(--gutter-medium);
		bottom: var(--gutter-medium);
	}

	.header-footer-row .donk-post article img {
		aspect-ratio: 1.5 / 1;	
	}

	.content-team-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: var(--gutter-medium);
		margin-block: var(--gutter-large);
	
	}

	.content-team-grid__item:nth-child(1) {
		grid-column: 1 / 3;
	}
	.content-team-grid__item:nth-child(2) {
		grid-column: 3 / 3;
	}

	.team-wedstrijden {
		flex-direction: row;

	}

}
/*Page content-medium*/
.content-medium article,
.content-medium .entry-content{
	max-width: 48rem;
	margin-inline: var(--gutter-medium);
	margin: 0 auto;
}
/* Custom Teams Navigation */

#menu-teams{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gutter-medium);
	padding: var(--gutter-medium);	
}

.menu-teams-container ul.menu{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gutter-medium);
	padding: var(--gutter-medium);
}
.menu-teams-container ul{	
	list-style:none;
	margin-left: 0;
	padding-inline-start: 0;
}
.menu-teams-container .menu-item a{	
	padding-inline: 0;
}
.menu-teams-container .menu-item:has(.sub-menu)::after{
	content:none;
}
.menu-teams-container .menu-item:not(:last-child) {
	border-bottom: none;
}

.team-cat > a {
	font-size: 1.25rem;
	font-weight: 900;
	text-decoration: none;
}

@media screen and (max-width:800px){
	#menu-teams{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:600px){
	#menu-teams{
		grid-template-columns: 1fr;
	}
}


/* Teaser block
--------------------------------------------- */
.teaser-block{
	position: relative;
	display: flex;
	border-radius: 4px;
}
.teaser-block a{
	display: flex;
	width: 100%;
	background: var(--light-background-color);
	padding: var(--gutter-medium);
	align-items: center;
	gap:var(--gutter-medium);
	text-decoration: none;
}
.teaser-block a:hover{
	background: #eee;
}

.teaser-block img{
	display: flex;
	height: 48px;
	width: 48px;
}
.teaser-block .teaser-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin:0;
}
.teaser-block .teaser-title:after{
	content: '';
	height: 32px;
	width: 32px;
	background: url('assets/icons/arrow-right.svg');
	transition: all linear .2s;
}
.teaser-block a:hover .teaser-title:after{
	background: url('assets/icons/arrow-right.svg') 5px;
}
@media screen and (min-width:48em){

	.teaser-block{
		min-height: 180px;
	}
	.teaser-block a{
		flex-wrap: wrap;
		align-content: space-between;
		padding: var(--gutter-large);
	}
}