/* line 5, ../scss/News.scss */
.NewsCategoryPage div.main .content-container h1 { /* 		margin-top: -50px;  */ text-align: center; /* 		padding-bottom: 25px; */ font-size: 36px; color: #fff; font-weight: 700; /*&:after	{
	border-bottom: 1px solid $color-text-heading;
	content: ' ';
	width: 160px;
	margin: 0 auto;
	margin-top: 13px; 
	
	display: block;
}*/ }
@media (max-width: 767px) { /* line 5, ../scss/News.scss */
  .NewsCategoryPage div.main .content-container h1 { margin-top: 0px; } }
/* line 26, ../scss/News.scss */
.NewsCategoryPage div.main .content-container article { padding-top: 30px; width: -webkit-calc(100% - 545px); width: -moz-calc(100% - 545px); width: -o-calc(100% - 545px); width: calc(100% - 545px); }
@media only screen and (max-width: 1023px) { /* line 26, ../scss/News.scss */
  .NewsCategoryPage div.main .content-container article { width: 100%; } }
/* line 34, ../scss/News.scss */
.NewsCategoryPage div.main .content-container article .news-title h1 { text-align: left; margin: 0; color: #000; background: transparent; padding: 35px 35px 20px 0; }
/* line 40, ../scss/News.scss */
.NewsCategoryPage div.main .content-container article .news-title h1:after { border-bottom: none; }
/* line 45, ../scss/News.scss */
.NewsCategoryPage div.main .content-container article .news-ingress { color: #000; padding: 0 35px 35px 0; }

/* line 56, ../scss/News.scss */
.news-item { width: 100%; }
/* line 58, ../scss/News.scss */
.news-item h1 { text-align: left; margin-top: 0; }
/* line 61, ../scss/News.scss */
.news-item h1:after { display: none; }
/* line 66, ../scss/News.scss */
.news-item .news-ingress { line-height: 1.8; font-size: 18px; /* 			font-weight: 700; */ margin-bottom: 20px; }
/* line 72, ../scss/News.scss */
.news-item .news-category, .news-item .news-date { text-transform: uppercase; /* 		font-family: "Century Gothic", Arial, sans-serif; */ font-size: 14px; line-height: 22px; }
/* line 79, ../scss/News.scss */
.news-item .news-category { color: #fff; float: left; background: #293643; padding: 0 10px; margin-right: 10px; margin-bottom: 3px; }
/* line 88, ../scss/News.scss */
.news-item .news-date { color: #000; /* 		font-family: "Playfair Display", Arial, sans-serif; */ }
/* line 92, ../scss/News.scss */
.news-item hr { border-top: 1px dashed #7d7d7d; margin: 9px 0 10px 0; }
/* line 96, ../scss/News.scss */
.news-item .news-thumbnail { margin-top: 15px; /* 		padding-top: 15px; */ /* 		border-top: 1px solid #006085;  */ margin-bottom: 20px; }
/* line 102, ../scss/News.scss */
.news-item .news-content { background: transparent; padding: 35px 35px 35px 0; margin-bottom: 10px; color: #000; }

/* nyhetslistningen */
/* line 111, ../scss/News.scss */
.NewsListing { margin-left: -20px; }
@media (max-width: 1024px) { /* line 111, ../scss/News.scss */
  .NewsListing { margin-left: -10px; } }
/* line 116, ../scss/News.scss */
.NewsListing .news-item { text-align: left; width: 25%; float: left; padding-left: 20px; box-sizing: border-box; /* 		&.pos-3	{ */ }
@media (max-width: 1024px) { /* line 116, ../scss/News.scss */
  .NewsListing .news-item { width: 50%; padding-left: 10px; }
  /* line 126, ../scss/News.scss */
  .NewsListing .news-item:nth-child(odd) { clear: both; } }
@media (max-width: 767px) { /* line 116, ../scss/News.scss */
  .NewsListing .news-item { width: 100%; } }
/* line 136, ../scss/News.scss */
.NewsListing .news-item .news-content { /* 			margin-top: 5px; */ float: left; color: #000; background: transparent; padding: 0; }
@media (max-width: 767px) { /* line 136, ../scss/News.scss */
  .NewsListing .news-item .news-content { margin-top: 2px; } }
/* line 147, ../scss/News.scss */
.NewsListing .news-item .news-thumbnail { width: 100%; float: left; margin-top: 0; padding-top: 0; border-top: 0; margin-bottom: 0; }
@media (max-width: 1023px) { /* line 147, ../scss/News.scss */
  .NewsListing .news-item .news-thumbnail { width: 100%; margin-bottom: 0; } }
/* line 158, ../scss/News.scss */
.NewsListing .news-item .news-thumbnail img { width: 100%; height: auto; object-fit: cover; }
/* line 164, ../scss/News.scss */
.NewsListing .news-item .news-title { margin-bottom: 10px; }
/* line 167, ../scss/News.scss */
.NewsListing .news-item .with-news-image { float: left; }
@media (max-width: 480px) { /* line 167, ../scss/News.scss */
  .NewsListing .news-item .with-news-image { padding: 10px 10px; } }
@media (max-width: 1023px) { /* line 167, ../scss/News.scss */
  .NewsListing .news-item .with-news-image { width: 100%; } }
/* line 176, ../scss/News.scss */
.NewsListing .news-item .with-news-image .news-title { color: #000; font-weight: 700; font-size: 20px; margin-top: 10px; line-height: 1.2; }
/* line 184, ../scss/News.scss */
.NewsListing .news-item .with-news-image .news-ingress { display: none; }
/* line 188, ../scss/News.scss */
.NewsListing .news-item .without-news-image { background-color: #111; padding: 20px 20px; }
@media (max-width: 480px) { /* line 188, ../scss/News.scss */
  .NewsListing .news-item .without-news-image { padding: 10px 10px; } }
/* line 195, ../scss/News.scss */
.NewsListing .news-item .without-news-image .news-title { font-size: 34px; font-weight: 700; line-height: 1.3; color: #000; }
@media (max-width: 767px) { /* line 195, ../scss/News.scss */
  .NewsListing .news-item .without-news-image .news-title { font-size: 24px; } }
/* line 205, ../scss/News.scss */
.NewsListing .news-item .news-ingress { font-size: 17px; font-weight: 300; line-height: 1.7; margin: 0; color: #fff; padding: 0 !important; background: transparent !important; }
/* line 215, ../scss/News.scss */
.NewsListing .news-item .readmore { /* 			background-color: #eeeeee; */ border: 1px solid #f4f4f3; width: 33px; height: 33px; display: block; float: left; /* 			margin-top: 8px; */ margin-left: 3px; }
/* line 225, ../scss/News.scss */
.NewsListing .news-item .readmore:before { background-image: url(../../audioimport/images/dropdown.png); background-size: 17px 17px; background-repeat: no-repeat; display: inline-block; width: 31px; height: 31px; content: ""; background-position: center center; }
/* line 238, ../scss/News.scss */
.NewsListing .news-item:nth-child(1), .NewsListing .news-item:nth-child(2) { width: 50%; }
@media (max-width: 767px) { /* line 238, ../scss/News.scss */
  .NewsListing .news-item:nth-child(1), .NewsListing .news-item:nth-child(2) { width: 100%; } }
/* line 244, ../scss/News.scss */
.NewsListing .news-item:nth-child(1) .news-thumbnail, .NewsListing .news-item:nth-child(2) .news-thumbnail { width: 50%; float: left; }
@media (max-width: 1024px) { /* line 244, ../scss/News.scss */
  .NewsListing .news-item:nth-child(1) .news-thumbnail, .NewsListing .news-item:nth-child(2) .news-thumbnail { width: 100%; } }
/* line 251, ../scss/News.scss */
.NewsListing .news-item:nth-child(1) .news-title, .NewsListing .news-item:nth-child(2) .news-title { font-size: 20px; color: #000; font-weight: 700; }
/* line 256, ../scss/News.scss */
.NewsListing .news-item:nth-child(1) .news-content, .NewsListing .news-item:nth-child(2) .news-content { /* 			width: 50%; */ float: left; background: transparent; }
/* line 260, ../scss/News.scss */
.NewsListing .news-item:nth-child(1) .news-content .with-news-image, .NewsListing .news-item:nth-child(2) .news-content .with-news-image { padding: 0 20px; width: 50%; }
@media (max-width: 1024px) { /* line 260, ../scss/News.scss */
  .NewsListing .news-item:nth-child(1) .news-content .with-news-image, .NewsListing .news-item:nth-child(2) .news-content .with-news-image { width: 100%; /* 					padding: 10px 10px; */ } }
/* line 268, ../scss/News.scss */
.NewsListing .news-item:nth-child(1) .news-content .without-news-image .news-title, .NewsListing .news-item:nth-child(2) .news-content .without-news-image .news-title { font-size: 36px; }
/* line 274, ../scss/News.scss */
.NewsListing .news-item:nth-child(1) .news-ingress, .NewsListing .news-item:nth-child(2) .news-ingress { display: block; }
/* line 277, ../scss/News.scss */
.NewsListing .news-item:nth-child(1) .readmore, .NewsListing .news-item:nth-child(2) .readmore { display: none; }
/* line 283, ../scss/News.scss */
.NewsListing .news-item:nth-child(3), .NewsListing .news-item:nth-child(7), .NewsListing .news-item:nth-child(11), .NewsListing .news-item:nth-child(15), .NewsListing .news-item:nth-child(19), .NewsListing .news-item:nth-child(23) { clear: left; }
/* line 294, ../scss/News.scss */
.NewsListing .news-item.showAll .news-content { height: auto !important; }
/* line 296, ../scss/News.scss */
.NewsListing .news-item.showAll .news-content .news-ingress { display: block; }
/* line 301, ../scss/News.scss */
.NewsListing .news-item.showAll .readmore { transform: rotate(180deg); }

/* line 309, ../scss/News.scss */
.NewsPageNumbers { border-top: 1px solid #eee; text-align: center; clear: both; }
/* line 313, ../scss/News.scss */
.NewsPageNumbers span, .NewsPageNumbers a { line-height: 4rem; font-size: 1.2rem; color: #000; display: inline-block; min-width: 4rem; }
/* line 321, ../scss/News.scss */
.NewsPageNumbers a.prev { float: left; padding: 0 1rem; }
/* line 326, ../scss/News.scss */
.NewsPageNumbers a.next { float: right; padding: 0 1rem; }
/* line 331, ../scss/News.scss */
.NewsPageNumbers a.prev, .NewsPageNumbers a.next, .NewsPageNumbers .page-number > span, .NewsPageNumbers .page-number > a:hover { background: #eee; }

/* line 338, ../scss/News.scss */
.more-wrapper { clear: both; text-align: center; }
/* line 343, ../scss/News.scss */
.more-wrapper .more-items { width: 100%; display: block; border-bottom: 1px dashed #7d7d7d; font-weight: 700; font-size: 18px; color: #222; line-height: 35px; /* 		&:after	{ */ /* 			display: inline-block; */ /* 			position: relative; */ /* 			content: url(../../audioimport/images/visamer.png); */ /* 			width: 14px; */ /* 		} */ }
/* line 362, ../scss/News.scss */
.more-wrapper .more-items img { display: inline-block; }

/* line 367, ../scss/News.scss */
.news-link { /* 			background: $color-text-heading; */ color: #000 !important; background: #00c6ff !important; font-size: 14px; font-weight: 700; font-family: "Exo", sans-serif; line-height: 31px; padding: 0 20px; display: inline-block; /* 			margin-top: 10px; */ /* 			margin-bottom: 55px; */ float: left; /* 			margin-top: 8px; */ margin-bottom: 60px; }
@media (max-width: 767px) { /* line 367, ../scss/News.scss */
  .news-link { /* 				margin-top: 5px; */ } }
