.dropbtn {    padding: 5px;    cursor: pointer;}/* The container <div> - needed to position the dropdown content */.dropdown {    position: relative;    display: inline-block;}/* Dropdown Content (Hidden by Default) */.dropdown-content {    z-index: 10000;	padding:10px;    display: none;    position: absolute;    background-color: #f9f9f9;    width: 140px;}.dropbtn{  padding-left: 25px;  width: 40px;}.en{  background: url('../images/gb.png') no-repeat left center;}.fr{  background: url('../images/pl.jpg') no-repeat left center;}.de{  background: url('../images/cz.png') no-repeat left center;}.it{  background: url('../images/it.png') no-repeat left center;}.es{  background: url('../images/es.png') no-repeat left center;}.dropbtn::after {    /*background: rgba(0, 0, 0, 0) url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;*/    content: "";    height: 16px;    position: absolute;    right: 0;    top: 7px;    width: 16px;}.dropdown-content .en{  background: url('../images/gb.png') no-repeat left center;}.dropdown-content .fr{  background: url('../images/pl.jpg') no-repeat left center;}.dropdown-content .es{  background: url('../images/es.png') no-repeat left center;}.dropdown-content .de{  background: url('../images/cz.png') no-repeat left center;}/* Links inside the dropdown */.dropdown-content a {    color: black;    padding: 2px 0 2px 25px;    text-decoration: none;    display: block;}/* Change color of dropdown links on hover */.dropdown-content a:hover {background-color: #545b65}/* Show the dropdown menu on hover */.dropdown:hover .dropdown-content {    display: block;}