/* Udgiv ikke forside  - Fjern koden på bunden */


/* Flag - DK og KAL */
.language_switch ul li a.gl, .language_switch ul li a.dk {
	display: none;
}

/***************************************************** Sidens bredde *****************************************************/
.row {
	max-width: 1440px;
}

/***************************************************** Font *****************************************************/

.bold, .primary-navigation, b, body, h1, h2, h3, h4, h5, strong, p, .campaign__title, a, .primary-navigation ul li a, .campaign__theme {
	font-family: "Avenir Next", Lato;
}

h1, h2, h3, h4, h5, h6 {
	color: #2d4f89;
	font-weight: 500;
}

.medium-8:not(.service-box) p {
	line-height: 1.8rem !important;
	color: #222;
}

a:hover {
	text-underline-offset: 0.5em;
	text-decoration: underline;
}

b, strong {
	font-weight: 600;
	letter-spacing: 0.07em;
	color: #495765;
}

.accordion .accordion-text a {
	color: #008cd2 !important;
}

/***************************************************** Knap *****************************************************/

.ArticlePage a[href$=".pdf"] {
  display: block;
  right: 15px;
  bottom: 15px;
  background-color: #466982;
  border-radius: 4px;
}

.ArticlePage a.cont-nav.block  {
background: #466982;
border-radius: 15px;
box-shadow: 0 1px 3px 0 hsl(0deg 0% 0% / 20%);
}

.cont-nav.block .cont-nav__title {
margin: 5px 0;
color: #fff;
}


.ArticlePage a.cont-nav.block:hover .cont-nav__title{
    text-decoration: underline;
    text-underline-offset: 0.5em;
}

/***************************************************** Breadcrump *****************************************************/

.breadcrumbsContainer, .NewsPage .breadcrumbsContainer, .SearchResultPage .breadcrumbsContainer {
	display: block;
	z-index: 9;
	background-image: none;
	background-color: #f3f4f6;
}


.NewsPage .breadcrumbsContainer a:after, .SearchResultPage .breadcrumbsContainer a:after, .breadcrumbsContainer .breadcrumbs a {
	color: #222;
}

.NewsPage .breadcrumbsContainer .breadcrumbs a, .SearchResultPage .breadcrumbsContainer .breadcrumbs a {
	margin-right: 10px;
	text-decoration: none;
	opacity: .5;
	color: #222;
}

.NewsPage .breadcrumbsContainer .active, .NewsPage .breadcrumbsContainer a:last-child, .SearchResultPage .breadcrumbsContainer .active, .SearchResultPage .breadcrumbsContainer a:last-child {
	opacity: 1 !important;
	font-weight: 400;
}

.campaign--fullBG {
	margin-top: -57px;
}

.NewsPage .breadcrumbsContainer, .SearchResultPage .breadcrumbsContainer {
	padding-bottom: 0;
}


/***************************************************** Tabel *****************************************************/

.ArticlePage .medium-8:not(.service-box) table tr:nth-child(odd), .NewsPage .medium-8:not(.service-box) table tr:nth-child(odd), .SynchronizedArticlePage .medium-8:not(.service-box) table tr:nth-child(odd) {
	background: #fff;
}

.ArticlePage .medium-8:not(.service-box) table tr:nth-child(2n), .NewsPage .medium-8:not(.service-box) table tr:nth-child(2n), .SynchronizedArticlePage .medium-8:not(.service-box) table tr:nth-child(2n) {
	background: #fff;
}

.ArticlePage .medium-8:not(.service-box) table tr:first-child, .NewsPage .medium-8:not(.service-box) table tr:first-child, .SynchronizedArticlePage .medium-8:not(.service-box) table tr:first-child {
	background: #8195b8;
}

.ArticlePage .medium-8:not(.service-box) table, .NewsPage .medium-8:not(.service-box) table, .SynchronizedArticlePage .medium-8:not(.service-box) table {
	border: 1px solid;
}

.ArticlePage .medium-8:not(.service-box) table td, .NewsPage .medium-8:not(.service-box) table td, .SynchronizedArticlePage .medium-8:not(.service-box) table td {
	font-size: 0.75rem;
}

/***************************************************** Page-header *****************************************************/

/* Page-header sanimut inissinnera Responsiv ataaniippoq */


/* Login knap  */
.login {
	display: none;
}

/* Sprog */
.language_switch {
	grid-column: 2/2;
	grid-row: 1/1;
}

.language_switch ul li {
	display: inline-block;
}

/* flag */
.language_switch ul li a {
	background-size: 80px;
	border-radius: 50%;
	filter: grayscale();
	width: 40px;
	height: 38px;
}

/* Flag hover */
.language_switch ul li a:hover {
	filter: none;
}

/* Flag akriv */
.language_switch ul li a.active {
	filter: none;
}

/* Secondary navigation */
.secondary-navigation {
	grid-column: 1/1;
	grid-row: 1/1;
	margin-top: .25rem;
}

.secondary-navigation a {
	color: #00244a;
	text-transform: uppercase;
	font-size: 1rem;
	text-align: center;
	padding: 7.5px;
}

.secondary-navigation a:hover {
	color: #2d4f89;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
	text-decoration-color: #2d4f89;
	background: none;
}

/* Navbar  */
.page-header .navbar {
	background-color: #FFFFFF;
}

.page-header .navbar .row {
	max-width: 1440px;
	display: block;
}

.navbar .medium-9 {
	padding-left: 0;
}

/* Primary navigation */
.primary-navigation ul li a {
	font-size: 1.0625rem;
	padding: 1em 1em 0;
	text-transform: uppercase;
	margin-right: 20px;
	color: #4B4F58;
}

.page-header .navbar a:hover {
	color: #2d4f89;
	text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 8px;
		text-decoration-color: #2d4f89;
	background: none;
}

/***************************************************** Søgefelt *****************************************************/

/* Tablet ataani inissisimasoqarpoq - (.navbar .large-3) ujaruk */

.search input {
	width: 20%;
	height: 20%;
	color: #222;
	background-color: #BABFCA;
	background-position: 13px;
	background-size: 20px;
	border-radius: 25px;
	padding-left: 35px;
}

.search input:hover {
	cursor: pointer;
}

.search input:hover:focus {
	cursor: text;
}

input[type=text]:focus {
	border-color: #acb2bf;
	background-size: 15px;
	width: 200px !important;
}

#globalSearchFormTop {
	display: block;
}

input::placeholder {
	color: #F0F0F0 !important;
}

/***************************************************** Søgefelt - Forslag *****************************************************/

.suggested-search-list {
	display: flex !important;
}

.suggested-search-list div {
	background: #FFFFFF;
	border-left: 1px solid #babfca;
	border-bottom: 1px solid #babfca;
	border-right: 1px solid #babfca;
}

.suggested-search-list div ul {
	padding: 8px;
}

.suggested-search-list div ul li {
	padding: 0;
}

.suggested-search-list div ul li a {
	color: #222;
	display: block;
	padding: 15px;
}

.suggested-search-list div ul li {
	padding: 0;
}

/***************************************************** Forside Full billede *****************************************************/

.Frontpage .campaign--fullBG {
	margin-top: 0;
}

.campaign--textinside .campaign__title {
	width: 100%;
	text-align: center;
	font-size: 2.5rem !important;
	font-weight: 500;
	text-transform: uppercase;
	padding: 3.125rem 0;
}

/***************************************************** Forside Nyhed *****************************************************/

.Frontpage .newsitem {
	border-bottom: none;
	background: #466982;
	padding: 20px;
	box-shadow: -1px 8px 13px -6px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px 8px 13px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 8px 13px -6px rgba(0,0,0,0.75);
	border-radius: 4px;
}

.Frontpage a.newsitem.boxed:hover {
	box-shadow: none;
	text-decoration: none;
}

.Frontpage .newsitem figure {
	float: left;
	max-width: 50%;
	margin-right: 20px;
	border-radius: 15px;
}

.Frontpage .newsitem figure img {
	border-radius: 4px;
	filter: none;
}

a.newsitem.boxed:hover figure img {
	filter: grayscale(0%);
}

.Frontpage .newsitem__date {
	padding: 10px 15px 0;
	color: #fff;
}

.Frontpage .newsitem__header {
	font-weight: 500;
	padding-top: 20px;
	font-size: 1.275rem;
	color: #fff;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.Frontpage .newsitem__excerpt {
	padding: 10px;
	line-height: 1.8rem !important;
	color: #fff !important;
}

.Frontpage .newsitem .read-more {
	display: none;
}

.link--more {
	text-decoration: none;
	border: 1px solid #466982;
	padding: 10px 20px;
	border-radius: 4px;
	color: #466982;
	margin: 20px 0;
}

.Frontpage. section:nt-child(2) {

}

/***************************************************** Venstremenu *****************************************************/


/***** Venstre menu - kassen *****/
section .context-menu {
	background-color: #FFFFFF;
	margin-bottom: 40px;
}

section .context-menu li:first-child {
	border-top: 1px solid #ddd
}

section .context-menu li {
	border-bottom: 1px solid #ddd
}


/***** Venstre menu - selected *****/
section .context-menu .selected {
	color: #1c4b82;
	background-color: #eee;
	font-weight: 400;
}

/***** Venstre menu - liste *****/
section .context-menu.context-menu--accordian a {
	padding: 15px 30px 15px 30px;
	border-left: 3px solid #fff;
}

/***** Venstre menu - selected - after *****/
li.root.selected a {
	color: #1c4b82;
	border-left: 3px solid #1c4b82;
	background-color: #eee;
}

/***** Venstre menu - selected - after *****/
li.root.selected a:after {
	content: "\f101";
	font-family: icons;
	font-size: .875rem;
	position: absolute;
	top: 35%;
	right: 2%;
}

/***** Venstre menu - liste *****/
section .context-menu a {
	color: #222;
	border-bottom: 1px solid #F3F4F6;
}

section .context-menu.context-menu--accordian .root a {
	font-weight: 600;
}

/***** Venstre menu - hover *****/
section .context-menu a:hover, section .root-menu a:hover {
	background-color: #eee;
	color: #1c4b82;
	border-left: 3px solid #1c4b82;
	text-decoration: none;
}

/***** Venstre menu - Selected *****/
section .context-menu.context-menu--accordian a.selected {
	border-left: 3px solid #1c4b82;
}

/***** Venstre menu - Selected - After *****/
section .context-menu a.selected:after {
	content: "\f101";
	font-family: icons;
	font-size: .875rem;
	position: absolute;
	top: 35%;
	right: 5%;
}

/***** Venstre menu - Selected - Before *****/
section .context-menu.context-menu--accordian a.selected:before {
	content: none;
}

/***** Venstre menu - Undersider - Before *****/
section .context-menu.context-menu--accordian a.isParent:before {
	content: "+";
	color: #222;
	left: 10px;
	top: 14px;
	position: absolute;
}

section .context-menu.context-menu--accordian a.selected-parent:before  {
	content: "-";
}

section .context-menu.context-menu--accordian a.isParent:hover:before {
	color: #1c4b82;
}

/***** Venstre menu - Undersider - Selected - Before *****/
section .context-menu.context-menu--accordian a.selected.SubjectSubPage.isParent::before {
	content: "-";
	left: 10px;
	top: 14px;
	position: absolute;
	color: #1c4b82;
}

section .context-menu.context-menu--accordian a.selected-parent:before, section .context-menu.context-menu--accordian a.selected.EventArchivePage.isParent:before {
	content: "-";
}

section .context-menu a[href*="https"]:after {
	content: url(/-/media/nanuaraq/logoer/web-icon/link-1);
	padding-left: 8px;
}


/***************************************************** Accordion *****************************************************/

.accordion .accordion-header {
	color: #222;
	border-top: 1px solid #d4d4d4;
	background-color: #fff;
}

.accordion .accordion-header:first-of-type {
	border-top: none;
}

.accordion .accordion-header:hover {
	background-color: #fff;
}

.accordion .open-container {
	font-weight: 500;
}

.accordion .accordion-header::after {
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
}


.accordion .accordion-container {
	background-color: #fff;
	transition: height 0.5s ease-in-out;
}

.accordion .accordion-text {
	color: #222;
}

/***************************************************** Liste *****************************************************/

.medium-8:not(.service-box) ul li::before {
	color: #222;
}

.ArticlePage .medium-8:not(.service-box) ol, .ArticlePage .medium-8:not(.service-box) ul, .NewsPage .medium-8:not(.service-box) ol, .NewsPage .medium-8:not(.service-box) ul, .SynchronizedArticlePage .medium-8:not(.service-box) ol, .SynchronizedArticlePage .medium-8:not(.service-box) ul {
	margin: 1em 0 2em 3em;
}
/* Aamma mobil ataaniittoqarpoq */

.medium-8:not(.service-box) ul li {
	counter-increment: li;
}

.medium-8:not(.service-box) ol li {
	counter-increment: li;
}

.medium-8:not(.service-box) ol li::before {
	content: counter(li) !important;
}

.medium-8:not(.service-box) li::before {
	color: #222 !important;
	display: inline-block;
	width: 1em;
	padding: 0 0 0 70px !important;
}

/***************************************************** Campaign *****************************************************/

/* Campaign inissinneri - sinneri tablet ataaniipput responsiv eqqarsaatigalugu */
section.third-section .medium-12.columns {
	display: grid;
}

section.third-section .campaign {
	padding-bottom: 30px;
}

section.third-section .columns.medium-12 .campaign__theme {
	margin-top: 29%;
	width: 70%;
	float: right;
	background: #466982;
	position: relative;
	pointer-events: none;
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	padding-top: 25px;
	letter-spacing: .5px;
}

section.third-section .columns.medium-12 .campaign figure {
	overflow: initial;
	width: 95%;
	padding-bottom: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}


section.third-section .campaign figure img {
	filter: grayscale(0);
	transition: .1s;
}

section.third-section .campaign p {
	margin: 0;
	width: 70%;
	float: right;
	padding: 10px 20px 31px 20px;
	pointer-events: none;
	z-index: 9999999999;
	background: #466982;
	color: #fff;
	margin-top: -1px;
}

section.third-section .campaign p:after {
	content: "\f101";
	font-family: icons;
	font-size: .875rem;
	padding-left: .5rem;
	transition: .3s;
	transition-timing-function: ease-in-out;
}

section.third-section .campaign .btn {
	background: rgba(255, 0, 0, 0) !important;
	display: inline;
	height: 100%;
	width: 100%;
}

section.third-section .campaign:hover p:after {
	padding-left: 1rem;
}

/* test */
section.third-section .campaign:hover .campaign__theme {
	text-decoration: underline*;
	text-underline-offset: .5rem*;
}

section.third-section .campaign:hover figure img {
	filter: grayscale(0%);
	transition: .1s;
}


/***************************************************** About us *****************************************************/

/* Contact us naanerani link peerlugu */
#x1c02b418ce544c309e540ec98d1589db {
	cursor: not-allowed;
	pointer-events: none;
}

.primary-section .columns.medium-6 .campaign {
	min-height: 50vh !important;
	height: 50vh !important;
	margin-bottom: 0;
	background-size: cover;
}

.primary-section .row {
	max-width: 100%;
}

.primary-section  .medium-6 {
	padding-left: 0;
	padding-right: 0;
}


.primary-section .campaign--tall .campaign__content {
	display: none;
}

.primary-section .medium-6:nth-child(2) {
	display: inline-block;
	margin: auto 30px;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 95ch;
}

section.primary-section {
	background-color: #476982;
}

.primary-section h1, .primary-section h3, .primary-section p, .primary-section a, .primary-section p strong {
	color: #fff;
}




/***************************************************** Footer *****************************************************/
.page-footer {
	padding: 2rem 0 4rem;
}

.page-footer .h3 {
	color:#fff;
}

.page-footer .small-12.medium-4.large-4.columns {
	width: fit-content;
}

/***************************************************** cookie *****************************************************/

.cookie-disclaimer {
	background-color: #73be46 !important;
	padding: 1rem 0;
	color: #222;
	font-weight: 100;
}

.cookie-disclaimer .column a {
	color: #000 !important;
	text-decoration: underline;
}

.cookie-disclaimer .column a:hover {
	text-underline-offset: 0;
}

/***************************************************** Nyheds oversigt *****************************************************/

.filters {
	display: none;
}

.NewsArchivePage section:last-of-type .medium-12.columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.NewsArchivePage .medium-12.columns .moduleHeader {
	display:none;
}

.NewsArchivePage figure img {
	width: 100%;
	border-radius: 15px 15px 0 0;
}

a:hover.newsitem figure img {
	filter: grayscale(60%);
}

.NewsArchivePage .newsitem {
	border-bottom: 1px solid #b5b5b5;
}

.NewsArchivePage .newsitem:hover {
	border-left: 3px solid #466982;
	margin-left: -3px;
	text-decoration: none;
}

.NewsArchivePage .newsitem__date {
	padding: 15px 15px 0;
}

.NewsArchivePage a span.newsitem__date strong {
	font-weight: 400;
	color: rgba(0,0,0,.5);
}

.NewsArchivePage .newsitem__header {
	font-weight: 400;
	padding-left: 15px;
	font-size: 1.375rem;
	color: #222;
	line-height: 1.3em;
	letter-spacing: 0.5px;
}

.NewsArchivePage .newsitem__excerpt {
	padding: 15px;
	padding-bottom: 20px;
	display: -webkit-box;
	max-height: 5em;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #777;
}

.NewsArchivePage .newsitem .read-more {
	display: none;
}

.NewsArchivePage .link--more {
	display: block;
	text-align: right;
	grid-column: 1/4;
}

.NewsArchivePage .btn {
	border-radius: 5px;
	background: #dedede;
	color: #222;
	float: right;
	padding: 8px 15px;
	box-shadow: 0 1px 3px 0 hsla(0, 0%, 0%, 0.2);
	transition: 0.1s;
	margin-top: 1rem;
	margin-bottom: 15px;
}

.NewsArchivePage .newsitem, .NewsArchivePage .btn {
	-webkit-transition: none;
	transition: none;
}


/***************************************************** Nyhed - indhold *****************************************************/

.NewsPage .breadcrumbsContainer+section {
	background-color: #f3f4f6;
}

.NewsPage .breadcrumbsContainer+section .row {
	padding: 15px;
	max-width: 65rem !important;

}

.NewsPage .breadcrumbsContainer+section .row .medium-12 {
	background-color: #fff;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	margin-bottom: 50px;
	border-radius: 4px;
}

.NewsPage h1, .NewsPage .manchet, .NewsPage .row-fluid, .NewsPage h3, .NewsPage .content {
	max-width: 700px;
	margin: auto;
	margin-bottom: 2rem;
}

.NewsPage .row-fluid {
	margin: 1rem auto 1rem;
	color: #0170B9;
	font-size: .75rem;
	text-align: right;
	text-transform: uppercase;
	padding-top: 30px;
}

.NewsPage .image-element {
	max-width: 850px;
	display: block;
	margin: auto;
	margin-bottom: 2rem;
}

.NewsPage h1 {
	font-size: 2rem;
	font-weight: 400;
}

section.secondary-section {
	background-color: #fff;
}

.NewsPage section.secondary-section h3 {
	border-bottom: 1px solid #e0e3e7;
}

.NewsPage section.secondary-section .newsitem {
	-webkit-transition: none;
	transition: none;
}


.NewsPage .breadcrumbsContainer+section+section, .SearchResultPage .reset-list:first-child li:first-child .newsitem {
	background-color: #f3f4f6;
}

.NewsPage section.secondary-section .row {
	background-color: #fff;
	padding: 30px;
	max-width: 65rem !important;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	margin-bottom: 50px;
	border-radius: 4px;
}


/***************************************************** Focus *****************************************************/

section.fourth-section {
	background-color: #f3f4f6;
}

section.fourth-section .campaign {
	background: #fff;
	padding: 20px 20px 80px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	--tw-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
	box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
	margin-top: 20px;
	height: 290px !important;
}

section.fourth-section .campaign__theme {
	font-size: 1.25rem;
	position: relative;
	padding: 5px 0;
	color: #222222;
	background: none;
	float: right;
	width: 46%;
	font-weight: 600;
}

section.fourth-section figure {
	width: 50%;
	float: left;
}

section.fourth-section figure img {
	border-radius: 3px;
}

section.fourth-section .campaign p {
	color: #222;
	float: right;
	width: 46%;
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

section.fourth-section .campaign .btn {
	right: 15px;
	bottom: 15px;
	background-color: #466982;
	border-radius: 4px;
}

section.fourth-section .campaign a:hover {
	text-underline-offset: 0.5em;
}

section.fourth-section .columns.medium-12 .campaign__theme {
	margin-top: 24%;
	width: 80%;
	float: right;
	background: #466982;
	position: relative;
	pointer-events: none;
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	padding-top: 25px;
	letter-spacing: .5px;
}


/***************************************************** Hamburger menu *****************************************************/

/* Hamburger menu */
.mobile-show--menu:after {
	color: #003c7d;
}

/* Menu baggrund */
.mobile-menu {
	background: #003c7d;
}

/* Navigation farve */
.mobile-menu .primary-navigation ul li a {
	color: #ffffff;
}

/* Secondary navigation */
.mobile-menu .secondary-navigation.right a {
	color: #ffffff;
	text-align: left;
	font-size: 1.0625rem;
}

.mobile-menu .secondary-navigation li a:hover {
	color: #ccc;
	text-decoration: none;
}


/***************************************************** Tablet responsiv - forskellige enheder *****************************************************/


/********** iPhone Portrait */

@media only screen and (max-width: 320px) {

/* Søgefelt */
.search input {
	width: 50%;
	height: auto;
	padding-left: 40px;
}

/* Forside nyhed - asseq */
.Frontpage .newsitem figure {
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

/* Forside nyhed dato */
.Frontpage .newsitem__date {
	padding: 0;
}

/* Forside nyhed overskrift */
.Frontpage .newsitem__header {
	padding-top: 15px;
}

/* Forside nyhed manchet */
.Frontpage .newsitem__excerpt {
	padding: 10px 0;
}

/* Nyhed indhold - asseq */
.NewsPage .image-element {
	max-width: 100%;
}

/* Focus og Minister portussusaa */
.Frontpage section.fourth-section .campaign {
	height: 100% !important;
}

/* Focus og Minister overskrift */
.Frontpage section.fourth-section .campaign__theme {
	float: none;
	width: 100%;
}

/* Focus og Minister assitai */
.Frontpage section.fourth-section figure {
	width: 100%;
	float: none;
}

/* Focus og Minister manchet */
.Frontpage section.fourth-section .campaign p {
	float: none;
	width: 100%;
	padding-top: 15px;
}

/* Indhold venstre menu pil */
li.root.selected a:after, section .context-menu a.selected:after {
	transform: rotate(90deg);
}

/* Page footer */
.page-footer .small-12.medium-4.large-4.columns:first-child {
	width: 100%;
}

/* Punkter inissinnerat */
.ArticlePage .medium-8:not(.service-box) ol li, .ArticlePage .medium-8:not(.service-box) ul li, .NewsPage .medium-8:not(.service-box) ol li, .NewsPage .medium-8:not(.service-box) ul li, .SynchronizedArticlePage .medium-8:not(.service-box) ol li, .SynchronizedArticlePage .medium-8:not(.service-box) ul li {
	text-indent: -33px;
}
.medium-8:not(.service-box) li::before {
	padding: 0 0 0 33px !important;
}

/* Campaign indhold ataani */
section.third-section .columns.medium-12 .campaign__theme {
	margin-top: 24%;
	width: 80%;
}
section.third-section .campaign p {
	width: 80%;
}


/* About us */
.primary-section .medium-6:nth-child(2) {
	display: block;
	margin: 30px;
	position: relative;
	top: none;
	transform: none;
}




}


/********** iPhone Landscape */

@media only screen and (min-width: 321px) and (max-width: 480px) {

/* Søgefelt */
.search input {
	width: 50%;
	height: auto;
	padding-left: 40px;
}

/* Forside nyhed - asseq */
.Frontpage .newsitem figure {
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

/* Forside nyhed dato */
.Frontpage .newsitem__date {
	padding: 0;
}

/* Forside nyhed overskrift */
.Frontpage .newsitem__header {
	padding-top: 15px;
}

/* Forside nyhed manchet */
.Frontpage .newsitem__excerpt {
	padding: 10px 0;
}

/* Nyhed indhold - asseq */
.NewsPage .image-element {
	max-width: 100%;
}


/* Focus og Minister portussusaa */
.Frontpage section.fourth-section .campaign {
	height: 100% !important;
}

/* Focus og Minister overskrift */
.Frontpage section.fourth-section .campaign__theme {
	float: none;
	width: 100%;
}

/* Focus og Minister assitai */
.Frontpage section.fourth-section figure {
	width: 100%;
	float: none;
}

/* Focus og Minister manchet */
.Frontpage section.fourth-section .campaign p {
	float: none;
	width: 100%;
	padding-top: 15px;
}

/* Indhold venstre menu pil */
li.root.selected a:after, section .context-menu a.selected:after {
	transform: rotate(90deg);
}

/* Page footer */
.page-footer .small-12.medium-4.large-4.columns:first-child {
	width: 100%;
}

/* Punkter inissinnerat */
.ArticlePage .medium-8:not(.service-box) ol li, .ArticlePage .medium-8:not(.service-box) ul li, .NewsPage .medium-8:not(.service-box) ol li, .NewsPage .medium-8:not(.service-box) ul li, .SynchronizedArticlePage .medium-8:not(.service-box) ol li, .SynchronizedArticlePage .medium-8:not(.service-box) ul li {
	text-indent: -33px;
}
.medium-8:not(.service-box) li::before {
	padding: 0 0 0 33px !important;
}




/* About us */
.primary-section .medium-6:nth-child(2) {
	display: block;
	margin: 30px;
	position: relative;
	top: none;
	transform: none;
}

}



/********** iPhone anginerit */

@media only screen and (min-width: 414px) and (max-width: 736px) {

/* Campaign indhold ataani */
section.third-section .columns.medium-12 .campaign__theme {
	margin-top: 33% !important;
}




/* About us */
.primary-section .medium-6:nth-child(2) {
	display: block;
	margin: 30px;
	position: relative;
	top: none;
	transform: none;
}
}


/********** iPad Portrait */

@media only screen and (min-width: 481px) and (max-width: 767px) {

/* Søgefelt */
.search input {
	width: 50%;
	height: auto;
	padding-left: 40px;
}
}


/********** iPad Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px) {

/* Søgefelt inissinnera */
.navbar .large-3 {
	width: 15%;
	padding-right: 0;
}

/* Søgefelt */
.search input {
	width: 100%;
	height: auto;
	background-size: 15px;
}

/* Campaign inissinneri 1/4 */
section.third-section .medium-12.columns {
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.primary-section .columns.medium-6 .campaign {
	height: 75vh !important;
	background-size: cover;
}

}


/********** iPad Pro Portrait */
@media only screen and (min-width: 834px) and (max-width: 1112px) {

/* Campaign indhold ataani */
section.third-section .columns.medium-12 .campaign__theme {
	margin-top: 33%;
}
}


/********** MacBook */

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

/* Page header */
.page-header .navbar .row {
	padding: 0 15px;
}

/* Søgefelt inissinnera */
.navbar .large-3 {
	width: 15%;
	padding-right: 0;
	float: right !important;
}

/* Campaign inissinneri 2/4 */
section.third-section .medium-12.columns {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.primary-section .columns.medium-6 .campaign {
	height: 65vh !important;
	background-size: cover;
}

}


/********** iPad pro */

@media screen and (min-width: 1112px) and (max-width: 1112px) {

/* Navigation */
.primary-navigation ul li a {
	padding: 1em .5em 0 !important;
	margin-right: 10px !important;
}

.primary-section .columns.medium-6 .campaign {
	height: 65vh !important;
}
}


/********** iMac */

@media only screen and (min-width: 1281px) and (max-width: 1919px) {

/* Page header width 1/2 */
.page-header .row {
	max-width: 5120px;
	display: grid;
	grid-template-columns: 320px 1fr;
}

/* Page header */
.page-header .navbar .row {
	padding: 0 15px;
}

/* Logo */
.page-header .large-4 {
	width: 100%;
	grid-column: 1 / 1;
}

/* Secondary  */
.page-header .medium-8 {
	width: 100%;
}

/* Søgefelt inissinnera */
.navbar .large-3 {
	width: 15%;
	padding-right: 0;
	float: right !important;
}

/* Campaign inissinneri 3/4 */
section.third-section .medium-12.columns {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

/* About us */
.primary-section .columns.medium-6 .campaign {
	min-height: 50vh !important;
	height: 50vh !important;
	background-size: cover;
}

}


/********** XXL */

@media only screen and (min-width: 1920px) {

/* Page header width 2/2 */
/* .page-header .row {padding: 0 50px;} */

/* Page header */
/* .page-header .navbar .row {padding: 0 15px;} */

/* Campaign inissinneri 4/4 */
section.third-section .medium-12.columns {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}


/* About us */
.primary-section .columns.medium-6 .campaign {
	width: 100% !important;
        background-position: 50% 20% !important;
        background-size: cover;
    }
}
}

}