/*-------------------------------------------------------------------------*/
/* Sidebox
/*-------------------------------------------------------------------------*/
.sidebox {
	width: 100%;
	height: auto;
	margin: 0 0 var(--margin-primary) 0;
	box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 0 1px #131311, inset 0 0 0 2px rgba(57, 59, 50, 0.26), 0 0 6px 0 rgba(0, 0, 0, 0.15);
	background-color: #131412;
	background-image: url(../../images/patterns/pattern-noise.png);
	background-repeat: repeat;
	background-position: center center;
} .sidebox.last-row {margin: 0;}

.sidebox .sidebox-head {
	width: 100%;
	height: 74px;
	color: #eae4b4;
	margin: 0;
	padding: 0 0.9375rem 11px 0.9375rem;
	font-size: 1.625rem;
	text-align: center;
	line-height: 63px; /* height - padding bottom */
	font-weight: 100;
	font-family: var(--font-family-secondary);
	text-transform: uppercase;
	background-size: 100% 74px;
	background-color: transparent;
	background-image: url(../../images/graphics/headline-02.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.sidebox .sidebox-body {
	width: 100%;
	height: auto;
	color: #757364;
	padding: 0.9375rem;
}

.sidebox .sidebox-body * {
	max-width: 100%;
}