#tfm_dsgvo_disclaimer {
    width: 30%;
    padding: 20px;
    right: 60px;
    bottom: 60px;
    position: fixed;
    background-color: #555;
    opacity: 0.9;
    z-index: 1111;
	color: #fff;
}

#tfm_dsgvo_disclaimer .btn {
	opacity: 1;
}

.tfm_sf {
	font-size: 14px;
}


@media (max-width: 768px) { 
	#tfm_dsgvo_disclaimer {
		width: 100%;
		padding: 20px;
		bottom: 0px;
		left: 0px;
		position: fixed;
	}
}