#merkliste-button {
	color:#fff;
	position:relative;
}

#merkliste-button.basket-active {
	background:#0a4a8e;
	border-color: #0a4a8e;
}

#merkliste-button.basket-active #small_basket {
	color:#0a4a8e;
}
#merkliste-button.active span.glyphicon {
	color:#edc240;
}

#small_basket {
    margin-left:                0px;
    display:                    inline-block;
    text-align:                 left;
	width:20px;
	height:20px;	
	border-radius:10px;
	background:#c1002a;
	color:#fff;
	font-size:10px;
	font-weight:700;
	line-height:20px;
	text-align:center;
	position:absolute;
	top:10px;
	right:10px;
}

.file {
	margin-right:10px;
}

#reset_basket {
    float: right;  
}

#citavi_export {
    display:none;
}

/* all but desktop devices rules */

#merkliste-button {	color:#000; }

@media screen and (max-width: 1199px) {
	
}

/* small devices rules */

@media screen and (max-width: 767px) {
	#reset_basket { float: none; }  
	#func_basket { text-align:center; }
	#func_basket .btn {	margin-bottom:15px;}
}



