body{
	height: 100%;
	width: 100%;
}

.wrapper{
	display: flex;
	gap: 32px;
}

.anim .anim-child{ visibility: hidden; }
.visible{ visibility: visible !important; }

.dark h2.section-head,
.dark .section-head h2{
	color: var(--vfl-color-secondary);
}
.post-content p img{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-radius: var(--vfl-border-radius);
}

.navigation.pagination .nav-links{
	display: flex;
	gap: 12px;
}

.no-image{
	object-position: center;
	height: 40%;
	width: auto;
}
.card-image,
.card-team-image,
.person-image,
.trainer-image{
	border-radius: var(--vfl-border-radius);
	background-color: var(--vfl-color-contrast);
	height: 220px;
	width: 100%;
	position: relative;
}

.btn{
	border-radius: var(--vfl-border-radius-small);
	padding: 12px 18px;
	text-transform: uppercase;
	width: fit-content;
}
.btn-contrast{
	background-color: var(--vfl-color-contrast);
	color: var(--vfl-color-secondary);
	transition: all .24s ease-in-out;
}
.btn-contrast.dark:hover{
	background-color: var(--vfl-font-color-primary);
	color: var(--vfl-color-secondary);
}
.btn-contrast.light:hover{
	color: var(--vfl-color-contrast);
	background-color: var(--vfl-color-secondary);
}
.pagination{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pagination a{
	align-items: center;
	display: flex;
	color: var(--vfl-color-contrast);
	stroke: var(--vfl-color-contrast);
}

.page-title{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: var(--vfl-font-size-mega);
}
.filter{
	font-size: var(--vfl-font-size-smaller);
}
.filter-btn{
	border-radius: var(--vfl-border-radius-small);
	background-color: var(--vfl-color-contrast);
	color: var(--vfl-color-secondary);
	padding: 8px 12px;
	transition: background-color .24s ease-in-out ;
}

.filter-btn:hover{
	background-color: var(--vfl-color-primary);
	color: var(--vfl-color-secondary);
}

.section-head.contrast,
a.contrast{
	color: var(--vfl-color-contrast);
}
.section-head{
	flex: 100%;
	text-transform: uppercase;
	color: var(--vfl-color-secondary);
	padding: 6px 0;
	border-bottom: 6px solid var(--vfl-color-contrast);
	font-weight: 500;
	max-width: 1548px;
}
.events-slider{
	margin-left: calc((100vw - var(--vfl-max-width)) / 2 - 8px);
	max-width: 2490px;
	width: calc(100% - ( ( 100vw - var(--vfl-max-width) ) / 2) );
	overflow: hidden;
}
.news-slider{
	margin-left: calc((100vw - var(--vfl-max-width)) / 2 - 8px);
	max-width: 2490px;
	width: calc(100% - ( ( 100vw - var(--vfl-max-width) ) / 2) );
	overflow: hidden;
	margin-top: -188px
}
.news-slider{
	padding-bottom: var(--vfl-padding-v);
}
#warden-numbers{
	padding-bottom: var(--vfl-padding-v);
}
#warden-numbers-content{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 250px;
	width: 100%;
}
#warden-numbers-content > div{
	align-content: center;
	gap: 24px;
	position: relative;
}
#warden-numbers-content > div:after,
#warden-numbers-content > div:before{
	background-color: rgba( 0,0,0, .1 );
}
#warden-numbers-content .numbers-number{
	font-size: 96px;
	line-height: 1;
	font-weight: bold;
}
#warden-numbers-content .numbers-label{
	font-size: 20px;
	text-transform: uppercase;
	width: fit-content;

}
#warden-numbers-content .contrast{
	color: var(--vfl-color-red);
}
.events-slider{
	padding-top: var(--vfl-padding-v);
	padding-bottom: var(--vfl-padding-v);
}
.events-slider .team-badge{
	background: var(--vfl-color-red);
    color: white;
    padding: 4px 12px;
    border-radius: var(--vfl-border-radius);
    font-size: 12px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin: 4px 0;
}
.countdown-marker{
	position: absolute;
	top: 0px;
	left: 0px;
	background: var(--vfl-color-secondary);
	color: var(--vfl-font-color-primary);
	padding: 2px 6px 2px 12px;
	border-radius: 0 0 4px 0;
	font-size: 10px;
	font-weight: bold;
	z-index: 15;
}
.upcoming-match .team-badge{
	background: #d8ad36;
}
.card.event.upcoming-match{
	background: linear-gradient(135deg, var(--vfl-color-red) 0%, #6C1313 100%);
	color: var(--vfl-text-secondary);
}
.card.event.upcoming-match :is(.event-day,.event-gegner span){
	color: #d8ad36;
}
.events-slider .splide__arrow{
	border-color: var(--vfl-color-secondary);
}
.events-slider .slide-action svg{
	stroke: var(--vfl-color-secondary);
}
.slide-action{
	width: min(100%, var(--vfl-max-width));
}
.more{
	align-items: center;
	color: var(--vfl-color-secondary);
	display: flex;
	font-size: var(--vfl-font-size-regular);
	font-weight: 500;
	height: 100px;
}
section .splide__arrows,
.card{
	min-width: 300px;
	width: 300px;
}
.card{
	border-radius: var(--vfl-border-radius);
	display: flex;
	flex-direction: column;
	height: 380px;
	overflow: hidden;
	transition: all .24s ease-in-out;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	line-height: 1;
}
.card.is_sticky{
	background-color: var(--vfl-color-contrast);
}
.card.is_sticky .card-tag{
	color: var(--vfl-color-primary);
}
.card.event{
	padding: 24px 24px;
	background: linear-gradient(135deg, #FFF 0%, #DDD 100%);
}
.event-header{
	text-transform: uppercase;
	margin-bottom: 32px;
}
.event-day{
	font-family: var(--vfl-font-family-secondary);
	color: var(--vfl-color-contrast);
}
.event-gegner{
	flex: 1;
	gap: 6px;
}
.event-gegner-logo{
	height: 80px;
	width: 80px;
}
.event-gegner-logo img{
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.event-gegner span{
	color: var(--vfl-color-contrast);
	text-align: center;
	font-weight: 500;
}
.event-info{
	gap: 6px;
	text-align: center;
}
.event-score span:not(.score){
	font-size: var(--vfl-font-size-big);
	font-weight: 600;
}
.event-score{
	gap: 6px;
}
.event-score > .score{
	border-radius: 4px;
	padding: 4px 8px;
}
.score.win{
	background-color: var(--wp--preset--color--light-green-cyan);
}
.score.lose{
	background-color: var(--wp--preset--color--pale-pink);
}
.score.draw{
	background-color: var(--wp--preset--color--luminous-vivid-amber);
}
.card-image{
	height: 182px;
	width: calc( 100% - 12px);
	margin: 6px;
}
:where(.card-image) > div{
	display: flex;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
:where(.card-image) > div > img{
	object-position: center;
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: scale .24s ease-in-out !important;
	margin: auto;
}
.card:hover .card-image > div > img{
	scale: 1.05;
}
.card-content{
	display: flex;
	flex-direction: column;
	flex: 1;
	font-weight: 500;
	padding: 10px 18px;
}
.card-tag{
	text-transform: uppercase;
	color: var(--vfl-color-contrast);
	font-size: 12px;
	display: flex;
  align-items: center;
}
.card-tag{
	padding: 0 18px 18px 18px;
}
:is(.card-tag,.card-date) svg{
	margin-right: 6px;
}
.card-date{
	align-items: center;
	display: flex;
	color: var(--vfl-color-secondary);
	opacity: .4;
	font-size: 12px;
	padding: 18px 18px 0 18px;
}
.card-tag span:not(:last-child)::after{
	content: '•';
	margin-left: .5rem;
	margin-right: .5rem;
	position: relative;
	top: -1px;
}
.card-title{
	font-family: var(--vfl-font-family-pimary);
	font-size: var(--vfl-font-size-small);
	color: var(--vfl-color-secondary);
	line-height: 20px;
}
.post-team-tag{
    position: absolute;
    display: flex;
    gap: 16px;
    bottom: -26px;
    align-items: end;
    justify-content: end;
    padding: 6px 12px;
}
.post-team-tag > .team-icon{
	border-radius: 9999px;
	outline: 6px solid var(--vfl-color-primary);
	background-color: var(--vfl-color-secondary);
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-team-tag > .team-icon > img{
	height: 28px;
	width: 28px;
}
section .splide__track{
	overflow: unset;
	overflow-x: clip;
}
section .splide__arrows{
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	padding: 0 20px;
	height: 100px;
}
section .splide__arrow{
	align-items: center;
	background-color: transparent;
	border: 2px solid var(--vfl-color-contrast);
	display: flex;
	justify-content: center;
	height: 52px;
	width: 52px;
}

section .splide__arrow svg{
	stroke: var(--vfl-color-contrast);
	height: 32px;
	width: 32px;
}
#banner-top{
	margin-bottom: var(--vfl-padding-v);
}
#acf-form :is(
	.acf-switch.-on,
	.acf-button-group label.selected
){
	border-color: var(--vfl-color-contrast);
	background: var(--vfl-color-contrast);
}
#acf-form .acf-switch.-on .acf-switch-slider{
	border-color: var(--vfl-color-contrast);
}
#acf-form .acf-true-false input[type=checkbox]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	border-radius: 3px;
	border: #7e8993 solid 1px;
	height: 30px;
	width: 30px;
	min-width: 30px;
}
#acf-form .acf-true-false input[type=checkbox]:checked{
	background-color: var(--vfl-color-contrast);
	border: var(--vfl-color-contrast) solid 1px;
	content: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20class=%22icon%20icon-tabler%20icon-tabler-check%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20stroke-width=%222%22%20stroke=%22%23FFFFFF%22%20fill=%22none%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M5%2012l5%205l10%20-10%22%20/%3E%3C/svg%3E")
}

#breadcrumbs{
	padding: 16px var(--vfl-body-padding);
	color: var(--vfl-font-color-primary-light);
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow-x: auto;
	min-height: 70px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
#breadcrumbs > span{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	height: fit-content;
}
#breadcrumbs::before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23898989' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l-2 0l9 -9l9 9l-2 0' /%3E%3Cpath d='M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7' /%3E%3Cpath d='M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6' /%3E%3C/svg%3E");
	margin-right: 4px;
}
#breadcrumbs a{
	margin: 0 6px;
}
#breadcrumbs .breadcrumb_last{
	margin-left: 6px;
}
#breadcrumbs a:hover{
	color: var(--vfl-color-contrast);
}
#search-checkbox,
#search label > svg,
#nav-checkbox,
#navigation-mobile label > svg{
	display: none;
}
#mouse-circle {
	border: 4px solid rgba(189, 189, 189, .5);
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(255, 255, 255, 0);
	height: 50px;
	margin: -32px 0px 0px -32px;
	pointer-events: none !important;
	position: absolute;
	opacity: 0;
	transition: scale .24s ease-in-out, opacity .2s ease-in-out ;
	scale: 0;
	width: 50px;
	z-index: 99;
}
#mouse-circle.show{
	scale: 1;
	opacity: 1;
}
#header{
	border-bottom: 8px solid var(--vfl-color-contrast);
	max-height: var(--vfl-header-height);
	min-height: var(--vfl-header-height);
	padding: 0 var(--vfl-body-padding);
	position: relative;
	z-index: 3;
}
#logo{
	height: auto;
	margin-right: 20px;
}
#logo,
#logo img{
	width: 70px;
}
#navigation-top{
	display: flex;
	align-items: center;
}
#navigation-top-left{
	flex: 1;
	height: calc(var(--vfl-header-height) - 8px);
	display: flex;
	align-items: center;
}
#navigation-top-right{
	height: fit-content;
}
#member{
	height: 40px;
	text-align: end;
}
:where(#navigation-primary,#member) .menu-item,
#member:hover .menu-item{
	color: var(--vfl-font-color-primary);
}
#header svg{
	stroke: var(--vfl-font-color-primary);
}
#header svg:hover{
	stroke: var(--vfl-color-contrast);
}
#nav-open svg,
#nav-open svg:nth-child(2):hover{
	stroke: var(--vfl-color-secondary);
}
#navigation-primary,
#navigation-primary .sub-menu,
#navigation-top-right{
	gap: 40px;
	flex-wrap: nowrap;
}
:where(#navigation-primary,#member) .menu-item{
	font-weight: 600;
	/* padding: 0 6px; */
}
:where(#navigation-primary,#member) .menu-item a{
	hyphens: none;
}
:where(#navigation-primary,#member,#navigation-mobile-primary) > .menu-item{
	text-transform: uppercase;
}
:where(#navigation-primary,#member,#navigation-mobile-primary) .menu-item > .sub-menu > .menu-item{
	font-weight: 300;
}
#navigation-primary > .menu-item > a{
	display: flex;
	align-items: center;
	height: 40px;
	transition: color .24s ease-in-out;
}
#navigation-primary > .menu-item > .sub-menu {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	width: 100%;
	top: calc(var(--vfl-header-height) - 8px);
	background: var(--vfl-color-contrast);
	padding: calc(var(--vfl-body-padding) * 1.5) var(--vfl-body-padding);
	color: var(--vfl-color-secondary);
	max-height: calc(100vh - (var(--vfl-header-height) - 8px));
	overflow-y: auto;
}
#navigation-primary > .menu-item > .sub-menu .sub-menu-header{
	margin-bottom: 32px;
}
#navigation-primary > .menu-item > .sub-menu .sub-menu-title{
	font-size: calc( var(--vfl-font-size-big) * 3 );
}
#navigation-primary > .menu-item > .sub-menu > ul{
	display: flex;
	column-gap: 64px;
	flex-wrap: wrap;
}
#navigation-primary > .menu-item > .sub-menu a{
	color: var(--vfl-color-secondary);
	font-weight: 400;
	font-size: 18px;
}
#navigation-primary > .menu-item > .sub-menu > ul > li > a{
	font-weight: 600;
	font-size: 20px;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-transform: uppercase;
}
#navigation-primary > .menu-item .sub-sub-menu{
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
:where(#navigation-primary,#navigation-mobile-primary) > .menu-item > .sub-menu .menu-item{
	text-transform: none;
}
#navigation-top-right a,
#navigation-top-right svg,
#navigation-primary > .menu-item a{
	transition: color .24s ease-in-out;
}
#navigation-primary > .menu-item.current-menu-item,
#navigation-top-right a:hover,
#search label:hover > svg,
#navigation-primary > .menu-item:hover > a,
#navigation-primary .sub-menu > .menu-item:hover a{
	color: var(--vfl-color-contrast);
}
#navigation-mobile-primary > li:not(.menu-item-has-children) > input,
#navigation-mobile-primary > li.menu-item-has-children .sub-menu input,
#navigation-mobile-primary .sub-menu{
	display: none;
}
#navigation-mobile-primary > li > input{
	-moz-appearance:initial;
	appearance: none;
	width: 0px;
}
#navigation-mobile-primary > li{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#navigation-mobile-primary > li > input::after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' stroke-width='2' stroke='%23FFFFFF' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 10l6 6l6 -6h-12' /%3E%3C/svg%3E");
	position: absolute;
	left: -50px;
	top: -4px;
	transition: transform .24s ease-in-out;
}
#navigation-mobile-primary > li > input::before{
	content: '';
	position: absolute;
	height: 52px;
	top: -10px;
    width: 100%;
    left: 0;
}
#navigation-mobile-primary > li > input:checked::after{
	transform: rotateX(180deg);
}
#navigation-mobile-primary > li > input:hover::after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' stroke-width='2' stroke='%23CC0000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 10l6 6l6 -6h-12' /%3E%3C/svg%3E");
}
#navigation-mobile-content{
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: -webkit-fill-available;
	transform: translateY(-100%);
	z-index: 1;
	background: var(--vfl-color-primary);
	transition: transform .24s ease-in-out;
	padding: 80px calc(var(--vfl-body-padding) * 2.5) calc(var(--vfl-body-padding) * 2.5);
	position: fixed;
	overflow: auto;
}
#navigation-mobile-primary{
	flex-direction: column;
	color: var(--vfl-color-secondary);
	font-size: var(--vfl-font-size-bigger);
}

#navigation-mobile-primary > li > input:checked ~ .sub-menu{
	display: flex;
}
#navigation-mobile-primary{
	gap: 40px;
}
#navigation-mobile-primary .sub-menu{
	width: 100%;
	margin-top: 12px;
	margin-left: 12px;
	color: var(--vfl-color-secondary);
	font-size: var(--vfl-font-size-regular);
	flex-wrap: wrap;
	column-gap: 30px;
}
#navigation-mobile-primary > li > input:hover ~ a,
#navigation-mobile-primary .sub-menu > .menu-item:hover a{
	color: var(--vfl-color-contrast);
}
#navigation-mobile-primary .contrast:hover{
	color: var(--vfl-color-secondary);
}
#navigation-mobile-primary .sub-menu a{
	line-height: 2;
}
#navigation-mobile{
	position: fixed;
	display: block;
	height: 40px;
	width: 40px;
	right: var(--vfl-body-padding);
}
#nav-checkbox:checked ~ #navigation-mobile-content{
	transform: translateY(0);
}
#nav-open{
	position: fixed;
	z-index: 2;
}
#to-top-btn,
#nav-open{
	align-items: center;
	border-radius: 9999px;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}
#nav-checkbox:checked ~ #nav-open svg:nth-child(1){
	display: block;
}
#to-top-btn,
#nav-checkbox:not(:checked) ~ #nav-open{
	background-color: var(--vfl-color-contrast);
	border: 2px solid var(--vfl-color-secondary);
}
#nav-checkbox:not(:checked) ~ #nav-open svg:nth-child(2){
	display: block;
}

#to-top-btn{
	bottom: 20px;
	position: fixed;
	z-index: 2;
	right: var(--vfl-body-padding);
}

#to-top-btn svg{
	stroke: var(--vfl-color-secondary);
}

/* SEARCH */
#search{
	margin-right: 76px;
}
#search label{
	display: flex;
	height: 40px;
	width: 40px;
}
/* #search-form{
	display: none;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 50px;
} */
#search-form{
	display: none;
	overflow: hidden;
	position: absolute;
	background-color: var(--vfl-color-secondary);
	right: 0;
	height: fit-content;
	width: 100%;
	padding: 18px 12px;
	top: var(--vfl-header-height);
}
#search-form input:focus-within {
	border-bottom: 1px solid var(--vfl-color-contrast);
}
#search-form input{
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 8px 12px;
	font-size: var(--vfl-font-size-small);
	width: min(100%, 500px);
	margin-right: 20px;
}
#search-form svg{
	stroke: var(--vfl-color-contrast);
}
#search-form button{
	background-color: transparent;
	align-items: center;
	justify-content: center;
	display: flex;
	border: 0;
	height: 50px;
	width: 120px;
	font-size: var(--vfl-font-size-small);
}
#search-form button svg,
#search-form button:hover svg{
	stroke: var(--vfl-font-color-primary);
}
#search-form button:hover svg{
	stroke: var(--vfl-color-secondary);
}
#search-form button:hover{
	background-color: var(--vfl-color-primary);
	color: var(--vfl-color-secondary);
}
#search-checkbox:not(:checked) + label > svg:nth-child(1){
	display: block;
}
#search-checkbox:checked + label > svg:nth-child(2){
	display: block;
}
#search-checkbox:checked + label #search-form{
	display: flex;
}

#hero{
	aspect-ratio: 16/10;
	max-height: 800px;
	width: 100%;
	position: relative;
	background: #222222;
	padding: 32px 0;
}
#hero ~ main{
	margin-top: 0;
}
#hero .loading,
#hero .overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#hero .overlay{
	background: radial-gradient(transparent 40%, black);
	z-index: 1;
}
#hero .loading{
	align-items: center;
	justify-content: center;
	display: flex;
}
#hero :is(.splide,.hero-image){
	margin: 0 auto;
	border-radius: 32px;
	overflow: hidden;
	max-width: 1648px;
}
#hero .splide,
#hero .splide__track{
	height: 100%;
}
.hero-image{
	height: 100%;
	position: relative;
}
#hero img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
#hero .splide__pagination{
	align-items: flex-start;
	position: absolute;
	top: var(--vfl-body-padding);
	left: var(--vfl-body-padding);
	flex-direction: column;
	gap: 20px;
	z-index: 1;
}
#hero .splide__pagination li,
#hero .splide__pagination__page{
	height: 10px;
}
#hero .splide__pagination__page{
	border: 0;
	background-color: var(--vfl-color-secondary);
	border-radius: 9999px;
	cursor: pointer;
	opacity: .7;
	transition: all .24s ease-in-out;
	width: 10px;
}
#hero .splide__pagination__page.is-active{
	background-color: var(--vfl-color-contrast);
	opacity: 1;
	width: 20px;
}
#navigation-mobile-content-footer{
	align-items: flex-end;
}
#netzwerk{
	gap: 20px;
}
#netzwerk a{ 
	border: 2px solid var(--vfl-color-secondary);
	height: 40px;
	width: 40px;
}

#netzwerk svg{
	stroke: var(--vfl-color-secondary);
}
#netzwerk a:hover{
	border-color: var(--vfl-color-contrast);
}
#netzwerk a:hover svg{ 
	stroke: var(--vfl-color-contrast);
}
.loader {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#footer{
	background-color: var(--vfl-color-contrast);
}
.footer-content{
	color: var(--vfl-color-secondary);
}
.footer-bottom{
	row-gap: 20px
}
#footer .menu-item:hover{
	text-decoration: underline;
	text-underline-offset: 3px;
}
#navigation-copyright{
	text-transform: uppercase;
	font-size: var(--vfl-font-size-smaller);
}
@media screen and (max-width: 1648px ) {
	.events-slider,
	.news-slider{
		margin-left: 0;
		padding-left: var(--vfl-body-padding);
		width: 100%;
	}
	:is(.news-slider) .section-head{
		max-width: calc(100% - var(--vfl-body-padding));
	}

	.more{
		padding-right: var(--vfl-body-padding);
	}
	#hero{
		padding: 12px;
	}
	#hero :is(.splide,.hero-image){
		border-radius: 24px;
	}
}
@media screen and (max-width: 1450px ) {
	#navigation-primary,
	#navigation-primary .sub-menu,
	#navigation-top-right{
		gap: 24px;
	}
	#search{
		margin-right: 64px;
	}
	:where(#navigation-primary,#member) .menu-item{
		font-size: var(--vfl-font-size-small);
	}
}
@media screen and (max-width: 1280px) {
	#logo,
	#logo img{
		width: 70px;
	}
	#navigation-mobile-primary{
		font-size: var(--vfl-font-size-big);
	}
	#navigation-mobile-primary > li > input::after{
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' stroke-width='2' stroke='%23FFFFFF' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 10l6 6l6 -6h-12' /%3E%3C/svg%3E");
		left: -42px;
	}
	#navigation-mobile-primary > li > input:hover::after{
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' stroke-width='2' stroke='%23CC0000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 10l6 6l6 -6h-12' /%3E%3C/svg%3E");
	}
	#navigation-mobile-primary > li > input::before{
   		height: 32px;
   		top: -4px;
	}

	#navigation-primary > .menu-item > .sub-menu > ul{
		column-gap: 32px;
	}

	#warden-numbers-content .numbers-label{
		font-size: 16px;
	}
}
@media screen and (min-width: 1024.02px) {
	#warden-numbers-content > div:not(:last-child):before{
		content: '';
		height: 150px;
		width: 2px;
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.wrapper{
		flex-direction: column
	}
	.wrapper > .w50{
		width: 100%;
	}
	#navigation-primary,
	#member{
		display: none;
	}
	#navigation-top{
		align-items: center;
	}
	#logo,
	#logo img{
		width: 45px;
	}
	#warden-numbers-content{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 250px);
	}
	#hero :is(.splide,.hero-image){
		border-radius: var(--vfl-border-radius);
	}
	
	.news-slider{
		margin-top: -100px
	}
}
@media screen and (min-width: 640.02px) and (max-width: 1024px){
	#warden-numbers-content > div:nth-child(odd):before{
		content: '';
		height: 150px;
		width: 2px;
		position: absolute;
		right: 0;
	}
	#warden-numbers-content > div:nth-child(1):after,
	#warden-numbers-content > div:nth-child(2):after{
		content: '';
		height: 2px;
		width: 70%;
		position: absolute;
		bottom: 0;
	}
}
@media screen and (min-width: 640.02px) {
	.footer-bottom,
	#copyright-navigation{
		align-items: center;
	}
	#acf-form .acf-true-false label{
		display: flex;
	}
	#acf-form .acf-true-false input[type=checkbox]{
		margin-right: 16px;
	}
}
@media screen and (max-width: 640px) {
	section:not(.news-slider,.events-slider) .card{
		height: fit-content;
		width: 100%;
	}
	.events-slider,
	.news-slider{
		flex-direction: column;
		row-gap: 12px;
		margin-top: 32px;
	}
	section .splide__arrows{
		display: none;
	}
	.slide-action{
		width: calc(100vw - 24px);
	}
	.slide-action .splide__arrows{
		display: none;
	}
	#hero .splide__pagination{
		top: unset;
		bottom: calc( var(--vfl-body-padding) * 2 );
		flex-direction: row;
		gap: 10px;
	}
	.more{
		justify-content: flex-end;
		height: 60px;
		width: 100%;
	}
	.slide-action{
		flex-direction: column;
	}
	.footer-bottom{
		flex-direction: column;
	}
	#navigation-copyright{
		flex-direction: column;
	}
	#navigation-mobile-primary{
		font-size: var(--vfl-font-size-regular);
	}
	#navigation-mobile-primary{
		gap: 20px;
	}
	#navigation-mobile-primary .sub-menu{
		flex-direction: column;
		margin-top: 20px;
		gap: 6px;
	}
	#navigation-mobile-primary > li > input::after{
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23FFFFFF' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 10l6 6l6 -6h-12' /%3E%3C/svg%3E");
		left: unset;
		right: 0;
	}
	#navigation-mobile-primary > li > input:hover::after{
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23CC0000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 10l6 6l6 -6h-12' /%3E%3C/svg%3E");
	}
	.antrag-form article{
		padding-left: 0;
		padding-right: 0;
	}
	#acf-form{
		font-size: 14px;
	}
	.acf-field-659c4f2f7f16b .acf-fields{
		display: flex;
		flex-direction: column;
	}
	.acf-field-659c4f2f7f16b .acf-field.acf-field-select{
		width: 100% !important;
	}
	#acf-form .acf-label label{
		font-size: 16px;
		font-weight: 600;
	}

	#acf-form p{
		font-size: 14px;
	}
	#acf-form p a{
		color: var(--vfl-color-contrast);
		font-weight: 600;
		text-decoration: underline 1px var(--vfl-color-contrast);
	}

	#warden-numbers-content{
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(4, 180px);
	}

	#warden-numbers-content > div{
		gap: 12px;
	}

	#warden-numbers-content > div:not(:last-child):after{
		content: '';
		height: 2px;
		width: 70%;
		position: absolute;
		bottom: 0;
	}

	#warden-numbers-content .numbers-number{
		font-size: 60px;
	}
}