@media (orientation: portrait) {
  main {
    width: 100% !important;
	height: 200% !important;
	margin: none !important;
	border: none !important;
	padding: 8px !important;
  }
  
  body {
	background-color: ghostwhite !important;
	padding: none !important;
  }
}

body {
	background-color: lightblue;
	background-position: center; height: 1440px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: sans-serif;
	font-size: 1,5;
}

@media (orientation: landscape) {
  main {
	margin-left: 15%;
	margin-top: 2.5%;
	width: 70%;
	border: 5px solid;
	border-color: blue;
	padding: 32px;
	border-radius: 32px;
  }
}
main {
	background-color: ghostwhite;
	padding: 32px;
}

main p a {
	color: blue;
	border-color: blue;
	border: 2px solid;
	border-radius: 8px;
	padding: 8px;
	margin-top: 32px;
}

header {
	height: 2.5%
}

legend {
	font-weight: bold;
}

table, tr, td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 12px;
	min-height: 32px;
}

table, tr, th {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 12px;
	min-height: 32px;
}

table {
	border-radius: 8px;
	background-color: ghostwhite;
}

th {
	padding-left: 8px;
	padding-right: 8px;
}

.content form button {
	color: blue;
	border-color: blue;
	border: 2px solid;
	border-radius: 8px;
	padding: 8px;
}
	
	
.error {
	color: red;
	text-decoration: underline;
}

.success {
	color: green;
}

.entry {
	border-radius: 8px;
	font-size: 0,5;
	margin: 8px;
	padding: 8px;
	border: 1px solid black;
}

.lehrer {
	background-color: #f59ac0;
}

.schueler {
	background-color: #9af5e7;
}

.extern {
	background-color: #9af59d;
}


.voll {
	background-color: grey;
}

.platz {
	background-color: lightgrey;
}

.leer {
	background-color: lightblue;
}

.void {
	display: none;
}

.slotfull {
	text-decoration: italic;
	font-size: 0.75;
	text-align: right;
	vertical-align: bottom;
}