#tfm_dsgvo_disclaimer {
    width: 30%;
    padding: 20px;
    right: 120px;
    bottom: 90px;
    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;
	}
}

.tfm_dsgvo_accept, .tfm_dsgvo_decline {
	margin: 5px 2px 5px 0;
	font-family: "Myriad Set Pro","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color: #fff;
	padding: 11px 20px;
	border: 1px solid;
	border-color: #1992da #0c75bb #00589c;
	background: -moz-linear-gradient(rgb(55, 170, 234) 0px, rgb(17, 126, 210) 100%);
	background: -o-linear-gradient(rgb(55, 170, 234) 0px, rgb(17, 126, 210) 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#37aaea),to(#117ed2));
	background: linear-gradient(rgb(55, 170, 234) 0px, rgb(17, 126, 210) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37aaea', endColorstr='#117ed2');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 #6fc5f5 inset;
}

.tfm_dsgvo_accept:hover, .tfm_dsgvo_decline:hover {
	border-color: #1992da #0c75bb #00589c;
	background: -moz-linear-gradient(rgb(36, 136, 212) 0px, rgb(28, 91, 173) 100%);
	background: -o-linear-gradient(rgb(36, 136, 212) 0px, rgb(28, 91, 173) 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#2488d4),to(#1c5bad));
	background: linear-gradient(rgb(36, 136, 212) 0px, rgb(28, 91, 173) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2488d4', endColorstr='#1c5bad');
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 #64bef1 inset;
}