<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --main-color: #00A200; /* Green color theme */
    --main-bg-color: #ffffff;
    --main-text-color: #333;
    --main-link-color: #00A200; /* Green color theme */
    --main-link-hover-color: #00A200; /* Darker green for hover */
    --main-link-visited-color: #00A200; /* Green color theme */
}

html {
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.schriftzug img {
	height: 5rem; /* 80px */
	padding: 0.3125rem; /* 5px */
}


body a:link,
body a:visited,
body a:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

body a:hover {
	background-color: transparent;
	text-decoration: none;
	color:#00A200;
}

#main-page-h1 {
	text-align: center;
	color: white;
}

.banner {
	display: flex;
	justify-content: space-between;
	background-size: cover;
}

.banner img {
	opacity: 0;
	width: 100%;
}

.banner {
	width: 100%;
	height: 100%;
	background-image: url(../Bilder/Banner.png);
	animation-name: example;
	animation-duration: 45s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
  }
  
  @keyframes example {
	0%   {background-image: url(../Bilder/Banner.png);}
	20%  {background-image: url(../Bilder/Banner2.png);}
	40%  {background-image: url(../Bilder/Banner3.png);}
	60% {background-image: url(../Bilder/Banner4.png);}
	80% {background-image: url(../Bilder/Banner5.png);}
	100% {background-image: url(../Bilder/Banner.png);}
  }

.buttons {
	display: flex;
	justify-content: space-evenly;
	font-size: 1.875rem; /* 30px */
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.buttons img {
	height: 3.125rem; /* 50px */
}

.click {
	background-color: #004600;
	background-image: url("../Bilder/Hintergrund.png");
	width: 47%;
	padding: 0.625rem; /* 10px */
	margin: 0.625rem; /* 10px */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: black 0.3125rem solid; /* 5px */
	border-radius: 0.5em / 0.5em;
	margin: 0.3125rem; /* 5px */
}

.click:hover {
	border: var(--main-link-color) 0.3125rem solid; /* 5px */
	color: #00A200;
}

#h1-background {
	background-color: #004600;
	background-image: url("../Bilder/Hintergrund.png");
	width: 98.5%;
	padding: 0.625rem; /* 10px */
	margin: 0.625rem; /* 10px */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	font-size: 1.875rem; /* 30px */
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#click1 {
	background-position: left;
}

#click2 {
	background-position: right;
}

#click1:hover,
#click2:hover{
	cursor: pointer;
	color: #00A200;
}

main {
	display: flex;
	justify-content: space-between;
}

section{
	border-radius: 1em / 1em;
	height: 100%;
}

aside {
	margin: 0.625rem; /* 10px */
	padding: 0.625rem; /* 10px */
	background-color: #00A200;
	background-image: url("../Bilder/Hintergrund.png");
	background-position: center;
	background-size: cover;
	color: white;
	width: 35%;
	font-size: 1.25rem; /* 20px */
	height: 100%;
	border-radius: 1em / 1em;
	text-align: center;
}

aside article:hover{
	color: #00A200;
}

#Staffeln-Section {
	margin: 0.625rem; /* 10px */
	padding: 0.625rem; /* 10px */
	background-color: #00A200;
	background-image: url("../Bilder/Hintergrund.png");
	background-position: center;
	background-size: cover;
	color: white;
	width: 35%;
	font-size: 1.25rem; /* 20px */
}

/* aside article,
#Staffeln-Section article {
	height: 95%;
} */

article{
	border-radius: 1em / 1em;
}

aside img,
#Staffeln-Section img {
	width: 90%;
	background-color: white;
}

.thick {
	font-weight: bolder;
	color: red;
}

.thick a:link,
.thick a:visited,
.thick a:active {
	color: lightblue;
	background-color: transparent;
	text-decoration: none;
}

.thick a:hover {
	color: purple;
	background-color: transparent;
	text-decoration: underline;
}

article {
	border: black 0.3125rem solid; /* 5px */
	margin: 0.3125rem; /* 5px */
}

article:hover {
	border: var(--main-link-color) 0.3125rem solid; /* 5px */
}

.staffel-container {
	height: 95%;
}

.small-h3 {
	margin: 0;
	font-family: Arial, sans-serif;
}


table th{
	width:25%;
	border-radius: 1em / 1em;
}

table{
	text-align: center;
}

table td{
	padding-top: 20px;
	padding-bottom: 20px;
}

table img{
	background-color:black;
	color:black;
	padding:0;
}

table img:hover{
	scale: 1.4;
	background-color: #00A200;
	border-color: #00A200;
}


#Team {
	background-color: #000000;
	border: #000000 solid;
	border-radius: 1em / 1em;
}



.click a:link,
.click a:visited,
.click a:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

.click a:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

.click:hover{
	border-color: white;
}

#hoverImage,
#hoverImage2,
#hoverImage3,
#hoverImage4 {
  text-decoration: none;
}


/* Media Queries for responsiveness */
@media (max-width: 1200px) {
	#click, #h1-background, aside, #Staffeln-Section {
		width: 100%;
		font-size: 1.625rem; /* 26px */
	}

	.buttons {
		font-size: 1.875rem; /* 30px */
	}

	.buttons img {
		height: 3.125rem; /* 50px */
	}
}
@media (max-width: 992px) {
	#click, #h1-background, aside, #Staffeln-Section {
		width: 100%;
		font-size: 1.5rem; /* 24px */
	}

	.buttons {
		font-size: 1.875rem; /* 30px */
	}

	.buttons img {
		height: 3.125rem; /* 50px */
	}
}
@media (max-width: 768px) {

	main{
		display: flex;
		justify-content: center;
		overflow: hidden;
	}

	section, aside{
		width: 88%;
		justify-content: center;
	}

	h2{
		width: 100%;
	}

	aside, #Staffeln-Section{
		width: fit-content;
	}

	.staffel-element{
		width: 89%;
	}

	#Staffeln-Section img{
		width: 80%;
	}

	h3{
		font-size: 1em;
	}

	.click, #h1-background{
		width: 93%;
		font-size: 1.2rem;
	}

	.buttons {
		font-size: 1.25rem; /* 20px */
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}

	.buttons img {
		height: 2.5rem; /* 40px */
	}


	table th img{
		width: 3em;
	}
}
</pre></body></html>