@CHARSET "UTF-8";

#akmap {
    background-image:url('../images/karte-awoww.png');
    background-size:100% auto;
    width:615px;
    height:689px;
    position:relative;
}

.akpoint {
    border-radius:5px;
    width:10px;
    height:10px;
    position:absolute;
    background:red;
    cursor:pointer;
}

.akpoint .akinfo {
    padding:0 1em;
    position:absolute;
    width:200px;
    left:5px;
    top:5px;
    background:white;
    border:2px solid rgba(0,0,0,0.5);
    display:none;
}

.akpoint:hover .akinfo {
    display:block;
}

.akuserpoint {
    border-radius:5px;
    width:10px;
    height:10px;
    position:absolute;
    background:black;
    cursor:pointer;
}

.akuserpoint .akuserinfo {
    padding:0 1em;
    position:absolute;
    width:200px;
    left:5px;
    top:5px;
    background:white;
    border:2px solid rgba(0,0,0,0.5);
    display:none;
}

.akustitel {
	margin-top: 5px;
}
	
.akustitel:before {
    content: "\e250";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 0.714em;
    margin-top:3px;
    margin-right:5px;    	
}

.akuspager {
	margin-top: 0px;
}

.akushr {
	margin-top: 10px;
    margin-bottom: 5px;
}