
body {
	background-color:#F4F3EE;
	font-size:16px;
	font-family:calibri, sans-serif;
	color:#181E24;
	margin:0px;
}

hr {
	height: 1px;
	border: none;
	background-color: #404E4D;
}

a {
	color:#181E24;
}

a:visited {
	color:#181E24;
}

	.button {
		display: inline-block;
		padding: 10px;
		margin: 0px;
		color: black;
		text-decoration: none;	
		transition: background-color 0.2s ease-out;		
	}
	
	.button:hover {
		background-color:#CAE5FF !important;
	}
	
	.menuItem {
	}
	
	.dropdown {
		position:relative;
		display:inline-block;
	}
	
	.dropdown-content {
		visibility:hidden;
		position:absolute;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index:5;
		background-color:#F4F3EE;
		border-top:2px solid #BE5A38;
		transition:opacity 0.25s,visibility 0.25s ease-in-out;
		opacity:0.0;		
	}
	
	.dropdown:hover .dropdown-content {
		visibility: visible;
	}


	.dropdown:hover .dropdown-content {
		opacity:1.0;
	}
	
.content {
	margin: auto;
}	

.footer {
	clear:left;
	width:60%;
	margin: auto;
	margin-top:25px;
	border-top: 1px solid #404E4D;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}

.collapsible {
  background-color: #404E4D;
  color: #F4F3EE;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #364652;
  color:#F4F3EE;
}

.collapsibleContent {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F4F3EE;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
   line-height: 1.4;
}

.collapsible:after {
  content: '\02795'; 
  font-size: 12px;
  color: #F4F3EE;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
}

@keyframes decrypt {
  0% {
	  color: #181E24;
	  opacity: 0;
	}
  50% {
    color: #181E24;
	opacity: 0;
  }

  75% {
    color: #BE5A38;
  }

  100% {
    opacity: 1;
    color: #181E24;
  }
}

input[type=text],input[type=email],input[type=date], select, textarea {
  width: 100%; 
  padding: 12px;  
  border: 1px solid #181E24;
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical;
}

input[type=submit] {
  background-color: #404E4D;
  color: #F4F3EE;;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #364652;;
}

.image {
}

.image img {
	float:right;
}

.floatingImage {
	float:right;
	height:400px;
}

.portalMenue {
	margin: auto;
	text-align: center;
	border-bottom:2px solid #BE5A38;
	height:27px;
	padding-top:23px;
	width:600px;			
}

.portalMenuEntry {
	width:110px;
	padding:5px 3px 5px 3px;
	font-size:14px;			
}

.popup {
	display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
}

.popup .popupContent {
	background-color:#F4F3EE;
	display: block;
    position: fixed;
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
	padding:20px;
	overflow-y: auto;
}

.chatbubble {
	clear:both;
}

.chatavatarfieldleft {
	float:left;
	width:60px;
}

.chatavatarpart {
}

.chatnamepart {
}

.chatbubblepartleft {
	float: left;
    width: 20px;
    height: 20px;
    background: #c5c5c5;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
}


.chatmessageLeft {
	float:left;
	clear:right;
	margin-bottom: 20px;
}

.chatmessagepartleft {
	background-color:#c5c5c5;
	border:1px solid #c5c5c5;
	border-radius:0px 5px 5px 5px;
	padding:5px;
	max-width: 275px;	
}

.chatdatepartleft {
	font-size:10px;
}




.chatavatarfieldright {
	float:right;
	width:60px;
}

.chatbubblepartright {
	float: right;
    width: 20px;
    height: 20px;
    background: #c5c5c5;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
}


.chatmessageRight {
	float:right;
	clear:left;
	margin-bottom: 20px;
	max-width: 275px;
}

.chatmessagepartright {
	background-color:#c5c5c5;
	border:1px solid #c5c5c5;
	border-radius:5px 0px 5px 5px;
	padding:5px;
}

.chatdatepartright {
	font-size:10px;
	width:100%;
	text-align:right;
}






