#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: 992px) { 
	#tfm_dsgvo_disclaimer {
		width: 100%;
		padding: 20px;
		bottom: 0px;
		left: 0px;
		position: fixed;
	}
}

.dsgvo-btn-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

#tfm_dsgvo_disclaimer .dsgvo-btn-group .btn-link {
	margin-left: 15px;
}

.decline-info {
	margin-top: 15px;
}