/*#region global*/
.body{
    background-color: #4a4a4a;
    color: aliceblue;
}

input[type="submit" i]{
    color: black;
}

input[type="text" i]{
    color: black;
}

.center button a{
    text-decoration: none;
    color: black;

}

.center{
    width: fit-content;
    border: 3px solid white;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    position: absolute;
    left: 50%;
    transform:  translate(-50%,0%);
}

table.rezepttable{
	font-size: 1.5em;
	border-collapse: collapse;
	background-color: #2c3d4b;
	box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.1);
	border-radius: 0.4em;
}

.rezepttable td, .rezepttable th{
	padding: 0.2em 0.2em;
	text-align: left;
}

.rezepttable thead{
	box-shadow: 0 0.2em 0.5em #00000030;
	background-color: royalblue;
}

.rezepttable tr:nth-child(even){
	background-color: #364a5a;
}

.rezepttable tr:last-child td:first-child{
	border-radius: 0 0 0 0.4em;
}

.rezepttable tr:last-child td:last-child{
	border-radius: 0 0 0.4em 0;
}

.rezepttable th:first-child{
	border-radius: 0.4em 0 0 0;
}

.rezepttable th:last-child{
	border-radius: 0 0.4em 0 0;
}

.deleteRecipeButton{
	color: black;
	box-shadow: 0.1em 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
	border-radius: 0.4em;
	height: 1.6em;
	width: 1.6em;
	padding: 0px;
	background-color: #577e9d;
}

.rezepttable tr:nth-child(even) .deleteRecipeButton{
	background-color: #87a3b9;
}

/*#endregion*/

/*#region Stundenplan */

table.stundenplan{
    margin: auto; 
    margin-top: 1em;
    font-size: 2.3em;
}
.stundenplan td, table.stundenplan, .stundenplan th{
    border-collapse: collapse;
    border: 2px whitesmoke solid;
}
.stundenplan .raum{
    display: none;
    width: 160px;
}
.stundenplan .fach{
    width: 160px;
}

/*#endregion*/

/*#region Checklist*/

.item input{
    text-decoration: none;
    color: black;

}

.item{
    margin: 1.3em;
}

.checkB{
    vertical-align: top;
}

.listeButton{
    width: 6em;
    height: 3em;
}

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

.liste{
    font-size: 1.8em;
}

.formButton{
    width: 15em;
    height: 2.3em;
}
.formText{
    width: 14.7em;
    height: 1.8em;
}

/*#endregion*/

/*#region games */

.thumb{
    border: 1px black solid;
    padding: 0.6em;
    width: 7.5em;
    background-color: white;
}

.text{
    font-size: 1.3em;
}

.body .container a{
    color: white;
    text-decoration: none;
}

/*#endregion*/

/*#region Dame */

.spielfeld{
    display: grid;
    grid-template-columns: repeat(8,64px);
}
.kachel{
    height: 64px;
}
.black{
    background-color: black;
}

.white{
    background-color: white;
}

/*#endregion*/

/*#region Mineweeper */

.mspielfeld{
    display: grid;
}


.feld{
    border: 1px black solid;
    height: 50px;
    width: 50px;
}
.geschlossen{
    background-color: dimgray;
}

.flag{
    background-color: dimgray;
    background-image:  url("/games/minesweeper/flag.png");
}

.geöffnet{
    background-color: lightsteelblue;
    text-align: center;
    align-content: center;
}
.mine{
    background-color: dimgray;
    background-image: url("/games/minesweeper/mine.png");
}
.falsch{
    background-color: dimgray;
    background-image: url("/games/minesweeper/falsch.png");
}

/*#endregion*/

/*#region #MEME */

.center button a{
    text-decoration: none;
    color: black;

}

td a{
    color: rosybrown;
}

/*#endregion*/

/*#region bottom */

.bottom{
    bottom: 10px;
    position: fixed;
    
}
.bottom > a > button{
    width: 5em;
    height: 3em;
    color: black
}

/*#endregion*/