/* ===================================
   AURIGA DELTA FOOTER
=================================== */

footer.wp-block-group {

	background: #071127;

	padding: 4rem 2rem;

	text-align: center;

	border-top: 1px solid rgba(251,191,36,.18);

	position: relative;

}


/* leichter Glow */

footer.wp-block-group::before {

	content: "";

	position: absolute;

	left: 50%;

	top: 0;

	transform: translateX(-50%);

	width: 400px;

	height: 120px;

	background:

	radial-gradient(

		circle,

		rgba(251,191,36,.12),

		transparent 75%

	);

	filter: blur(40px);

}


/* Titel */

.footer-title {

	color: #FBBF24;

	font-family: "Inter Tight", sans-serif;

	font-size: 1.8rem;

	font-weight: 700;

	letter-spacing: .12em;

	text-transform: uppercase;

	margin-bottom: 1rem;

}


/* Untertitel */

.footer-subtitle {

	color: rgba(255,255,255,.65);

	font-size: .95rem;

	margin-bottom: 2rem;

}


/* Copyright */

.footer-copy {

	color: rgba(255,255,255,.55);

	font-size: .85rem;

    padding: 30px 0;

    margin: 30px;

}