/* # Content # */

.frame header h1,
.frame header h2 {
	margin-bottom: 1.5rem;
}

ol, ul {
  padding-left: 1.3rem;
}

a {
	color: inherit;
}

a:hover {
	color: var(--primary-hover);
}

.ce-bodytext p:last-child {
	margin-bottom: 0;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
	color: #fff;
}

.bodytext p:last-child {
	margin-bottom: 0;
}


.frame-layout-10 .container-background {
	background-color: var(--primary);
	color: #fff;
	padding: 36px 0;
}

.frame-layout-10 header {
	margin-bottom: 0;
	text-transform: uppercase;
}

.frame-layout-10 header h2 {
	line-height: 0.65em;
	margin-bottom: 0;
}

.frame-layout-10 .btn-primary {
	background-color: #fff;
	border-color: #fff;
	color: var(--primary);
}

.frame-layout-10 .btn-primary:hover,
.frame-layout-10 .btn-primary:focus,
.frame-layout-10 .btn-primary:active {
	background-color: #eee;
	border-color: #eee;
}

