html, body {
	height: 99%;
	overflow: hidden;
}

body.dark-mode {
  background-color: #111;
}

body.light-mode {
  background-color: #eee;
}


#eingabeForm{
	position: relative;
	padding: 7px 7px 7px 7px;
	width: 650px;
	text-align:left;
	margin: auto;
}

li {
	list-style-type: none;
}

p{
	margin:0px;
}

#spanStatus{
	opacity:0;
}

#spanStatus:hover{
	opacity:1;
}

#Platzhalter2 {
	margin: auto;
	height: 10px;
}

.border{
	background-color: green;
	border-radius: 20px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	padding-bottom: -2px;
}

#messages {
	padding: 5px;
	height: 490px;
	width: 650px;
	overflow: auto;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-radius: 20px;
	position: relative;
	margin: auto;
	background-image: url(img/Chat.png);
}

#messages {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

#messages::-webkit-scrollbar {
	display: none;
}

.ThemeBTN {
	border-radius: 10px;
	border: 3px solid black;
	margin-left: 30px;
}

.ThemeBTN2 {
	border-radius: 10px;
	border: 3px solid black;
}

.Image0 {
	background-image: url(img/Chat.png);
	height: 100px;
	width: 100px;
}

.Image1 {
	background-image: url(img/Image1.png);
	height: 100px;
	width: 100px;
}

.Image2 {
	background-image: url(img/Image2.jpg);
	height: 100px;
	width: 100px;
}

.Image3 {
	background-image: url(img/Image3.jpg);
	height: 100px;
	width: 100px;
}

.Image4 {
	background-image: url(img/Image4.jpg);
	height: 100px;
	width: 100px;
}


.StyleName {
	border-radius: 10px;
	margin-left: 30px;
	border-color: transparent;
}

.StyleMsg {
	border-radius: 10px;
	border-color: transparent;
}

.StyleSub {
	margin-left: 5px;
	border-radius: 10px;
	border: 3px solid black;
}
.StyleSub2 {
	border-radius: 10px;
	border: 3px solid black;
}

.StyleSub3 {
	border-radius: 10px;
	border: 3px solid black;
}

footer{
	position:fixed;
	bottom:0;
}

.dropdown {
	margin-top: 2px;
	display: inline-block;
	height: 20px;
	width: 24px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}