<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 62.5%;
  line-height: 1.4;
  background-color: #EAEBEF;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Font
   ========================================================================== */

/* figtree-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: 'Figtree';
	 font-style: normal;
	 font-weight: 300;
	 src: url('../fonts/figtree-v5-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-300italic - 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: 'Figtree';
	 font-style: italic;
	 font-weight: 300;
	 src: url('../fonts/figtree-v5-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-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: 'Figtree';
	 font-style: normal;
	 font-weight: 400;
	 src: url('../fonts/figtree-v5-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-italic - 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: 'Figtree';
	 font-style: italic;
	 font-weight: 400;
	 src: url('../fonts/figtree-v5-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-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: 'Figtree';
	 font-style: normal;
	 font-weight: 500;
	 src: url('../fonts/figtree-v5-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-500italic - 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: 'Figtree';
	 font-style: italic;
	 font-weight: 500;
	 src: url('../fonts/figtree-v5-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-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: 'Figtree';
	 font-style: normal;
	 font-weight: 600;
	 src: url('../fonts/figtree-v5-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-600italic - 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: 'Figtree';
	 font-style: italic;
	 font-weight: 600;
	 src: url('../fonts/figtree-v5-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-700 - 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: 'Figtree';
	 font-style: normal;
	 font-weight: 700;
	 src: url('../fonts/figtree-v5-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-700italic - 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: 'Figtree';
	 font-style: italic;
	 font-weight: 700;
	 src: url('../fonts/figtree-v5-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-800 - 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: 'Figtree';
	 font-style: normal;
	 font-weight: 800;
	 src: url('../fonts/figtree-v5-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-800italic - 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: 'Figtree';
	 font-style: italic;
	 font-weight: 800;
	 src: url('../fonts/figtree-v5-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-800italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-900 - 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: 'Figtree';
	 font-style: normal;
	 font-weight: 900;
	 src: url('../fonts/figtree-v5-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }
   /* figtree-900italic - 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: 'Figtree';
	 font-style: italic;
	 font-weight: 900;
	 src: url('../fonts/figtree-v5-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		  url('../fonts/figtree-v5-latin-900italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
   }


.video__player {
	 position: relative;
	 width: 100%;
	 max-width: 100%; /* Optionale Begrenzung der Breite */
	 margin: 0 auto;
   }
   
   .video__wrapper {
	 position: relative;
	 padding-top: 56.25%; /* 16:9 SeitenverhÃ¤ltnis */
	 height: 0;
	 overflow: hidden;
   }
   
   .video__wrapper iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 border: none;
   }

/* ==========================================================================
   Page
   ========================================================================== */


   :root{
		--primary-color: #007642;
		--secondary-color: #141113;
		--button-color: #78faae;
		--button-color-hover: #a8ffcc;
		--white-color: #fff;
		--font-family: 'Figtree';
		--section-padding: 5.625rem 0;
		--section-padding-top: 5.625rem;
		--section-padding-bottom: 5.625rem;
		--text-h1-size: 2.625rem;
		--text-h2-size: 2.25rem;
		--text-h3-size: 1.75rem;
		--text-h4-size: 1.20rem;
   }


body{
	font-family: var(--font-family);
	line-height: 1.4;
	color: var(--secondary-color);
	font-weight: 300;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.8rem;
}

h1{
	font-size: var(--text-h1-size);
}

h2{
	font-size: var(--text-h2-size);
	font-weight: 700;
	font-style: normal;
}

h3{
	font-size: var(--text-h3-size);
	margin-top: 4rem;
}

h4{
	font-size: var(--text-h4-size);
}

strong, b{
	font-weight: 700;
}

*{
	box-sizing: border-box
}
.grid{
  width: 120rem;
  margin: 0 auto;
}

.social-links {
	display: none;
}

header {
	padding: 3rem 2rem;
	color: #fff;
	width: 100%;
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}

.header-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#header-bg {
	background-color: var(--primary-color);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

.hamburger {
	cursor: pointer;
	display: none;
	flex-direction: column;
	justify-content: space-around;
	height: 3rem;
	position: relative;
	width: 3rem;
}

.hamburger span {
	width: 100%;
	height: 0.4rem;
	background-color: #fff;
	transition: all 0.3s ease;
}

.menu-open .hamburger span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
	top: 1.3rem;
}

.menu-open .hamburger span:nth-child(2) {
	opacity: 0;
}

.menu-open .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
	top: 1.3rem;
}

#branding {
	position: fixed;
	top: 2rem;
	left: 50%;
	z-index: 20;
	margin-left: -5rem;
}

#branding a {
	width: 10rem;
	display: block;
}

#branding a svg {
	width: 100%;
	height: auto;
	display: block;
}

#stage__slider {
	position: relative;
	width: 100%;
	margin: -4rem auto 2rem;
}

.slider-item {
	position: relative;
	width: 90%
}


.goto{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: block;
}
.home-slider img {
	width: 100%;	transition: all 0.2s ease; /* Smooth transition for opacity */

	height: 70rem;
	object-fit: cover;
	clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 95%);
}
.home-slider .slider-item:not(.center-slide){
	opacity: 0.5;
	filter: blur(2px)
}
.home-slider .center-slide img {
	clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.caption {
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	color: #fff;
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.caption .main-caption {
	font-size: 1.8rem;
	font-weight: bold;
	max-width: 80%;
}

.caption .main-caption &gt; div {
	padding: 0.2rem 0;
	line-height: 1.4;
}

.caption .main-caption span {
	background-color: #272B37;
	color: #fff;
	display: inline;
	padding: 0.45rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.match-info {
	display: flex;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

.match-info span {
	background: #4D515E;
	padding: 0.6rem 1rem;
}

.match-info span:last-child {
	background: #272B37;
}

nav {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.nav-button {
	padding: 1rem 1.5rem;
	font-size: 1.6rem;
	border: none;
	color: var(--primary-color);
	background-color: white;
	cursor: pointer;
	clip-path: polygon(0 0, 100% 0, 95% 10rem, 0% 10rem);
	margin: 0;
}

.entry-filter {
	display: none;
}

.entry-filter button {
	padding: 1rem 1.5rem;
	font-size: 1.6rem;
	border: none;
	color: #fff;
	background-color: #272B37;
	display: flex;
	align-items: center;
	cursor: pointer;
	clip-path: polygon(0 0, 100% 0, 95% 10rem, 0% 10rem);
	margin: 0;
}

.entry-filter button svg {
	margin-right: 1.2rem;
}

.nav-button:hover,
.nav-button.active {
	background-color: var(--primary-color);
	color: white;
}

main {
	max-width: 90%;
	margin: 0 auto;
}

.news-item:not(.no__bg) {
	background-color: white;
	margin-bottom: 2rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-item .news-content img{
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}

.news-item figure img {
	width: 100%;
	height: auto;
	  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

.news-item .news-content {
	padding: 1.5rem;
}
.news-item .date{
	font-size: 13px;
	opacity: 0.8;
}

.news-item .date:before{
	content: "â€“â€“ "
}
.news-item h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	margin-top: 0;
	color: var(--primary-color);
}

.news-item h2 a{
	text-decoration: none;
	
	color: #007642;
}
.news-item p {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.read-more {
	background: #efefef;
	text-decoration: none;
	font-size: 1.4rem;
	display: inline-block;
	padding: 0.5rem 1.2rem;
	color: var(--primary-color);
	clip-path: polygon(0 0, 100% 0, 100% 9rem, 0% 10rem);
}

.read-more:hover {
	background: var(--primary-color);
	color: #fff;
}

.load-more {
	display: block;
	width: 100%;
	padding: 1.5rem 1rem;
	background-color: #272B37;
	clip-path: polygon(0 0, 100% 0, 100% 9rem, 0% 10rem);
	color: white;
	border: none;
	cursor: pointer;
	text-align: center;
}

.load-more:hover {
	background-color: var(--primary-color);
}

.info-section {
	margin-bottom: 2rem;
}

.info-section h2 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	color: var(--primary-color);
	border-bottom: 0.3rem solid var(--primary-color);
}

.info-box {
	background-color: var(--primary-color);
	color: white;
	padding: 1.5rem 2.5rem;
	margin-bottom: 2rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	position: relative;
}

.info-box .info-link, .social-box .info-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.info-box img, .info-box svg {
	height: 4rem;
	flex-shrink: 0;
	width: auto;
	margin-right: 2rem;
}

 .info-box svg path{
	 fill: #fff
 }

.info-box .info-content {
	text-align: left;
}

.info-box .info-content h3 {
	margin: 0 0 0.5rem 0;
	font-size: 1.6rem;
}

.info-box .info-content p {
	margin: 0;
	font-size: 1.4rem;
}

.social-media {
	display: flex;
	justify-content: space-around;
	margin-bottom: 2rem;
	gap: 1rem;
}

.social-media .social-box {
	background-color: #272B37;
	color: white;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	width: 50%;
	position: relative
}

.social-media .social-box svg {
	height: 3rem;
	width: auto;
	margin-right: 1rem;
}

.motto-outer {
	position: relative;
}

.motto-outer:after {
	content: "";
	display: block;
	height: 5rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
	background: #4D515E;
}

.motto {
	font-size: 1.4rem;
	font-style: italic;
	background-color: #272B37;
	color: #fff;
	padding: 4rem 2rem;
	text-align: center;
	clip-path: polygon(0 10%, 100% 0, 100% 9rem, 0% 10rem);
}

footer {
	background: #4D515E;
	padding: 2rem;
}
footer a{
	color: #fff;
	text-decoration: none;
}
.legal {
	font-size: 1.4rem;
	color: #efefef;
	text-align: center;
}

/* Sponsor Slider */
.sponsor-section {
	margin-bottom: 2rem;
}

.sponsor-section h2 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	color: var(--primary-color);
	border-bottom: 0.3rem solid var(--primary-color);
}

.is__search{
	margin-top: 5rem;
}

.sponsor-slider {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.home .sponsor-slider,
.category .sponsor-slider,
.search .sponsor-slider{
	
	grid-template-columns: repeat(3, 1fr);
}
.sponsor-box {
	background-color: white;
	padding: 1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.search-component button {
	background: none;
	border: none;
}

.search-component button svg {
}

.category-filter {
	display: flex;
	margin: 2rem 0;
	gap: 2rem;
	justify-content: center;
	align-items: center;
}

.category-tabs {
	display: flex;
	margin: 2rem 0;
	gap: 2rem;
}

nav {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 19;
	padding: 2rem 0 3rem 0;
}

.foot-info-grid {
	margin-top: 4rem;
}

form.search {
	display: none;
}

.single-headline {
	padding: 1.5rem;
}
.single-headline h1,
.single-headline h2{
	margin-top: 0;
	color: var(--primary-color)
}
.content-grid {
	margin-top: 16rem;
}

.tab-content.active {
	display: block;
}

.tab-content{
	
	display: none;
}

.slider-item {
	transition: opacity 0.5s ease; /* Smooth transition for opacity */
}

/* Transparent slider-items */
.tns-slide:not(.tns-slide-active) {
	opacity: 0.3; /* Semi-transparent for non-active slides */
}

.tns-slide-active:nth-of-type(1) {
	opacity: 1; /* Full opacity for the first active slide */
}

@media(max-width: 1024px){
	.content-grid {
		margin-top: 4rem;
	}
}

@media (min-width: 1024px) {
	.single-headline {
		padding: 2rem 3rem;
	}

	.info-section h2,
	.sponsor-section h2 {
		padding-bottom: 0.8rem;
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}

	#branding {
		margin-left: -7.5rem;
	}

	#branding a {
		width: 15rem;
	}

	form.search {
		position: relative;
	}

	.social-links {
		display: flex;
	}

	.social-links a {
		display: flex;
		align-items: center;
		margin-left: 3rem;
		color: #fff;
		text-decoration: none;
	}

	.social-links a svg {
		margin-right: 1.2rem;
	}

	.header-grid {
		max-width: 128rem;
		margin: 0 auto;
	}

	form.search button {
		position: absolute;
		right: 1rem;
		top: 0.6rem;
	}

	form.search input {
		border: 0.1rem solid #fff;
		border-radius: 2.5rem;
		background: transparent;
		padding: 0.8rem 5rem 0.8rem 1.2rem;
		color: #fff;
	}

	form.search input::placeholder {
		color: #fff;
	}

	.open-search {
		display: none;
	}

	form.search {
		display: block;
	}

	nav:after {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		position: absolute;
		clip-path: polygon(0 0, 100% 0, 100% 7rem, 0% 10rem);
		background: #fff;
		content: "";
		display: block;
	}

	.motto {
		font-size: 2.6rem;
		margin-top: 5rem;
		font-weight: 700;
		clip-path: polygon(0 24%, 100% 0, 100% 98%, 0% 100%);
		padding: 5rem 2rem;
	}

	.motto p {
		transform: rotate(-1deg);
	}

	.mobile-break {
		display: block;
		width: 100%;
		height: 0.1rem;
	}

	.entry-filter {
		display: flex;
	}

	.match-info {
		font-size: 1.6rem;
	}

	.caption {
		width: 90%;
		left: 5%;
	}

	.caption .main-caption {
		font-size: 3.2rem;
		font-weight: bold;
		max-width: 50rem;
	}

	.home-slider img {
		height: 70rem;
	}

	.article-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
	}
	
	.news-item {
		width: calc(33.3333% - 2rem);
	}

	.category-filter {
		justify-content: space-between;
		max-width: 128rem;
		margin: 4rem auto;
	}

	.nav-button {
		font-size: 2rem;
	}

	.foot-info-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
	}

	main {
		max-width: 98%;
	}

	.load-more-handler {
		display: flex;
		justify-content: center;
	}

	.load-more-handler .load-more {
		width: auto;
		padding: 1.5rem 3rem;
	}

	.content-grid {
		grid-template-columns: 2fr 1fr;
		grid-gap: 4rem;
		display: grid;
		margin-top: 6rem;
	}

	.content-grid .news-item {
		width: 100%;
	}

	.content-grid .news-item .news-content {
		padding: 3rem;
	}.content-grid .news-item.page-content .news-content {
		padding: 0 3rem 3rem 3rem;
	}
	.content-grid .news-item.page-content h1 {
		margin-bottom: 0;
	}

	.content-grid .news-item p,
	.content-grid .news-item li {
		font-size: 1.8rem;
	}

	.content-grid .news-item figure img {
		object-fit: cover;
	}
	
	.page-template-page-team .content-grid .news-item figure img{
		height: auto
	}
}
@media (min-width: 1280px){
	main{
		max-width: 128rem;
	}
} 
table a[href^="mailto:"] {
	color:var(--primary-color);
	font-size: 1.4rem; /* GrÃ¼ne Farbe festlegen */
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding-left: 20px; /* Platz fÃ¼r das Icon schaffen */
}

table  a[href^="mailto:"]::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA/UlEQVR4nGNgGAWDB5Q7eDOUOT5hKHP6TxEudXrMUObkiWkBROI/dbDjI0wLYJKUgjJc5iBs38xQ7ChPssGlLlIMZU6riLAAFI6OXxlKncoZQkOZCRpcX8/EUOqYxlDm9AnFDJwWlDv5MpQ5PYDyzzOUOZnhNLzE3oCh1PEk1OdPGUqdQglbAHaVDxdDmWMHQ5njH4ZSx78MZU4zGXI9+BCuxiJfasWLYQ5OC2CgwtGYodTpDDxllDoFgDGIDUmSZ8BqCJmDV6IeFsaOH4mKI5ItgIEiN1mGMsf1YAxi4wJkW0AsGLWA/CCiQ2HnSR1LHB8xlDh7EPbqKKAXAAB3dyBTjQlZTwAAAABJRU5ErkJggg==') no-repeat center center;
	background-size: contain;
}

.entry-date {
	margin-top: 1rem;
	display: flex;
	gap: 2rem;
}

.entry-date span {
	background: #efefef;
	border-radius: 2.5rem;
	padding: 0.3rem 1.2rem;
	font-size: 1.5rem;
}

.entry-date a {
	background: var(--primary-color);
	border-radius: 2.5rem;
	padding: 0.3rem 1.2rem;
	color: #fff;
	font-size: 1.5rem;
}

.nav-grid {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.nav-grid ul {
	list-style-type: none;
	margin: 0 5rem 0 0;
	padding: 0;
	position: relative;
}

.nav-grid ul li {
	display: inline-block;
	position: relative;
}

.nav-grid ul li a {
	text-decoration: none;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 1.8rem;
	padding: 1rem 1.5rem;
	display: flex;
	align-items: center;
}
	.nav-grid ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--primary-color); /* Hintergrundfarbe des Dropdown-MenÃ¼s */
	z-index: 1000;
	min-width: 20rem;
}
@media(min-width: 102.4rem){
	.nav-grid ul li ul {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
		
	}
}

.nav-grid ul li ul li a {
	color: #fff; /* Schriftfarbe im Dropdown-MenÃ¼ */
}

.nav-grid ul li ul li {
	display: block;
	width: 100%;
}

.nav-grid ul li:hover &gt; ul {
	display: block;
}

.nav-grid ul li.menu-item-has-children  &gt; a::after {
	content: '';
	border: solid var(--primary-color);
	border-width: 0 0.2rem 0.2rem 0;
	display: inline-block;
	padding: 0.3rem;
	margin-left: 0.5rem;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.nav-grid li.current-menu-parent &gt; a,
.nav-grid li.current-menu-item &gt; a{
	color: var(--secondary-color)
}
.nav-grid ul li.menu-item-has-children.current-menu-parent &gt; a::after,
.nav-grid ul li.menu-item-has-children.current-menu-item &gt; a::after{
	
	border: solid var(--secondary-color);
	border-width: 0 0.2rem 0.2rem 0;
}
.nav-grid ul li.menu-item-has-children .current-menu-item a{
	color: #fff;
	text-decoration: underline
}


.nav-grid ul li.menu-item-has-children  ul {
	padding: 1rem 0;
}

.nav-grid ul li.menu-item-has-children  li a {
	display: block;
	padding: 0.5rem 1.5rem;
}

.nav-grid ul li a::after {
	display: inline-block;
	transition: transform 0.2s ease;
}

.nav-grid ul li:hover &gt; a::after {
	transform: rotate(180deg);
}

.nav-grid ul li:nth-child(3) {
	margin-right: 16rem;
}

/* Styles for screens under 102.4rem */
@media (max-width: 1023px) {
	header {
		background: none;
		position: sticky;
		top: 0;
	}

	nav {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	nav.active {
		display: flex;
		position: fixed;
		top: 0;
		background: var(--primary-color);
		left: 0;
		bottom: 0;
		right: 0;
	}

	.nav-grid ul {
		margin-left: 4rem;
		padding-top: 15rem;
		padding-bottom: 5rem;
	}

	.nav-grid {
	}

	.nav-grid ul li.menu-item-has-children ul {
		margin: 0;
		background: none;
		box-shadow: inherit;
		position: static;
	}

	.nav-grid ul {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		align-items: flex-start;
		z-index: 1000;
	}

	.nav-grid ul li ul {
		position: static;
	}

	.nav-grid ul li a {
		color: white;
		font-size: 2.4rem;
	}

	.nav-grid ul li ul li a {
		font-size: 1.8rem;
		font-weight: normal;
	}

	.nav-grid ul li.menu-item-has-children a::after {
		border-color: white;
	}
}


table.contenttable {
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 1em;
	color: #5A5A5A;
	margin-top: 1rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.6rem;
}
table.contenttable th {
	padding: .8334em 0 .8334em .5em;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 1.3334em;
	vertical-align: top;
}
table.contenttable td:first-child, table.contenttable td.noborder {
	border-left: 0;
}
table.contenttable td {
	padding: 6px 15px;
	height: 55px;
	border-top: 1px solid #e1e1e1;
	vertical-align: middle;
	border-left: 1px solid #e1e1e1;
}

table th.greyBackground, table td.greyBackground, table tr.greyBackground td, table tr.alt td {
	background: #e5e5e5;
}

.match-widget{
	margin-bottom: 3rem
}

.category-listing{
	margin-top: 6rem;
}
.block{
	background: #111;
	padding: 2rem;
	color: #fff;
	margin-bottom: 0;
	clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}
.content-grid .news-item:not(.no__bg) {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 20px));
}

.no__bg .single-headline{
	padding-left: 0;
}
.block a{
	color: #fff
}
.block.primary{
	margin-top: 3rem;
	background: var(--primary-color)
}

.block.dark{
	clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 94%);
	padding: 4rem 2rem;
}
.block__head{
	font-weight: 700;
	text-transform: uppercase
}

.content-grid .news-item .team__description p, .content-grid .news-item .team__description li {
	font-size: 1.6rem;
}


/* Slider Controls */
.slider-controls {
	position: absolute;
	top: 50%;
	left: 1%;
	width: 98%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.slider-controls button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	border-radius: 50%;
	background: rgba(0,0,0,0.1)
}

.slider-controls button svg {
	width: 50px;
	height: 50px;
	color: white;
}

@media(max-width: 650px){
.home-slider img {
	height: 52rem;
}
.slider-controls button svg {
	width: 30px;
	height: 30px;
	color: white;
}


.search {
  display: none;
  position: absolute;
  top: 50px; /* Abstand nach unten */
  left: -5%;
  z-index: 9;
  right: -5%;
  background-color: var(--primary-color);
  padding: 6rem 2rem 2rem 2rem;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.search.active {
  display: block;
}

.search-container {
  position: relative;
}

.search input[type="text"] {
  width: 100%;
  padding: 10px;
	background-color: var(--primary-color);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
}
.search input[type="text"]::placeholder{
	color: #fff;
}
.search button {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  border: none;
	border-radius: 25px;
  cursor: pointer;
}

.search button svg path{
	fill: var(--primary-color)
}
.search button:hover {
  background: var(--)
  color: #fff;
}
.single-post main{
	max-width: 100%;
}
.single-post .sidebar{
	max-width: 90%;
	margin: 0 auto;
}
.content-grid{
	margin-top: 6rem;
}
.single-headline h1, .single-headline h2{
	margin-bottom: 0;
}
.content-grid .news-item:not(.no__bg) {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 8px));
}

}

.news-content p a, .news-content li a{
	color: var(--primary-color)
}
.news-content .block__content p a, .news-content .block__content  li a{
	color: #fff
}
.page__form {
}

.motto{
	
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
h4{
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 1.5rem;
}
.form__column {
  flex: 0 0 48%;
  margin-right: 4%;
}

.form__column:last-child {
  margin-right: 0;
}

.form__full-column {
  flex: 0 0 100%;
}

.page__form input,
.page__form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
}

.page__form input:focus,
.page__form textarea:focus {
  outline: none;
  border-color: #4caf50;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.3);
}

.page__form textarea {
  min-height: 150px;
  resize: vertical;
}

.page__form .wpcf7-submit {
  width: 100%;
  padding: 12px;
  background-color: var(--primary-color);
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page__form .wpcf7-submit:hover {
  background-color: #45a049;
}

.page__form .wpcf7-acceptance {
  font-size: 14px;
}

.page__form .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
}

.page__form .wpcf7-response-output {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #4caf50;
  background-color: #e8f5e9;
  color: #2e7d32;
}

@media (max-width: 768px) {
  .form__column {
	flex: 0 0 100%;
	margin-right: 0;
  }
}




/* GÃ¤stebuch Seite Styles */
.guestbook-page {
	
}

.guestbook-title {
	font-size: 2em;
	text-align: center;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
}

.guestbook-content {
	margin-bottom: 40px;
	font-size: 1.1em;
	line-height: 1.6;
	color: #555;
}

/* Kommentarbereich */
.guestbook-comments {
	margin-top: 40px;
}
#reply-title a{
	color: var(--primary-color)
}
.guestbook-comments-title {
	font-size: 1.5em;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.comment-navigation a{
	
	color: #333;
}
/* Kommentarformular */
.comment-respond {
}
.comment-author.vcard img{
	width: 4rem;
	height: 4rem;
	border-radius: 50%
}
.comment-respond input:not(#wp-comment-cookies-consent),
.comment-respond textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1em;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
	outline: none;
	border-color: #4caf50;
	box-shadow: 0 0 8px rgba(76, 175, 80, 0.3);
}

.comment-respond input[type="submit"] {
	background-color:var(--primary-color);
	color: white;
	font-size: 1.1em;
	border: none;
	cursor: pointer;
	padding: 12px 20px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.comment-respond input[type="submit"]:hover {
	background-color: #45a049;
}

/* Kommentare */
.comment-list {
	list-style: none;
	padding: 0;
}

.comment-list .comment {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.comment-list .comment-author {
	font-weight: bold;
	color: #333;
}

.comment-list .comment-meta {
	font-size: 0.9em;
	color: #999;
	margin-bottom: 10px;
}

.comment-list .comment-content {
	font-size: 1.1em;
	color: #555;
}

.comment-list .children {
	margin-left: 30px;
	margin-top: 20px;
	border-left: 3px solid #ddd;
	padding-left: 15px;
}

@media (max-width: 768px) {
	.guestbook-page {
		padding: 10px;
	}

	.guestbook-comments-title,
	.guestbook-title {
		font-size: 1.2em;
	}

	.comment-respond input,
	.comment-respond textarea {
		font-size: 0.9em;
	}

	.comment-list .comment-content {
		font-size: 1em;
	}
}
.schiedsrichter-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.schiedsrichter-item {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.schiedsrichter-item:hover {
  transform: translateY(-5px);
}

.news-item .news-content .schiedsrichter-image img {
  width: 100%;
	border-radius: 10px 10px 0 0;
  height: 220px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 15px;
}

.schiedsrichter-name {
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 0;
  color: #333;
}

.schiedsrichter-info {
  font-size: 0.95em;
  line-height: 1.5;
  color: #666;
}

/* Responsive: Auf mobilen GerÃ¤ten 2 Spalten */
@media (max-width: 768px) {
  .schiedsrichter-container {
	grid-template-columns: repeat(2, 1fr);
  }
}
</pre></body></html>