/***************************************************** Sidens bredde *****************************************************/
.row {
	max-width: 1440px;
}

.page-header .row {
	max-width: 5120px;
	padding: 0 50px;
	display: grid;
	grid-template-columns: 320px 1fr;
}

.page-header .navbar .row {
	max-width: 1500px;
	display: block;
	padding: 0 15px;
}

.page-header .navbar .row .medium-9 {
	width: 90%;
}

/***************************************************** Font *****************************************************/

.bold, .primary-navigation, b, body, h1, h2, h3, h4, h5, strong, p, .campaign__title, a, .primary-navigation ul li a {
	font-family: "Avenir Next", Lato !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #2d4f89;
	font-weight: 500;
}

.medium-8:not(.service-box) p {
	line-height: 1.8rem !important;
	color: #495765;
}

.link--more {
	text-underline-offset: 0.5em;
}

a:hover {
	text-decoration: underline;
	text-underline-offset: 0.5em;
}

b, strong {
	font-weight: 600;
	letter-spacing: 0.2em;
}

/***************************************************** Sprog versionering *****************************************************/

.language_switch {
	grid-column: 2/2;
	grid-row: 1/1;
}


.language_switch ul li a {
	width: 40px;
	height: 38px;
	background-size: 80px;
	border-radius: 50%;
	margin-right: 15px;
}

.language_switch ul li {
	display: inline-block;
}

.language_switch ul li:nth-child(1) {
	float: none;
}

.language_switch ul li:nth-child(2) {
	float: left;
}

.language_switch ul li:nth-child(3) {
	float: right;
}

/***************************************************** Page-header *****************************************************/

.page-header .navbar {
	background-color: #FFFFFF !important;
}

.page-header .large-4 {
	width: 100%;
	grid-column: 1 / 1;
}

.page-header .medium-8 {
	width: 100%;
	display: grid !important;
	grid-template-columns: 1fr 320px;
}

.login {
	display:none;
}

/***************************************************** Main navigation *****************************************************/

navbar .medium-9 {
	width: 85%;
}

.primary-navigation ul li a {
	font-size: 1rem;
	padding: 20px 1em 0;
	text-transform: uppercase;
	color: #4B4F58;
}

.page-header .navbar a:hover {
	color: #0170B9;
	text-decoration: underline;
	text-decoration-color: currentcolor;
	text-decoration-thickness: auto;
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
	text-decoration-color: #0170B9;
	background-color: #fff;
}

.primary-navigation ul li a[href*="https"]::after {
	content: url(/-/media/transportkommissionen/logo/web-icon/linkb);
	padding-left: 5px;
}

/***************************************************** Secondary navigation *****************************************************/

.secondary-navigation {
	text-align: center;
	grid-column: 1/1;
	grid-row: 1/1;
}

.secondary-navigation a {
	text-align: center;
	color: #00244a;
	text-transform: uppercase;
	font-size: 2rem;
	text-align: center;
}

/***************************************************** Søgefelt *****************************************************/
.navbar .large-3 {
	width: 10%;
	padding-right: 50px;
	float: right !important;
}

.search input {
	width: 20%;
	color: #222;
	background-color: #BABFCA;
	background-position: 12px;
	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: 15px;
}

.suggested-search-list div ul li a {
	color: #222;
}

/***************************************************** Breadcrump *****************************************************/

.breadcrumbsContainer {
	display: block;
	z-index: 9;
	background-image: linear-gradient(0deg,transparent,#444) !important;
	background-color: #fff0;
}

.campaign--fullBG {
	margin-top: -57px;
}

.Frontpage .campaign--fullBG {
	margin-top: 0;
}

/***************************************************** Forside *****************************************************/

.Frontpage .campaign--fullBG {
	height: 60vh;
}

/***************************************************** Venstremenu *****************************************************/


/***** Venstre menu - kassen *****/
section .context-menu {
	background-color: #FFFFFF;
}

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;
}

/***** 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;
}


/***************************************************** Faktaboks *****************************************************/

.page-text {
	border: 1px solid;
	padding: 15px 20px 0px;
	margin-bottom: 15px;
}


/***************************************************** Tabel *****************************************************/

table {
	margin: 0 !important;
}

table tr {
	background: none !important;
}

table tr td {
	vertical-align: baseline !important;
}

/***************************************************** Liste *****************************************************/

.medium-8:not(.service-box) ul li::before {
	color: #222;
}

.medium-8:not(.service-box) ol, .medium-8:not(.service-box) ul {
	margin-left: 3rem !important;
}

.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;
}

/***************************************************** SubjectPage billede *****************************************************/

.campaign--textinside .campaign__title {
	width: 100%;
	text-align: center;
	font-size: 2.5rem !important;
	font-weight: 500;
	text-transform: uppercase;
	padding: 3.125rem 0;
}

/***************************************************** Nyhed *****************************************************/

.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;
}

.newsitem.boxed {
	padding: 0;
	border-radius: 15px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	background: #fff;
}

a.newsitem.boxed:hover {
	text-decoration: none;
	background-color: #eee;
}

a:hover.newsitem .newsitem__header {
	text-decoration: underline;
	text-underline-offset: 0.20em;
}

.NewsArchivePage figure img {
	width: 100%;
	border-radius: 15px 15px 0 0;
}

a:hover.newsitem figure img {
	filter: grayscale(60%);
}

.NewsArchivePage .newsitem__date {
	padding: 15px 15px 0;
}

.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;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #777;
}

.NewsArchivePage .newsitem .read-more {
	display: none;
}

.NewsArchivePage .link--more {
	display: block;
	text-align: right;
	grid-column: 1/4;
}

/***************************************************** Nyhed - indhold *****************************************************/

.NewsPage h1, .NewsPage .manchet, .NewsPage .row-fluid, .NewsPage h3, .NewsPage .content {
	max-width: 700px;
	margin: auto;
	margin-bottom: 2rem;
}

.NewsPage .row-fluid {
	margin: 5px auto 25px;
	color: #0170B9;
	font-size: .75rem;
	text-align: right;
	text-transform: uppercase;
}

.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-top: 1px solid #e0e3e7;
	padding-top: 50px;
	max-width: 1440px;
}

/***************************************************** subject subpage *****************************************************/

.SubjectPage .medium-6.columns .image-element {
	border-radius: 5px;
}


/***************************************************** Footer *****************************************************/
.page-footer {
	padding: 7rem 0 5rem;
}

.page-footer .h3 {
	color:#fff;
}

.page-footer .small-12.medium-4.large-4.columns {
	width: 50%;
}

.page-footer-section {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.44) 0%,rgb(0, 0, 0) 100%), url('/-/media/eamra/demo_billeder/annie-spratt-v0gteik2rji-unsplash.jpg') no-repeat;
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto, auto;
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto, auto;
	background-position: 50% 52%;
	background-size: cover;
	border-top: 1px solid #e9e9ea;
}

/***************************************************** 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;
}


/************************************************************************************************** Større 1025 – 1440px **************************************************************************************************/

@media screen (min-width: 64.063em) and (max-width: 90em) {



}


/************************************************************************************************** Medium 641 – 1024px **************************************************************************************************/

@media screen (min-width: 40.063em) and (max-width: 64em) {



}


/************************************************************************************************** Små 0 – 640px **************************************************************************************************/

@media screen and (max-width: 40em) {

/***************************************************** Pageheader *****************************************************/
.page-header .row {
	display: block;
	padding: inherit;
}

.page-header .large-4 {
	width: 66.6666666667%;
}

.page-header .service-box {
	display: none !important;
}


/*****************************************************Hamburger menu *****************************************************/
.mobile-show--menu::after {
	color: #1c4b82;
}

.mobile-menu {
	background: #1c4b82;
}

.mobile-menu .language_switch ul li a {
	width: 50px;
	border-radius: 6px;
	opacity: .7;
}

.mobile-menu .primary-navigation ul li a {
	color: #fff;
}

.mobile-menu .secondary-navigation li a {
	display: none !important;
}

/***************************************************** Søgefelt - forslag *****************************************************/

.navbar .large-3 {
	width: 100%;
	padding: 0;
	float: left !important;
}

.suggested-search-list {
	width: 300px;
}

.suggested-search-list div {
	margin-top: 15%;
}

/***************************************************** Søgefelt *****************************************************/
.search input {
	width: 100%;
	border-radius: 5px;
}


}