/*Allgemein*/
*{
	margin: 0;
	padding: 0;
}

@font-face{
	font-family:'Montserrat'; 
	src:url(Montserrat-VariableFont_wght.ttf); 
}

@font-face{
	font-family:'Roboto'; 
	src:url(Roboto-Regular.ttf); 
}

img{
	margin: 10px;
	max-width: 130px;
	max-height: 80px;
}

a{
	color:#000000;
	text-decoration: none;
}

ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

hr{
	width: 90px;
}

#content{
	display: flex;
	flex-direction: column;
	margin: 16px auto;
	width: 1280px;
}

.body_item{
	display: flex;
	margin-bottom: 16px;
	max-width: 1280px;
}

.nav{
	justify-content: space-between;
}

/*Kopf*/

header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
}

#logo_kopf{
  width: 155px;
  height: 58px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#menu_kopf{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px;
  margin-right: 10%;
  width: 385px;
  height: 35px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.menu_items_kopf{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #0365AF;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/*Footer*/

#footer{
	position: relative;
	width: 100%;
	height: 59px;
	left: 0px;
	bottom: 0px;
}

footer{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-bottom: 10px;
	background: #FFFFFF;
}

.footer_items{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #0167B1;
	margin: auto 20px;
	flex: none;
	order: 0;
	flex-grow: 0;
}

/*Login*/

#login_body::after{
	content: "";
	position: absolute;
	background: url(assets/background.jpg);
	background-attachment:inherit;
	background-repeat:no-repeat;
	background-size: cover;
	opacity: 0.4;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

@-moz-document url-prefix(){
	#login_body{
		display: flex;
		justify-content: center;
		margin-top: 275px;
	}
}

#login_body{
	display: flex;
	justify-content: center;
	align-items: center;
}

#login_form{
	width: 300px;
	height: 247px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#login_text_input{
	box-sizing: border-box;
	padding-left: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 20px;
	width: 300px;
	height: 50px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #808080;
	border: 1px solid #B3B3B3;
	border-radius: 2px;
}

input[type=password]{
	box-sizing: border-box;
	padding-left: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 40px;
	width: 300px;
	height: 50px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #808080;
	border: 1px solid #B3B3B3;
	border-radius: 2px;
}

input[type=submit]{
	width: 145px;
	height: 50px;
	
	color: #FFFFFF;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	
	background: #1876D0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: 0px;
	border-radius: 2px;
}

input[type=submit]:hover{
	cursor: pointer;
}

#gast_button{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0365AF;
	font-family: 'Montserrat';
	font-size: 12px;
	width: 110px;
	height: 30px;
	margin-top: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: 1px solid #0365AF;
	border-radius: 2px;
}

/*Liegenschaft*/

#lg_body{
	background: #F3F3F3;
	display: flex;			
}

.lieg{
	height: 722px;
}

.lieg_body_item{
	align-items: center;
	justify-content: space-between;
}

/*Bauliche Anlagen*/

#ba_body{
	background: #F3F3F3;
	display: flex;
}

/*Dateiliste*/

#datei_body{
	display: flex;
	justify-content: center;
	background: #F3F3F3;
}

/*Editor*/

#edit_content{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 88vh;
	width: 97%;
	margin: 0 auto 16px auto;
}

.edit_body_item{
	flex-direction: column;
	background-color: #D9D9D9;
	border-radius: 4px;
}

.Textfeld140x22{
	max-width: 200px
}

.mliste{
}

.mliste_row{
}

.mliste_icon{
	width: 25px;
}

.mliste_value{
}

/*für die Formatierung der Serverantwort*/
.flaechenliste{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: 'Montserrat',sans-serif;
	font-size: 9pt;
}

/*Archiv*/