html {
		font-family: Arial, sans-serif; 
		font-size:14pt;
		background: linear-gradient(to bottom , #008000, #007000, #BA55D3);

		color: white;
		}

    	
a {
    color: white;
    text-decoration: none; /* keine Unterstreichung */
    font-weight: bold;
}

a:visited {
    color: white; /* z. B. hellgrau statt lila */
}

a:hover {
    color: #00ff66;
    text-decoration: underline;
}

a:active {
    color: #00aa44;
}

    .stadion {
    background-image: url(bilder/Willy-Kressmann-Stadion.jpeg);
	width: auto;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    margin-left: -8px;
    margin-right: -8px;
	margin-top: -8px;
    }
	
    h1 {                 
    text-align: center;
    font-family: impact;
    font-size: 50pt;
    color: white;
	letter-spacing: 0.03em; 
	margin-bottom: 5px; 
	margin-top: 0px;
    }
	
	.flextop {
    display: flex;
	justify-content: space-between;
    align-items: center;
	background-color: rgba(0,103,71,0.5);
	}
	
	.flexauswahl {
    display: flex;
	justify-content: space-between;
    align-items: center;
	
	background-color: #006747;
	border: 2px solid #6C1D45;
	border-radius: 4px;
	font-size: 30px;
	font-family: impact;
	letter-spacing: 0.03em;
	}
	
	.logor img 
	{
	height: 150px;
	margin-left: 200px;
	}
	
	.logol img 
	{
	height: 150px;
	margin-right: 200px;
	}
	
	h2 {
		background-color: #006747;
		text-align: center;
		font-size:21pt;
		margin-left: -8px;
        margin-right: -8px;
	    margin-top: -8px;
		margin-bottom: 8px;
	}
	
	h3 {
		background-color: #006747;
		text-align: center;
		font-size:14pt;
		margin-left: -8px;
        margin-right: -8px;
	    margin-top: -8px;
		margin-bottom: 8px;
	}

h4 {
		font-size:15pt;
		letter-spacing: -0.02px;
		margin-top: 60px;
		margin-left: -30px;
	}
	
.text{
	display: grid;
	grid-template-columns: 30% 60%;
}

.monument{
	height: 300px;
	justify-self: center;
	margin: 10px;
}