<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lang_switcher_class{
  position:relative;
  display:inline-block;
  margin-top:35px;
      /*padding-top: 40px;*/

}
.globe_class{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius:10px;
  cursor:pointer;
  background-image:url(https://www.digipolis.fi/hubfs/Teollinenkiertotalous/globe_white.png);
  height:17px;
  width:17px;

}
.lang_list_class{
  position:absolute;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  text-align:center;
  z-index:100;
  list-style-type:none;
  padding:15px 0 0 0;
  margin:0;
}
.lang_list_class li:first-child{
  padding:15px;
  border-top:1px solid #000;
}
.lang_list_class li:last-child{
  border-bottom:1px solid #000;

}
.lang_list_class li{
  position:relative;
  font-size:13px;
  padding:0 15px 10px 15px;
  background-color:#fff;
  border-left:1px solid #000;
  border-right:1px solid #000;
}
.lang_list_class li a{
  color:black;
  text-decoration:none;
}
.lang_list_class li a:hover{
  color:#27aae1;
}



/*.lang_switcher_class{
  position:relative;
  display:inline-block;
}
.globe_class{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius:10px;
  cursor:pointer;
}
.lang_list_class{
  position:absolute;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  text-align:center;
  z-index:100;
  list-style-type:none;
  padding:15px 0 0 0;
  margin:0;
}
.lang_list_class li:first-child{
  padding:15px;
  border-top:1px solid #000;
}
.lang_list_class li{
  position:relative;
  font-size:13px;
  padding:0 15px 10px 15px;
  background-color:#fff;
  border-left:1px solid #000;
  border-right:1px solid #000;
}
.lang_list_class li a{
  color:black;
}
.lang_list_class li a:hover{
  color:#27aae1;
}



/*

.globe_class:hover .lang_list_class {
	display: block;
}
.globe_class {
  background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.lang_list_class {
	display: none;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding: 15px 0 0 0;
  margin: 0;
}
.lang_switcher_class {
	position: relative;
  display: inline-block;
}
/*#lang_switcher_container {
	display: none;
}*/


/*
.lang_list_class li:first-child {
	padding-top: 15px;
  border-top: 1px solid #000;
}
.lang_list_class li {
	position: relative;
  line-height: 1;
  font-size: 13px;
  padding: 0 15px 10px 15px;
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.lang_list_class li:last-child {
	padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.lang_list_class:before {
	content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #000;
  margin-left: -12px;
}
.lang_list_class:after {
	content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  margin-left: -12px;
  margin-bottom: -1px;
}
.pystyviiva{
	padding-left:5px;
  padding-right:5px;
  color:#fff;
}
.custom-lang-switch {
  color: #fff!important;
  display:none!important;
  display: inline-flex;
  margin: 23px!important;
}
.custom-lang-switch ul{
  margin: 23px!important;
}
.lang_switcher_link a{
	color:#fff;
}

*/

.lang_switcher_class .lang_list_class{
  display:none;
  opacity:0;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lang_switcher_class:hover .lang_list_class{
  display:block;
  padding-top:5px;
  opacity:1;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}</pre></body></html>