* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	font-family:Calibri;
	font-size: 1em;
	height: 100%;
	width: 100%;
}
body {
	background-color: #3F4045;
	color: #3F4045;
	font-size: 1.3em;
}
a {color:white;}
h1  {
	color:white;
	font-size:38px;
	transition: all 0.3s ease-in-out;
}
h1 a{	text-decoration:none; }
@media only screen and (max-width: 600px) {
	h1 {
		font-size:25px;margin-top:13px;
	}
}
h2 {
	padding:20px 0 30px 0;
	color: #3F4045;
}
#head {
	height:190px;
	background-color: #3F4045;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image:url("media/background.jpg");
	color: #3F4045;
	padding-top:30px;
	min-width: 580px;
	width:100%;
	text-align:center;
	text-shadow: 0px 0px 5px #3F4045;
}

#kasten {
	left: 0; right: 0; top:0;
	margin: 90px auto 50px auto;
  	position: absolute;
	padding:40px 20px 20px 20px;
	box-sizing:border-box;
	width:70%;
	min-width: 580px;
	max-width:900px;
	min-height:70%;
	text-align:center;
	
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(10.7px);
	backdrop-filter: blur(10.7px);
}

#user-menu {
	color:white;
	margin: 0 auto;
	border:none;
	border-collapse: separate;
	border-spacing: 0 6px;
	min-width:60%;
	font-size:0.9em;
}

#user-menu td {
	padding: 15px 5px 15px 5px;
	text-align:center;
}
.user-menu-form {
	background-color:#3F4045;
}

#submitbutton {
	transition: all 0.5s ease-in-out;
}

.user-menu-form:hover td #submitbutton {
	filter: brightness(0) saturate(100%) invert(74%) sepia(74%) saturate(2273%) hue-rotate(86deg) brightness(102%) contrast(91%);
}
#user-menu-head td a { display:block; width:100%; height:100%;} 
#user-menu-head {	opacity:.6;}
#user-menu-head, #user-menu-head a{
	font-weight:bold;
	color:black;
	background-color:none;
	text-decoration:none;
}
#user-menu-head td {
	vertical-align:bottom;
	padding: 5px;
}
.spalte-aktiv {
	border-bottom: 2px solid black;
}

.user-menu-body {
	transition: all 0.3s ease-in-out;
background-color:#;}
.user-menu-body:hover {
	transform:translate(10px,0);
}
.newentry {
	position:absolute;
	height:48px;
	width:45px;
	transform:translate(40px,-34px);
	cursor:pointer; 
	background-image:none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 50%;
	text-align:left;
	vertigal-align:center;
} 
.user-menu-body:hover .newentry{
	background-image:url('media/edit.svg');
}

.menu-buttonL1,.menu-buttonL2,.menu-buttonL3, .menu-buttonL4, .menu-buttonR1, .menu-buttonR2 {
	position:absolute;
	height:32px;
	transition: all 0.3s;
}
.menu-buttonL1{top:-50px; left:0px; transform: rotate(270deg);}
.menu-buttonL4{top:-50px; left:0px; filter:invert(1); border:3px solid black; border-radius:50%; height:20px; padding:4px;}

.menu-buttonL2{filter: invert(1); top:-50px; left:50px;}
.menu-buttonL3{filter: invert(1); transform: translate(0) rotate(180deg); top:-50px; left:50px;}
.menu-buttonR1{filter: invert(1); top:-50px; right:50px;}
.menu-buttonR2{transform: translate(0) rotate(180deg); top:-50px; right:0px;}

.menu-buttonL1:hover,.menu-buttonL2:hover,.menu-buttonL3:hover, .menu-buttonL4:hover, .menu-buttonR1:hover,.menu-buttonR2:hover  {opacity:.5;}

@media only screen and (max-width: 600px) {
	.menu-buttonL1 { transform: translate(20px) rotate(270deg); }
	.menu-buttonL2, .menu-buttonL4 { transform: translate(20px) }
	.menu-buttonL3 { transform: translate(20px)  rotate(180deg)}
	.menu-buttonR1 { transform: translate(-20px); }
	.menu-buttonR2 { transform: translate(-20px) rotate(180deg); }
}


button {
	background:none;
	border:none;
}
.button, .linkbutton {transition: all 0.3s;}
.button:hover, .linkbutton:hover {opacity:.5;}

.linkbutton {
	color:white; text-decoration:none; padding: 7px 20px 7px 20px; margin:0 10px 0 10px; border:2.5px solid #3F4045; background-color: #3F4045; border-radius:30px; font-size:13px;
}

.shortcut { 	background-color: #3F4045;
	color:white;
	border-radius:8px;
	border: 2px solid white;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	position:absolute;
	margin-top:6px;
}


#meldung, #fehlermeldung{
	padding:13px 50px 13px 50px;
	text-align:center;
}
#meldung {
	background-image:url(media/save.svg);
	background-repeat:no-repeat;
	background-size:30px;
	background-position: bottom 50% right 10px;
	background-color:#287233;
	
	color:white;
	width:400px;
	-webkit-box-shadow: 10px 10px 50px 10px #000000;
	box-shadow: 10px 10px 50px 10px #000000;
	
	position:fixed;
	bottom:20px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index:100;
	
	opacity:1;
	transition: all 0.3s ease-in-out;
}
#fehlermeldung {
	background-color:#E26D5C;
	box-sizing:border-box;
	margin-bottom: 20px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);

}

input[type=text], input[type=number], select {
  border: none; outline: none;
  border-bottom: 2px solid white;
  background-color: #3F4045;
  color:white;
	font-size:0.9em;
	text-align:center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
	accent-color: #3F4045;
}


.trash-button {
	cursor:pointer;  margin-left:5px; height:15px; width:15px; padding:4px; background-color: white; border-radius:50%;
	transition: all 0.3s ease-in-out;
}
.trash-button:hover { opacity:.7; background-color: #f00000;}
