h2 
{                 
        text-align: left;
        font-family: Courier New;
        font-size: 40pt;
        color: white;
        letter-spacing: -0.03em;
	    margin-top: 0px;
        margin-bottom: 35px;
		background-color: #00331E;
}

h3
{
	text-align: center;
    color: white;
    font-size: 35px;
	font-family: Arial;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #00331E;
}

h4
{
	text-align: center;
    font-size: 35px;
	font-family: Arial;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	color: #ebebeb;
	letter-spacing: -0.03em;
}

h5
{
	text-align: center;
    color: white;
    font-size: 28px;
	font-family: Arial;
	margin: 0px;
	margin-top: 8px;
	background-color: #00331E; 
}

h6
{
    color: white;
    font-size: 20px;
	font-family: Arial;
	margin: 0px;
}

h7
{
	text-align: center;
        font-family: impact;
        font-size: 190pt;
        color: #001000;
	    letter-spacing: 0.03em; 
		margin-top: 0px;
		color: white;
}

h8
{
	text-align: center;
    font-size: 35px;
	font-family: Arial;
	margin: 10px;
	color: #ebebeb;
}

.stand {
        margin-left: 8.4%;
}	

.zweite
{
    display: flex;
	justify-content: space-between;
    align-items: center;
}

.erste
{
    display: grid;
	width: 80%;
}

.liga
{
	background: linear-gradient(to bottom , #00331E, #006747);
	border: 7px solid #00331E;
	border-radius: 25px;
}

.freundschaft
{
	background: linear-gradient(to bottom , #6C1D45, #B53174);
	border: 7px solid #6C1D45;
	border-radius: 25px;
}

.dfb
{
	background: linear-gradient(to bottom , #926F34, #DFBD69);
	border: 7px solid #926F34;
	border-radius: 25px;
}

.rechteck
{
    display: grid;
	grid-template-columns: 25% 15% 60%;
    margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 100px; 
	margin-right: 100px;
}

.miniGrid
{
	display: grid;
	grid-template-rows: 50% 25% 25%;
}

.weitereSpiele img
{
	height: 100px;
}

.logoNextGame img
{
	width: 300px;
	margin: 20px 80px;
}

.kasten 
{
    display: grid;
    margin-top: 35px;
	margin-bottom: 5px;
	margin-left: 100px; 
	margin-right: 100px;
	border: 7px solid #00331E;
	border-radius: 25px;
	background: linear-gradient(to right , #1E3A8A, #1E3A8A, #c2c2c2, #006747, #006747);			/* Ändern */
	background-repeat: no-repeat;	
}

.prognoseHeim
{
	width: 13%;																						/* Ändern */
	background-color: #1E3A8A;																		/* Ändern */
	color: white;
	text-align: center;
}

.prognoseRemis
{
	width: 22%;																						/* Ändern */
	background-color: #c2c2c2;																		/* Ändern */
	color: white;
	text-align: center;
}

.prognoseGast
{
	width: 65%;																						/* Ändern */
	background-color: #006747;																		/* Ändern */
	color: white;
	text-align: center;
}