@font-face {
    font-family: charter;
    src: url(../fonts/charter.otf);
}

html{
	background: url(../img/bg.jpg) no-repeat center center fixed; 
  	background-size: cover;
} 

div{
    font-family: charter;
 	
}

a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration:none;    
}

#sel{
	width:100vw;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.asel{
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);	
	display:inline-block; 
	vertical-align:middle;
  	border-radius: 0;
	border: 1px solid #ffffff;
	background-color:rgba(255, 255, 255, 0.8);
	overflow: hidden;
	text-overflow:ellipsis;
}

.asel:hover{
	box-shadow: 0 0 5% #ccc;
	background-color: #eeeeee;
}

.flagge{
	box-shadow: 5px 5px 5px #888888;	
	margin-bottom:0.3em;
	height:2em !important;
	width: 2.67em !important;
}

.bz{
	width:3.333em !important;
		
}
