a.dpHeader:link, a.dpHeader:visited, a.dpHeader:active { color:#fff; text-decoration:none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
a.dpHeader:hover { color:#4cc0fb; text-decoration:none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}

a.dpBlue:link, a.dpBlue:visited, a.dpBlue:active { color:#00a4f; text-decoration:none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
a.dpBlue:hover { color:#4cc0fb; text-decoration:underline; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}

a.btnDP:link, a.btnDP:visited, a.btnDP:active { 
	background-color:#00a4f6; 
	height:30px; line-height:30px;
	font-size:14px; text-align:center; text-decoration:none;
	color:#222; font-weight:400;
	display:block;
	border-radius:5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

a.btnDP:hover { 
	background-color:#4cc0fb; 
	height:30px; line-height:30px;
	font-size:14px; text-align:center; text-decoration:none;
	color:#222; font-weight:400;
	display:block;
	border-radius:5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
	
a.btnDemo:link, a.btnDemo:visited, a.btnDemo:active { 
	background-color:#00a4f6; 
	height:60px; line-height:60px; width:300px;
	padding:10px 50px;
	font-size:24px; text-align:center; text-decoration:none;
	color:#fff; font-weight:400;
	border-radius:5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

a.btnDemo:hover { 
	background-color:#4cc0fb; 
	height:60px; line-height:60px; width:300px;
	padding:10px 50px;	
	font-size:24px; text-align:center; text-decoration:none;
	color:#fff; font-weight:400;
	border-radius:5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
	
a.dpfooterBtn:link, a.dpfooterBtn:visited, a.dpfooterBtn:active {
	font-size:14px; color:#d6d6d6; text-decoration:none; width:150px; height:25px; line-height:25px; background-color:#444; margin-bottom:2px; display:block; }
a.dpfooterBtn:hover {
	font-size:14px; color:#1597dc; text-decoration:none; width:150px; border-right:5px solid #1597dc; height:25px; line-height:25px; background-color:#444; margin-bottom:2px; display:block; }	
	
	

.divCen {
	position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
}	


.full-page-section{
border-bottom:1px black solid;
border-bottom:1px rgba(0,0,0,0.75) solid;
border-top:1px rgba(255,255,255,0.1) solid;
box-shadow:50px 0 50px rgba(0,0,0,0.4);
}

.full-page-section-radial-gradient{
background:url(../dp%20-%20Kopie/i/bg-spotlight.png) no-repeat center -300px;
border-top:1px solid #3f3f3f;
}
