/*
Theme Name: VfL Eintracht Warden
Theme URI: VfL Eintracht Warden
Description: VfL Eintracht Warden Wordpress Theme
Version: 2.27
Author: T.Stachoske
Tags: 
domain: vfl_eintracht_warden
VfL Eintracht Warden by Tibor Stachoske
*/
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/rokkitt-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url('assets/fonts/nunito-sans-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/nunito-sans-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/nunito-sans-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/nunito-sans-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*  ===============
	ROOT 
	===============  */
:root {
	--vfl-color-black-100: #898989;
	--vfl-color-black-200: #333333;
	--vfl-color-black-300: #222222;
	--vfl-color-red: #cc0000;
	--vfl-color-white-100: #FFFFFF;
	--vfl-color-white-200: #F9F9F9;

	--vfl-padding-v: 160px;
	--vfl-padding-h: 160px;
	--vfl-header-height: 110px;

	--vfl-body-bg-color: var(--vfl-color-white-100);
	--vfl-body-padding: 50px;
	--vfl-max-width: 1548px;

	--vfl-border-radius: 12px;
	--vfl-border-radius-small: 8px;

	--vfl-font-color-primary: var(--vfl-color-black-200);
	--vfl-font-color-primary-light: var(--vfl-color-black-100);
	--vfl-font-family-pimary: 'Nunito Sans';
	--vfl-font-color-secondary: var(--vfl-color-red);
	--vfl-font-family-secondary: 'Rokkitt';


	--vfl-color-primary: var(--vfl-color-black-300);
	--vfl-color-secondary: var(--vfl-color-white-100);
	--vfl-color-contrast: var(--vfl-color-red);

	--vfl-transition-anim: all 0.3s ease-in-out;

	--vfl-font-size-smaller: 14px;
	--vfl-font-size-small: 16px;
	--vfl-font-size-regular: 18px;
	--vfl-font-size-big: 24px;
	--vfl-font-size-bigger: calc( var(--vfl-font-size-regular) * 2 );
	--vfl-font-size-mega:calc( var(--vfl-font-size-big) * 2 );
}
/*  ===============
	BASICS 
	===============  */
* {
	box-sizing:border-box;
	margin:0;
	outline:none;
	padding:0;
	-webkit-tap-highlight-color:transparent;
}
*:after,*::before {	box-sizing:border-box; }
html {
	height:100%;
	scroll-behavior:smooth;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	width:100%;
}
body {
  -webkit-font-smoothing: antialiased;
	background: var(--vfl-body-bg-color);
	color: var(--vfl-font-color);
	font-family:var(--vfl-font-family-pimary);
	font-size: var(--vfl-font-size-regular);
	hyphens: auto;
	text-rendering: optimizeLegibility;
}

main{
	display: flex;
	flex-direction: column;
	flex: 1;
	background-color: var(--vfl-color-secondary);
	padding-top: var(--vfl-body-padding) 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

article{
	border-radius: var(--vfl-border-radius);
	padding: var(--vfl-body-padding);
	background-color: var(--vfl-color-white-200);
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol{
	margin: 0;
	padding: 0;
}

:where(#tinymce, main) ol:not(.splide__list),
:where(#tinymce, main) ul:not(.splide__list){
	margin-left: 2em;
}
:where(#tinymce, main) ol:not(.splide__list) li,
:where(#tinymce, main) ul:not(.splide__list) li{
	line-height: 1.5;
}
:where(#tinymce, main) ul:not(.splide__list) li::before {
	content: "\2022";
	color: var(--vfl-color-contrast);
	font-weight: bold;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

a {
	text-decoration: none;
	color: var(--vfl-font-color);
}
a.pdf::before {
	content: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-file-type-pdf%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M14%203v4a1%201%200%200%200%201%201h4%22%20/%3E%3Cpath%20d=%22M5%2012v-7a2%202%200%200%201%202%20-2h7l5%205v4%22%20/%3E%3Cpath%20d=%22M5%2018h1.5a1.5%201.5%200%200%200%200%20-3h-1.5v6%22%20/%3E%3Cpath%20d=%22M17%2018h2%22%20/%3E%3Cpath%20d=%22M20%2015h-3v6%22%20/%3E%3Cpath%20d=%22M11%2015v6h1a2%202%200%200%200%202%20-2v-2a2%202%200%200%200%20-2%20-2h-1z%22%20/%3E%3C/svg%3E");
}

a.extern::after {
	content: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-external-link%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M12%206h-6a2%202%200%200%200%20-2%202v10a2%202%200%200%200%202%202h10a2%202%200%200%200%202%20-2v-6%22%20/%3E%3Cpath%20d=%22M11%2013l9%20-9%22%20/%3E%3Cpath%20d=%22M15%204h5v5%22%20/%3E%3C/svg%3E");
}

h1,h2,h3,h4,h5,h6,
a,
li{
	line-height: 1;
}

p{
	font-size: var(--vfl-font-size-regular);
	line-height: 1.5;
}
p strong{
	color: var(--vfl-color-contrast)
}
p img{
	display: block;
	max-width: 100%;
	height: auto;
}
#content :is(p, ul, ol),
.wp-editor :is(p, ul, ol){
	margin-bottom: var(--vfl-font-size-regular);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--vfl-font-family-primary);
	color: var(--vfl-font-color-secondary);
	font-weight: 500;
	margin-bottom: 0.5em;
}

/**
* Fontsets
*/
.font-size-smaller{
	font-size: var( --vfl-font-size-smaller );
}
.font-size-small{
	font-size: var( --vfl-font-size-small );
}
.font-size-regular{
	font-size: var( --vfl-font-size-regular );
}
.font-size-big{
	font-size: var( --vfl-font-size-big );
}
.font-size-bigger{
	font-size: var( --vfl-font-size-bigger );
}
.font-size-mega{
	font-size: var( --vfl-font-size-mega );
}
.font-family-primary{
	font-family: var(--vfl-font-family-primary);
}
.font-family-secondary{
	font-family: var(--vfl-font-family-secondary);
}

.hidden{
	display: none !important;
}

.flex-row { 
	display: flex;
	flex-direction: row;
}
.flex-row-reverse { 
	display: flex;
	flex-direction: row-reverse;
}
.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-wrap{
	flex-wrap: wrap;
}

.flex-1{
	flex: 1;
}
.gap-6{
	gap: 6px;
}
.gap-12{
	gap: 12px;
}
.gap-24{
	gap: 24px;
}
.row-gap-32{
	row-gap: 32px;
}

.w100 { width: 100%; }
.w50 { width: calc(100% / 2); }
.w25 { width: 25%;}

.h100{
	height: 100%;
}

.dark{
	background-color: var(--vfl-color-primary);
	color: var(--vfl-color-secondary);
}

.light{
	background-color: var(--vfl-color-secondary);
	color: var(--vfl-font-color-primary);
}

.fit-width{
	width: min(100%, var(--vfl-max-width));
	margin-left:auto;
	margin-right: auto;
}

.small-padding-v {
	padding-top: var(--vfl-body-padding);
	padding-bottom: var(--vfl-body-padding);
}

.padding-bottom{
	padding-bottom: var(--vfl-body-padding);
}

.small-padding-h {
	padding-left: var(--vfl-body-padding);
	padding-right: var(--vfl-body-padding);
}

.button {
	background-color: var(--vfl-color-contrast);
	border: 0;
	border-radius: var(--vfl-border-radius-small);
	color: var(--vfl-color-secondary);
	font-weight: 600;
	max-height: 50px;
	margin-top: 24px;
	margin-bottom: 32px;
	max-width: fit-content;
	padding: 13px 50px;
}

.rounded-full{
	border-radius: 9999px;
}

.ai-center {align-items: center;}

.as-center { align-self: center;}
.as-left { align-self: flex-start;}
.as-right { align-self: flex-end;}

.jc-center { justify-content: center;}
.jc-between { justify-content: space-between;}

.pos-relativ{
	position: relative;
}
img.aligncenter{
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1648px ) {
	.fit-width{
		margin-left: var(--vfl-body-padding);
		margin-right: var(--vfl-body-padding);
		width: auto;
	}
}
@media screen and (max-width: 1280px) {
	:root{
		--vfl-body-padding: 24px;
	}
}
@media screen and (max-width: 1024px) {
	:root{
		--vfl-header-height: 80px;
		
		--vfl-padding-v: 90px;
		--vfl-padding-h: 90px;
	}
}
@media screen and (max-width: 640px) {
	:root{
		--vfl-font-size-bigger: calc( var(--vfl-font-size-regular) * 1.5 );
		--vfl-font-size-mega:calc( var(--vfl-font-size-big) * 1.5 );
		--vfl-body-padding: 16px;

		--vfl-padding-v: 32px;
		--vfl-padding-h: 32px;
	}
}