﻿html {
	font-family:"Comic Sans MS";
	background-image: url(https://siedleronline.de.cool/Bilder/Hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	font-size:14px;
}
header {
	width: inherit;
	height: 80px;
}
body {
	font-size:14px;
}
.button-like-without-magic {
  padding:0px 0px;
  text-decoration:none;
}
select {
	border:none;
	padding: 3px;
	background-color: orange;
	font-family:"Comic Sans MS";
	font-size: 14px;
	text-align: center;
	color: black;
	font-weight: bold;
}

option {
	border-radius: 5px;
	border:none;
	padding: 3px;
	background-color: orange;
	font-family:"Comic Sans MS";
	font-size: 14px;
	color: black;
	font-weight: bold;
}
.bild {
	height:40px;
	width:40px;
}
input {
	border-radius: 5px;
	border:none !Important;
	padding: 3px;
	background-color: orange;
	font-family:"Comic Sans MS";
	font-size: 14px;
	color: black;
	font-weight: bold;
	width:96%;
}
a {
	font-family:"Comic Sans MS";
	text-decoration: none;
	color:black;
	font-weight:bold;
}
p {	
	font-family:"Comic Sans MS";
	font-size: 14px;
}
span {
	font-family:"Comic Sans MS";
	font-size: 14px;
}
img {
	vertical-align: middle;
}
select {
	font-family:"Comic Sans MS";
	border-radius: 5px;
	border:none;
	width:99%;
	font-weight:bolder;
	color:black;

}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bereichlogo {
	color: white;
	background-color: orange;
	display: block;
	padding: 2px;
	padding-bottom: 1px;
	text-decoration: none;
	float: left;
	vertical-align: middle;
}
#bereichlogo {
	border: 1px solid black;
	width: auto;
	height: 20px;
}
#bereichlogo:hover {
	background-color:gray;
}
/* Navigation */
#navigation {
	width:auto;
	background-color: orange;
	display: block;
	position:fixed;
}
#navigation ul {
	float: left;
	width: auto;
	position: flex;
}
#navigation li {
	font-weight:bold;
	float: left;
	width: auto;
	position: Relative;
}
#navigation li a {
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	font-weight:bold;
	display: Block;
	width: auto;
	line-height: 22px;
	text-align: Center;
	color: #000000;
	text-decoration: None;
	background-color:orange;
	border: 1px Solid #000000;
}
#navigation li a:hover {
	background-color: yellow;
}
#navigation li a:active {
	color: #000000;
}
#navigation li ul {
	width:180px;
	visibility: Hidden;
	position: Absolute;
	left: 0px;
	padding-top: 0px;
	z-index: 100;
}

#navigation li:hover {
	background-color: yellow;
}
#navigation li:hover > ul, #navigation li:active > ul {
	visibility: Visible;
	background-color: yellow;
	width:180px;
}
#navigation li ul li{
	width:180px;
}
#navigation li ul a {
	background-color: orange;
}
#navigation li ul li ul {
	display: None;
	position: Absolute;
	left:180px;
	width:180px;
	top: 0px;
	z-index: 100;
}
#navigation li ul li:hover > ul {
	display: Block;
	background-color: yellow;
}
/* Smartphone Menu */
#burger {
	display: None;
}
li:hover {
	background-color: yellow;
}






@media screen and (max-width: 800px) {

select {
	font-size: 10px !Important;
	}

option{
	font-size: 10px !Important;
}

input {
	font-size: 10px !Important;
}

html{
	font-size: 10px;
}
.bild {
	height:30px !Important;
	width:30px !Important;
}
.zelle {
	font-size: 10px !Important;
}

.zelle1 {
	font-size: 10px !Important;
	}

.zelle2 {
	font-size: 10px !Important;
	border: 2px solid red !Important;
}

html {
	font-size: 10px;
}
span {
	font-family:"Comic Sans MS";
	font-size: 10px;
}

p {
	font-family:"Comic Sans MS";
	font-size: 10px;
}

td {
	font-size:10px;
}

ul#navigation li, ul#navigation li a {
	text-align:left;
	padding-top:0px;
	width: 100%;
}
li:hover > ul {
	margin-left:180px;
	padding-top:0px;
	display: block;
	background-color: yellow;
	border: 2px solid red;
	width: 485px;
}
#navigation li ul {
	width:485px;
}
#navigation li ul li:hover > ul {
	display: Block;
	margin-left:50px;
	background-color: yellow;
	margin-top:22px;
	width:425px;
}
#navigation li ul li ul {
	display: block;
	left: 0px;
}
li:hover {
	background-color: yellow;
}
#burger {
	float: right;
	border-style: None;
	border-color: inherit;
	border-width: medium;
	display: Block;
	margin-right: 5px;
	-moz-appearance: None;
	-webkit-appearance: None;
	width: 25px;
	height: 29px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeAQAAAAATS5MPAAAAAnRSTlMAAHaTzTgAAAAUSURBVHjaY2DAC/7///8HN0EzvQD48y+tFbUTjAAAAABJRU5ErkJggg==');
	background-size: 25px 25px;
	position: right;
	background-color: orange;
	vertical-align: Middle;
	outline: None;
	cursor: Pointer;
}
#burger:checked ~ ul#navigation {
    animation: fadeIn 1.2s;
    display: Block;
    margin-top: 0px;
 }
#burger:not(:checked) ~ ul#navigation {
    display: None;
 }
@keyframes fadeIn {
    from { opacity: 0; }
  to { opacity: 1; }
 }
}






@media screen and (max-width: 500px) {

select {
	font-size: 10px !Important;
	}
	
option{
	font-size: 10px !Important;
}

input {
	font-size: 10px !Important;
}

html{
	font-size: 10px;
}

.bild {
	height:20px !Important;
	width:20px !Important;
}
.zelle {
	font-size: 10px !Important;
	}
	
.zelle1 {
	font-size: 10px !Important;
	}

.zelle2 {
	font-size: 10px !Important;
	border: 2px solid red !Important;

}

span {
	font-family:"Comic Sans MS";
	font-size: 10px;
}
p {
	font-family:"Comic Sans MS";
	font-size: 10px;
}

td {
	font-size:10px;
}

ul#navigation li, ul#navigation li a {
	text-align:left;
	padding-top:0px;
	width: 100%;
}
li:hover > ul {
	margin-left:120px;
	padding-top:0px;
	display: block;
	background-color: yellow ;
	border: 2px solid red;
	width: 200px;
}
#navigation li ul {
	width:200px;
}
#navigation li ul li:hover > ul {
	margin-left:50px;
	display: Block;
	background-color: yellow;
	margin-top:22px;
	width:150px;
}
#navigation li ul li ul {
	display: block;
	left: 0px;
}
li:hover {
	background-color: yellow;
}
#burger {
	float: right;
	border-style: None;
	border-color: inherit;
	border-width: medium;
	display: Block;
	margin-right: 5px;
	-moz-appearance: None;
	-webkit-appearance: None;
	width: 25px;
	height: 29px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeAQAAAAATS5MPAAAAAnRSTlMAAHaTzTgAAAAUSURBVHjaY2DAC/7///8HN0EzvQD48y+tFbUTjAAAAABJRU5ErkJggg==');
	background-size: 25px 25px;
	position: right;
	background-color: orange;
	vertical-align: Middle;
	outline: None;
	cursor: Pointer;
}
#burger:checked ~ ul#navigation {
    animation: fadeIn 1.2s;
    display: Block;
    margin-top: 0px;
 }
#burger:not(:checked) ~ ul#navigation {
    display: None;
 }
@keyframes fadeIn {
    from { opacity: 0; }
  to { opacity: 1; }
 }
}


/* Ende Navigation */


/*--Anfang Tabelle--*/

.tabelle {
	font-family:"Comic Sans MS";
	margin: auto;
	border-collapse: collapse;
}
.zelle1:hover {
	background-color:teal;
}

.zelle1 {
	background-color: orange;
	padding: 0px;
	border: 2px solid Black;
	border-radius: 5px;
	font-family:"Comic Sans MS";
	font-size: 14px;
	text-align: center;
	color: black;
	font-weight: bold;
}
.zelle2 {
	background-color: orange;
	padding: 0px;
	border: 2px solid red !Important;
	border-radius: 5px;
	font-family:"Comic Sans MS";
	font-size: 14px;
	text-align: center;
	color: black;
	font-weight: bold;
}

.zelle {
	padding: 0px;
	border: 2px solid Black;
	background-color: Gray;
	border-radius: 5px;
	font-family:"Comic Sans MS";
	font-size: 13px;
	text-align: center;
	color: black;
	font-weight: bold;
}
.zelle3 {
	padding: 0px;
	border: 2px solid Black;
	background-color:  orange;
	border-radius: 5px;
	font-family:"Comic Sans MS";
	font-size: 15px;
	text-align: center;
	color: black;
	font-weight: bold;
	max-width:800px;
}

th {
	background-color: orange;
	border-radius: 5px;
	padding: 3px;
	color: black;
	font-size: 14px;
	font-family:"Comic Sans MS";
}
td > a {
	display:block;
}

td > a:hover{
	background-color: green !Important;
} 
tr:hover {
	background-color: none;
}
tr:hover td {
	background-color: none;
    /* or #000 */
}
.separate {
	border-radius: 5px;
	border-spacing: 0,5px;
	border-collapse: separate;
	padding-bottom: 60px;
}
.separate td, table.separate th {
	border-bottom: 2px solid Black;
	border-right: 2px solid Black;
}
.separate tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
.separate tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
.separate tr th:first-child, table.separate tr td:first-child {
	border-left: 2px solid Black;
}
.separate tr:first-child th, table.separate tr:first-child td {
	border-top: 2px solid Black;
}
.separate tr:first-child th:first-child, table.separate tr:first-child td:first-child {
	border-top-left-radius: 5px;
}
.separate tr:first-child th:last-child, table.separate tr:first-child td:last-child {
	border-top-right-radius: 5px;
}
/*--Ende Tabelle--*/

/*--Anfang Footer--*/
footer {
	height: auto;
	display: block;
	position: fixed;
	padding: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	background: orange;
	border-color: orange;
}
footer a {
	float: left;
	color: black;
	font-size: 14px;
}
footer p {
	display: block;
	line-height: 20px;
	vertical-align: middle;
	color: black;
	font-weight: 800;
	float: right;
	margin: 0;
}
/*--Ende Footer--*/
