/*---------------------------------------------------------------Cases Sticky Bar*/
.referenz_bar {
    position: fixed !important;
    bottom: 5% !important;
    z-index: 20 !important;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;

}
.referenz_bar_text, .referenz_bar_button {
	background-color: white;
}

@media screen and (max-width: 767px) {
	.referenz_bar {
    position: fixed !important;
    bottom: 0% !important;
    z-index: 20 !important;
/*     box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2); */
    border-radius: 2px;

}
	.referenz_bar_button {
		background-color: rgba(255, 255, 255, 0);
	}
}