* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
  }

html, body {
	height: 100vh;
	margin: 0px;
	background-color: #222222;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment:fixed;
	font-family: 'Dosis', sans-serif;
    font-size: 18px;
	cursor: url(../img/cursor.png), auto;
}

#container {
	position: relative;
    min-height: 100%;
}

#content {
	transition: all;
	animation: fade ease 1s;
}

#banner {
	width: 100%;
	height: 200px;
	background-color: #222222;
	background-image: url(../img/banner.png);
	background-size: cover;
	background-position: center;
}

#logo {
	width: 200px;
	height: 200px;
	margin-right: 30px;
	background-image: url(../img/logo.png);
	background-size: cover;
	background-position: center;
	float: right;
	cursor: url(../img/pointer.png), auto;
}

#navbar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	background-color: #222222;
	-webkit-box-shadow: 0px 5px 10px 0px #000000; 
	box-shadow: 0px 5px 10px 0px #000000;
	z-index: 100;
}

#navbar:hover {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
}

#navbar_left {
	width: 50%;
}

#menu {
	width: auto;
	display: inline-flex;
	flex-shrink: 0;
}

#navbar_right {
	width: 50%;
}

.button {
	background-color: #222222;
	border: none;
	color: whitesmoke;
	padding: 15px 32px;
	text-align: center;
  	font-variant: small-caps;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: url(../img/pointer.png), auto;
	transition: ease 500ms
}

.button:hover {
	background-color: royalblue;
	color: whitesmoke;
	padding: 15px 32px;
	text-align: center;
	animation: button_hover 500ms forwards ease-out;
	text-transform: uppercase;
  	font-variant: small-caps;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: url(../img/pointer.png), auto;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.button_table:hover {
	background-color: royalblue;
	color: whitesmoke;
	padding: 5px 10px;
	text-align: center;
  	font-variant: small-caps;
  	text-transform: capitalize;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: url(../img/cursor.png), auto;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#navbar #nav_bar {
	color: whitesmoke;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	border-radius:20px;
}

#frame {
	position: relative;
    min-height: 100%;
	width: 1000px;
	margin: 100px auto 0px auto;
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	overflow: auto;
	border-radius:20px;
	background-color: #22222200;
	backdrop-filter: blur(8.1px);
	-webkit-backdrop-filter: blur(8.1px);
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

#frame_lebenslauf {
	position: relative;
    min-height: 100%;
	width: 90%;
	margin: 1px auto 100px auto;
	padding: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	overflow: auto;
	border-radius:20px;
	background-color: #22222200;
	backdrop-filter: blur(8.1px);
	-webkit-backdrop-filter: blur(8.1px);
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

#frame_profile {
	position: relative;
    min-height: fit-content;
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 100px 100px 100px 100px;
	overflow: auto;
	background-color: #22222200;
	backdrop-filter: blur(8.1px);
	-webkit-backdrop-filter: blur(8.1px);
	border-radius:20px;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

#frame_abteilungen {
	position: relative;
    min-height: fit-content;
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 100px 100px 100px 100px;
	overflow: auto;
	background-color: #22222200;
	backdrop-filter: blur(8.1px);
	-webkit-backdrop-filter: blur(8.1px);
	border-radius:20px;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

#frame_search {
	position: relative;
    min-height: fit-content;
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 100px 100px 100px 100px;
	overflow: auto;
	background-color: #22222200;
	backdrop-filter: blur(8.1px);
	-webkit-backdrop-filter: blur(8.1px);
	border-radius:20px;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

#frame_search p {
	font-size: 24px;
	margin: -40px auto 60px auto;
}

#profile_edit {
	width: 800px;
	padding: 30px;

}

#lebenslauf {
	height: auto;
	margin: 50px auto 50px auto;
	display: flex;
	flex-direction: row;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}	

h1 {
	text-align: center;
	color: whitesmoke;
	font-weight: bold;
	margin-bottom: 50px;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

h2 {
	text-align: center;
	color: whitesmoke;
	font-weight: bold;
	margin-bottom: 50px;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

h3 {
	color: whitesmoke;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 30px;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

p {
	color: whitesmoke;
	text-align: center;
	margin-bottom: 0px;
	padding: 20px 0 10px 0;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

a {
	cursor: url(../img/pointer.png), auto;
}

input {
	margin-bottom: 2em;
	text-align: center;
	cursor: url(../img/pointer.png), auto;
}

select {
	margin-bottom: 2em;
	text-align: left;
	cursor: url(../img/pointer.png), auto;
}

label {
	color: whitesmoke;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

form {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_horizontal {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: left;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal {
	height: 50px;
	width: 800px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

/* #add_lebenslauf {
	width: 100%;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
} */

#user_add.form_horizontal {
	width: 800px;
	display: flex;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#lebenslauf.form_horizontal {
	width: 800px;
	display: flex;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_lebenslauf {
	margin: 0px auto 0px auto;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile input {
	margin: 10px;
}

#form_horizontal_profile #vorname {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile #nachname {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile #email {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile #password {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile #abteilung {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile #status {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile #submit {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -100px;
	display: inline-block;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#form_horizontal_profile #newVorname {
	display: flex;
	align-items: center;
}

#form_horizontal_profile #newNachname {
	display: flex;
	align-items: center;
}

#form_horizontal_profile #newEmail {
	display: flex;
	align-items: center;
}

#form_horizontal_profile #newAbteilung {
	width: 150px;
	display: inline-block;
	align-items: center;
	vertical-align: middle;
}

#form_horizontal_profile #newStatus {
	width: 150px;
	display: inline-block;
	align-items: center;
	vertical-align: middle;
}

#form_horizontal_profile #newSubmit {
	padding-top: 23px;
	display: inline-block;
	align-items: center;
	vertical-align: middle;
}

#form_horizontal_profile #newSubmit input {
	width: 100px;
}

#form_horizontal_lebenslauf #entry {
	display: flex;
	align-items: center;
}

#form_horizontal_lebenslauf #date_from {
	display: flex;
	align-items: center;
}

#form_horizontal_lebenslauf #date_to {
	display: flex;
	align-items: center;
}

#names {
	float: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	
}
#a_check {
	margin-top: -25px;
	float: center;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	
}

#loginbox {
	width: 450px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	background-color: #22222200;
}

#changebox {
	width: 450px;padding: 30px;
	text-align: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	background-color: #22222200;
}

table {
	width: 90%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	border-radius:20px;
	border-collapse: collapse;
	border-bottom: solid 1px black;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: all;
	animation: fade ease 1s;
}

tr {
	width: 50%;
}

tr:nth-child(even) {
	background-color: #22222220;
}

thead {
	background-color: #22222240;
	border-radius: 10px;
}


th:first-child {
	border-radius: 10px 0 0 0;
}

th:last-child {
	border-radius: 0 10px 0 0;
}

td:first-child {
	border-left: solid 1px black;
}

td:last-child {
	border-right: solid 1px black;
}

th {
	height: 30px;
	color: whitesmoke;
	padding: 5px 15px 5px 10px;
	background-color: #222222;
	font-size: 18px;
	font-weight: normal;
}

td {
	color: whitesmoke;
	padding: 5px 10px 5px 10px;
	border-top: solid 1px rgba(0, 0, 0, 0.06);
	border-radius:0px;
	background-color: #22222200;
	/* backdrop-filter: blur(4.1px);
	-webkit-backdrop-filter: blur(4.1px); */
}

#error {
	height: auto;
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #9e0000;
	backdrop-filter: blur(8.1px);
	-webkit-backdrop-filter: blur(8.1px);
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
  }

#message {
	height: auto;
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #259e00;
	backdrop-filter: blur(8.1px);
	-webkit-backdrop-filter: blur(8.1px);
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

#footer {
	margin-top: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #222222;
	-webkit-box-shadow: 0px -5px 10px 0px #000000; 
	box-shadow: 0px -5px 10px 0px #000000;
}

#space {
	height: 130px;
}

#sortUser {
	display: flex;
	justify-content: left;
	margin-left: 9%;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#userList {
	width: 90%;
	margin: 0px auto 0px auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	text-align: center;
	max-width: 100%;
	overflow: auto;
}

#userList img{
	border-radius: 50%;
}

#userList img:hover{
	border-radius: 50%;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5),inset 0px 0px 10px 0.5px rgba(0, 0, 0, 0.853);
}

#user_pic img{
	border-radius: 50%;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5),inset 0px 0px 10px 0.5px rgba(0, 0, 0, 0.853);
}

#abteilungList {
	width: 90%;
	margin: 0px auto 0px auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	text-align: center;
	max-width: 100%;
	overflow: auto;
}

#search {
	height: max-content;
	display: flex;
	justify-content: right;
	flex-direction: row;
	align-items: center;
	text-align: center;
}

#search_profile {
	height: max-content;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 100px;
}

#search_lebenslauf {
	height: max-content;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 100px;
}

#search_abteilungen {
	height: max-content;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 100px;
}

#search form{
	display: flex;
	flex-direction: row;
}

.row {
	padding: 0px 30px 0px 30px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	text-align: center;
	max-width: 100%;
	overflow: hidden;
}

.left {
	max-width: 1000px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.right {
	max-width: 1000px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.form_login {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_login p {
	font-family: 'Dosis', sans-serif;
	font-size: 21px;
	margin: 20px;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_login label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: 0 153px 0 0;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_login input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 14px;
  	padding: 10px 40px 10px 40px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}
.form_login input:focus {
	font-size: 18px;
  	padding: 20px 10px 20px 10px;
	vertical-align: baseline;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

.form_login #submit {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 14px;
	position: unset;
	border: none;
	background-color: white;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 20px 0px;
	border-radius: 5px;
	z-index: 0;
}

.form_login input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.500);
}

.form_addLebenslauf {
	height: auto;
	margin: 25px;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_addLebenslauf label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: -55px -150px 0px 0px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_addLebenslauf input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 16px;
	margin: 20px;
  	padding: 10px 20px 10px 20px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}
.form_addLebenslauf input:focus {
	font-size: 18px;
  	padding: 30px 30px 30px 30px;
	vertical-align: baseline;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

.form_addLebenslauf #submit {
	font-family: 'Dosis', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 16px;
	position: unset;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 20px;
	border-radius: 5px;
}

.form_addLebenslauf input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.350);
}

.form_updateLebenslauf {
	height: auto;
	margin: 25px;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_updateLebenslauf label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: -55px -150px 0px 0px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_updateLebenslauf input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 16px;
	margin: 20px;
  	padding: 10px 20px 10px 20px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}
 .form_updateLebenslauf input:focus {
	font-size: 18px;
  	padding: 20px 20px 20px 20px;
	vertical-align: baseline;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

.form_updateLebenslauf #submit {
	font-family: 'Dosis', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 16px;
	position: unset;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 20px;
	border-radius: 5px;
}

.form_updateLebenslauf #submit:hover {

	animation: button_hover 500ms forwards ease-out;
}

.form_updateLebenslauf input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.350);
}

.form_addUser {
	height: auto;
	margin: 25px;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_addUser label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: -55px -150px 0px 0px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_addUser input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 16px;
	margin: 20px;
  	padding: 10px 20px 10px 20px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}
 .form_addUser input:focus {
	font-size: 18px;
  	padding: 30px 30px 30px 30px;
	vertical-align: baseline;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

.form_addUser #submit {
	font-family: 'Dosis', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 16px;
	position: unset;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 20px;
	border-radius: 5px;
}

.form_addUser #submit:hover {

	animation: button_hover 500ms forwards ease-out;
}

.form_addUser input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.350);
}

.form_addUser #newAbteilung {
	margin: 25px;
}

.form_addUser #newStatus {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.form_updateUser {
	height: auto;
	margin: 25px;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_updateUser label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: -55px -150px 0px 0px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_updateUser input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 16px;
	margin: 20px;
  	padding: 10px 20px 10px 20px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}
 .form_updateUser input:focus {
	font-size: 18px;
  	padding: 20px 20px 20px 20px;
	vertical-align: baseline;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

.form_updateUser #submit {
	font-family: 'Dosis', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 16px;
	position: unset;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 20px;
	border-radius: 5px;
}

.form_updateUser #submit:hover {
	animation: button_hover 500ms forwards ease-out;
}

.form_updateUser input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.350);
}

.form_updateUser #newAbteilung {
	margin: 25px;
}

.form_updateUser #newStatus {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.form_changePassword {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_changePassword label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: 0 153px 0 0;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_changePassword input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 14px;
  	padding: 10px 40px 10px 40px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}
.form_changePassword input:focus {
	font-size: 18px;
  	padding: 20px 40px 20px 40px;
	vertical-align: baseline;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

.form_changePassword #submit {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 14px;
	position: unset;
	border: none;
	background-color: white;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 20px 0px;
	border-radius: 5px;
	z-index: 0;
}

.forform_changePasswordm_login input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.500);
}

.form_addDepartment {
	height: auto;
	margin: 25px;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_addDepartment label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: -55px -150px 0px 0px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_addDepartment input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 16px;
	margin: 20px;
  	padding: 10px 20px 10px 20px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}
 .form_addDepartment input:focus {
	font-size: 18px;
  	padding: 30px 30px 30px 30px;
	vertical-align: baseline;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

.form_addDepartment #submit {
	font-family: 'Dosis', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 16px;
	position: unset;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 20px;
	border-radius: 5px;
}

.form_addDepartment #submit:hover {

	animation: button_hover 500ms forwards ease-out;
}

.form_addDepartment input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.350);
}

.form_addDepartment #newAbteilung {
	margin: 25px;
}

.form_addDepartment #newStatus {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.form_updateDepartment {
	height: auto;
	margin: 25px;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_updateDepartment label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: -55px -150px 0px 0px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_updateDepartment input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 16px;
	margin: 20px;
  	padding: 10px 20px 10px 20px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}
 .form_updateDepartment input:focus {
	font-size: 18px;
  	padding: 20px 20px 20px 20px;
	vertical-align: baseline;
	transition: all ease-in-out 0.3s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.5),inset 0px 0px 10px 0.5px rgba(255, 255, 255, 0.5);
}

.form_updateDepartment #submit {
	font-family: 'Dosis', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 16px;
	position: unset;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 20px;
	border-radius: 5px;
}

.form_updateDepartment #submit:hover {

	animation: button_hover 500ms forwards ease-out;
}

.form_updateDepartment input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.350);
}

.form_updateDepartment #newAbteilung {
	margin: 25px;
}

.form_updateDepartment #newStatus {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.form_search {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	background-color: #22222200;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 20px;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

.form_search label {
	font-family: 'Dosis', sans-serif;
	width: 120px;
	color: black;
	font-size: 12px;
	position:static;
    vertical-align: middle;
	text-align: left;
	background-color: white;
	border: solid 1px black;
	border-bottom: solid 0px black;
	padding: 0px 10px 0px 10px;
	margin: -55px -150px 0px 0px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 0;
}

.form_search input {
	font-family: 'Dosis', sans-serif;
	color: black;
	font-size: 16px;
	margin: 20px 15px;
  	padding: 5px 0px 5px 0px;
	vertical-align: baseline;
	border: solid 1px black;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1;
	transition: all ease-in-out 1s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}
 .form_search input:focus {
	font-size: 16px;
  	padding: 5px 40px 5px 40px;
	vertical-align: baseline;
	transition: all ease-in-out 1s;
	text-shadow:rgba(245, 245, 245, 0.199) 0 0 5px,rgb(245, 245, 245) 0 0 0.5em;
}

#search form #search {
	margin-right: -5px;
}

#search form #submit {
	padding-right: -20px;
}

.form_search #submit {
	font-family: 'Dosis', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 16px;
	position: unset;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 20px;
	border-radius: 5px;
}

.form_search #submit:hover {

	animation: button_hover 500ms forwards ease-out;
}

.form_search input::placeholder {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	vertical-align: baseline;
	color: rgba(0, 0, 0, 0.350);
}

.form_search #newAbteilung {
	margin: 25px;
}

.form_search #newStatus {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
}


@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes button_hover {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.6);
	}
	100% {
		transform: scale(1.2);
	}
}