html {
	font-size: 50%;
}

/* Header, Footer */
#header, footer {
	display: none !important;
}

/* Sidebar */
.sidebar-wrapper,
.sidebar {
	display: none !important;
}

/* Dela / Share */
.some-container,
.share-links,
.sidebar__footer {
	display: none !important;
}

.header__admin,
#wcag-skipnav,
#readspeaker--container {
	display: none !important;
}

/* Cookies */
.itc-cm {
	display: none !important;
}

/* General blocks and buttons */
.itc-block {
	margin-bottom: 45px !important;
}

.itc-block .container {
	padding: 0 !important;
}

.button {
	border-color: #000 !important;
	background-color: transparent;
	color: #000;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p,
ul,
ol,
li,
a,
span {
	color: #000 !important;
}

/* Accent colors */
.accent_1,
.accent_2,
.accent_3,
.accent_4,
.accent_5,
.accent_6,
.accent_7,
.accent_8 {
	background-color: transparent !important;
	color: #000 !important;
}

/* BLOCKS: hero-block */
.hero-block .container.hero,
.hero-block .hero__content {
	padding: 0 !important;
	color: #000 !important;
	background-color: transparent !important;
}

.hero-block h1, 
.hero-block h2, 
.hero-block h3, 
.hero-block h4, 
.hero-block h5, 
.hero-block h6, 
.hero-block p,
.hero-block a {
	color: #000 !important;
}

.hero-block .hero__title {
	padding-top: 10px;
}

/* BLOCKS: sub-hero */
.sub-hero .full-width {
	max-width: 66rem !important;
}

.sub-hero .wrapper.height_0 {
	min-height: 0 !important;
}

.sub-hero .container.height_0 .wrapper .left-column .content-wrapper,
.sub-hero .container.height_1-50_50 .wrapper .left-column .content-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.sub-hero .left-column {
	margin-right: auto !important;
	width: 100% !important;
}

.sub-hero .container.height_1.no_header,
.sub-hero .right-column,
.sub-hero .breadcrumb-wrapper {
	display: none !important;
}

.sub-hero .padding-wrapper {
	padding-left: 0 !important;
}

/* BLOCKS: article-block */
.article-block .container,
.article-block .article__content,
.article-block .article__content::before {
	padding: 0;
	background-color: transparent !important;
}

.article-block .article__link {
	background-color: #fff;
	border: 0.1rem solid #000;
}

.article-block .article__link svg g {
	fill: #000;
}

.article-block .article__img-holder {
	display: none !important;
}

/* BLOCKS: article-grid-block */
.article-grid-block .related-posts__content-holder {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.article-grid-block .related-posts__category {
	left: 0;
}

.article-grid-block .related-posts__link {
	background-color: transparent;
	border: 0.1rem solid #000;
	left: 0;
}

.article-grid-block .related-posts__link svg g {
	fill: #000;
}

.article-grid-block .related-posts__img-holder {
	display: none !important;
}

/* BLOCKS: classic-editor-block */
.content-block .content-wrapper {
	width: 100%;
	max-width: 66rem;
/*	max-width: 10rem;*/
/*	margin: 0 auto;*/
}

.content-block .some-container,
.content-block .sidebar-wrapper {
	display: none !important;
}

.content-block .special-link {
	border-color: #000 !important;
	padding: 3rem 11.4rem 3rem 3rem;
}

/* BLOCKS: accordion */
.accordion .accordion-content[hidden] {
	display: block !important;
}

.accordion .accordion-header:after {
	display: none !important;
}

.accordion .accordion-archive-filter,
.accordion [id^="archive-load-more--"] {
	display: none !important;
}

.accordion .accordion-holder > li {
	border: 0.1rem solid #000;
}

.accordion .accordion-holder > li.type-accordion {
	padding-right: 3rem;
}

/* BLOCKS: ingress */
.ingress .itc-image-holder {
	display: none !important;
}

/* BLOCKS: facts */
.facts .content-wrapper {
	border: 0.1rem solid #000 !important;
}

/* BLOCKS: last-updated */
.last-updated-text {
	color: #000 !important;
}

.last-updated-dates {
	justify-content: flex-start !important;
}

/* BLOCKS: cta-grid */
.cta-grid	.box-content-holder {
	border: 0.1rem solid #000 !important;
}

/* BLOCKS: quotes */
.quotes blockquote {
	border: 0.1rem solid #000 !important;
}

/* BLOCKS: full-width-image */
.full-width-image {
	display: none !important;
	margin-bottom: 0 !important;
}