

.dropdown-languague {
	position: relative;
	display: inline-block;
	

}


.dropbtn-languague {
	background-color: #f5f5f8;
	color: #000000b8;
	/*color: #959595;*/
	/*padding: 10px 20px;*/
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	transition: background-color 0.3s;

right:10%;
}

.dropbtn-languague:hover {
	background-color: #f5f5f8;
}


.dropdown-content-languague {
	display: none;
	position: fixed;
	width:8.5%;
	height:85px;
	
	bottom:40px;
	
	right:14%;
	background-color: #f9f9f9;
	/*min-width: 150px;*/
	
	
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}





.dropdown-linkarea-languague{
	position: fixed;
	width:7.5%;
	height:auto;



	bottom:50px;
	right:15%;
	background-color: #f9f9f9;
	z-index: 2;
}






.dropdown-content-languague a {
position:relative;
	color: #333;
	padding: 7px 10px;
	width:95%;
	/*width:100px;*/
	text-decoration: none;
	display: block;
	transition: background-color 0.3s;
	left:10px;
}

.dropdown-content-languague a:hover {
	background-color: #ddd;
}


.dropdown-languague:hover .dropdown-content-languague {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.footer a{
color:#000000b8;
text-decoration:none;
}
.footer a:hover{
text-decoration:underline;
}

.footer h5{
color:#000000e0;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

