#section-1,
#section-2,
.content-rader,
.content-full,
.content-right,
.content-left,
[class*="col-"],
.uu {
	/*box-shadow: inset 0 0 0 1px red;*/
}

section,
.uu {
	/*box-shadow: inset 0 0 0 4px green;*/
}

/*section:after,*/
/*.content-rader:after,*/
.uu {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 4px green;
}

/*body:before {
	content: "";
	z-index: 10000;
	position: fixed;
	width: 2px;
	height: 100vh;
	background-color: red;
	margin-left: calc(50vw - 1px);
}*/

.aaa {
	color: red;
}