html {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	background-color: white;
}

body {
	height: 100%;
	min-height: 100vh;
	margin: 0;
	background-image: linear-gradient(150deg, var(--GrauerHintergrundStart), var(--GrauerHintergrundEnde));
}

header {
	width: 100vw;
	height: 76px;
	background-color: white;
	border-bottom: 2px solid var(--Hellgrau);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--padding);
	box-sizing: border-box;
}

header .TWLogo {
	height: 50%;
}

.TWLogo{
	cursor: pointer;
}

header .BurgerMenu {
	height: 40%;
}

footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--padding);
	box-sizing: border-box;
	font-size: 12px;
	color: var(--Grau);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

footer .TWLTLogo {
	height: 18px;
	vertical-align: middle;
}

footer .FussText {
	vertical-align: middle;
	margin-right: 10px;
}

main {
	color: var(--Text);
	margin-bottom: 50px;
}

.Willkommen {
	font-size: 120%;
	font-weight: 500;
	border-left: 4px solid var(--PrimaerFarbe);
	padding-left: 10px;
	box-sizing: border-box;
	margin: 50px var(--padding);
}

.KachelBereich {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}

.Kachel {
	background-color: white;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 17px var(--Hellgrau);
	cursor: pointer;
}

.Kachel img {
	height: 50px;
	width: 50px;
}

.Kachel p {
	margin: 10px 0 10px 0;
}

.KachelBereich .FarbigeKachel {
	background-color: var(--PrimaerFarbe);
	color: white;
}
.textArea-scan{
	width: 100%;
	height: 70px;
}
.button {
    padding: 10px 20px 10px 20px;
    color: black;
    font-size: 14px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
}
.fileUpload{
	margin: 15px 0px;
}
.input {
    display: block;
    width: 250px;
    margin: 10px auto 40px auto;
    text-align: center;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid black;
    background-color: white;
}
.LoginWrapper{
	text-align: center;
    margin-top: 40px;
}
.red{
	color: red;
}
.DezenterLink{
	cursor: pointer;
}

.eventBox{
	padding: 10px;
	margin: 10px;
	border: 1px solid;
	cursor: pointer;
	text-align: center;
  }
  .eventBox p{
	  margin: 0px;
  }
  .support-head-section{
	  border-bottom: 2px solid black;
  }
  .support-section{
	  margin: 10px;
  }
  
  .auto-question {
	padding: 9px;
    background: #ddd;
    border-radius: 9px;
    max-width: 60%;
    margin-left: 10px;
    margin-top: 5px;
	display: inline-block;
  }
  .user-section {
	  text-align: right;
	  margin: 15px;
  }
  .user-head-section {
	  border-bottom: 2px solid;
  }
  .user-answer {
  	padding: 9px;
  	background: #ddd;
  	border-radius: 10px;
  	margin-left: 40%;
  	text-align: right;
  	margin-right: 10px;
  	margin-top: 5px;
  	margin-bottom: 10px;
  	margin-bottom: 10px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  }
  .textArea-answer{
	  width: 100%;
	  height: 50px;
	  border-radius: 10px;
    border: 1px solid;
  }
  .answer-box{
	padding: 10px;
    margin-top: 10px;
    width: 60%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .icon-clip{
	  width: 20px;
	  margin-right: 10px;
	  cursor: pointer;
  }
  .icon-plane{
	  width: 20px;
	  cursor: pointer;
  }
  .icon-camera{
	  width: 20px;
	  cursor: pointer;
	  margin-right: 10px;
  }
  .icon-holder{
	  text-align: right;
  }
  .hiden{
	  display: none;
  }
  
  .Camera {
	  display: none; 
	  position: fixed; 
	  z-index: 1; 
	  padding-top: 100px;
	  left: 0;
	  top: 0;
	  width: 100%; 
	  height: 100%; 
	  overflow: auto; 
	  background-color: rgb(0,0,0); 
	  background-color: rgba(0,0,0,0.4);
	}
	.Camera-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 320px;
	  height: 275px;
	}
  
	/* Absolute Center Spinner */
  .loading {
	  position: fixed;
	  z-index: 999;
	  height: 2em;
	  width: 2em;
	  overflow: show;
	  margin: auto;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  display: none;
	}
	
	/* Transparent Overlay */
	.loading:before {
	  content: '';
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: radial-gradient(rgba(20, 20, 20,.4), rgba(0, 0, 0, .4));
	  background: -webkit-radial-gradient(rgba(20, 20, 20,.4), rgba(0, 0, 0,.4));
	}
	
	/* :not(:required) hides these rules from IE9 and below */
	.loading:not(:required) {
	  /* hide "loading..." text */
	  font: 0/0 a;
	  color: transparent;
	  text-shadow: none;
	  background-color: transparent;
	  border: 0;
	}
	
	.loading:not(:required):after {
	  content: '';
	  display: block;
	  font-size: 10px;
	  width: 1em;
	  height: 1em;
	  margin-top: -0.5em;
	  -webkit-animation: spinner 150ms infinite linear;
	  -moz-animation: spinner 150ms infinite linear;
	  -ms-animation: spinner 150ms infinite linear;
	  -o-animation: spinner 150ms infinite linear;
	  animation: spinner 150ms infinite linear;
	  border-radius: 0.5em;
	  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
	}
	.messages{
	  margin-left: 10px;
	}

	.icon{
		width: 10px;
	}

	.closeEvent {
		text-align: center;
		background: wheat;
		margin: 10px 0px;
		padding: 10px 0px;
	}
	.firma{
		text-align: center;
	}
	.createDate{
		font-size: 8px;
		text-align: right;
		float: right;
		margin-left: 5px;
	}
	.optKunden{
		display: block;
    width: 250px;
    margin: 10px auto 40px auto;
    text-align: center;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid black;
    background-color: white;
	}
	.kundenList{
		text-align: center;
	}
	.firmaName{
		text-align: center;
		display: inline-block;
		margin: 10px;
		text-decoration: none;
		border: 1px solid;
		padding: 10px;
		border-radius: 20px;
	}
	.clientList a {
		text-decoration: none;
	}
	.clientList{
		text-align: center;
		background: #ddd;
   		padding: 10px;
	}
	.anwaltKontakteList{
		background: white;
   		padding: 10px;
	}

	.level{
		display: inline-block;
		width: 30%;
		font-size: 10px;
	}
	.select{
		width: 60%;
		margin: 5px;
	}
	.txtInput{
		width: 60%;
		max-width: 80%;
		margin: 5px;
		border-style: solid;
		border-width: 0px;
		border-bottom-width: 1px;
		border-color: #141B4D;
		background-color: transparent;
		font-size: 90%;
	}
	.tblNotfallKontkte{
		font-size: 10px;
		margin-top: 10px;
	}
	.btnNotfallKontakte{
		display: block;
		margin-left: auto;
		margin-right: 10%;
	}
	.btnForForm{
		display: block;
		margin-left: auto;
		margin-right: 10%;
	}
	.removeNotfallKontakte{
		cursor: pointer;
	}
	.RemoveAnwaltKontakte{
		cursor: pointer;
	}
	table {
		font-family: arial, sans-serif;
		border-collapse: collapse;
		width: 100%;
	  }
	  
	  td, th {
		border: 1px solid #dddddd;
		text-align: left;
		padding: 8px;
	  }
	  
	  tr:nth-child(even) {
		background-color: #dddddd;
	  }
	  .linkMainPage{
		text-align: center;
	  }
	  .dashboardSection{
		text-align: center;
		padding: 10px;
	  }
	  .activeEventSection{
		background-color: #dddddd;
		padding: 10px;
	  }
	  .SettingNotfallkontakte{
		background-color: white;
		padding: 10px;
	  }
	  .deActivedAlarm{
		background-color: #dddddd;
		padding: 10px;
	  }
	  .tblanwaltKontakteList{
		font-size: 10px;
   	    margin-top: 10px;
	  }
	  .anwltKontakteTableSection{
		overflow-x:auto;
	  }
	  .phone{
		width: 57%;
	  }
	  .hide{
		display: none;
	  }

	  h3 center{
		cursor: pointer;
	  }
	  .tblSection{
		overflow-x:auto ;
	  }
	  .tblList{
		font-size: 10px;
   	    margin-top: 10px;
	  }
	  .cursor{
		cursor: pointer;
	  }
	  .senderEmail{
		font-size: 8px;
		text-align: left;
		float: left;
	}
	.emergencyContact{
		font-size: 10px;
		text-align: center;
		text-decoration: none;
	}
	.emergencyContact svg{
		width: 10px;
	}
	.eventTitle{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	.eventDate{
		font-size: 10px;
	}
	.active{
		background-color: red;
		color: white;
	}
	.activeEventMsg{
		display: block;
		text-align: center;
		font-size: 10px;
		color: red;
		font-weight: bold;
	}
	