/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
}


* {
	box-sizing: border-box;
	}

HTML {
	font-size: 15.5px;
	line-height: 24px;
	background-image: url(); 
	background-size: 0 0;
	background-repeat: no-repeat;
	transition: 1s;
	background-color: #000000;
	}

BODY {
	margin: 0;
	padding: 0;
	font-family: Roboto, Arial, sans-serif;
	background-color: #000000;
	color: #cccccc;
/*	background-image: linear-gradient(135deg, #000000 25%, #212121 25%, #212121 50%, #000000 50%, #000000 75%, #212121 75%, #212121 100%);
	background-size: 14.14px 14.14px;
	background-size: 10px 10px;
	*/
	}

SECTION {
	display: block;
	position: relative;
	}

HTML:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: " ";
	background-image: inherit;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	filter: blur(4px) grayscale(20%) brightness(50%);
	}

HTML.transit::before {
	filter: blur(2px) grayscale(20%) brightness(0%);
	transition: 1s;
	}

	
BODY::before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: " ";
	background-image: linear-gradient(135deg, rgba(0,0,0,0.5) 25%, rgba(33,33,33,0.5) 25%, rgba(33,33,33,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 75%, rgba(33,33,33,0.5) 75%, rgba(33,33,33,0.5) 100%);
	background-size: 14.14px 14.14px;
	background-size: 10px 10px;
	z-index: 0;
	}

.boldbread {
	font-weight: bold;
	}

.kontra {
	background-image: linear-gradient(135deg, #000000 25%, #696601 25%, #696601 50%, #000000 50%, #000000 75%, #696601 75%, #696601 100%);
	background-size: 14.14px 14.14px;
	background-repeat: repeat;
	z-index: 2;
	}	

NAV {
	display: block;
	position: relative;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	margin-top: 8rem;
	width: 100%;
	height: 6rem;
	background-color: #000000;
	z-index: 99;

	}

NAV #stripe {
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,0,0.2) 0%, rgba(255,242,0,1) 20%, rgba(255,242,0,1) 40%, rgba(2,0,0,0.2) 100%);
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	height: 2px;
	}

#logo, FOOTER .logo {
	display: block;
	position: absolute;
	top: 0rem;
	left: 0;
	width: 16rem;
	height: 4rem;
	background-image: url(/css/logo_gul.png);
	background-size: contain;
	background-repeat: no-repeat;
	}

FOOTER #logobunn {
	display: block;
	position: relative;
	top: 1rem;
	left: 0;
	width: 12rem;
	height: 4rem;
	background-image: url(/css/logo_gul.png);
    filter: grayscale(100%) invert(100);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	}

FOOTER .tekstspeil P {
	width: 30%;
	margin-left: 5%;
	float: left;
	text-align: left;
	}
FOOTER A {
	color: #000000;
	}
FOOTER  .tekstspeil DIV {
	width: 30%;
	margin-left: 0;
	float: left;
	}
ARTICLE {
	display: block;
	position: relative;
	clear:both;
	margin-top: 1rem;
	}

MAIN {
	display: block;
	position: relative;
	margin-top: 1rem;
	}

DIV {	
	display: block;
	position: relative;
	}

FOOTER {
	display: block;
	position: relative;
	width: 100%;
	color: #000000;
	background-color: #fff200;
	text-align: center;
	margin-top: 2rem;
	float: none;
	clear: both;
	}

H1 {
	font-size: 1.6rem;
	line-height: 1.7rem;
	}

	
DIV.kalender:empty {
	display: none;
	}


#bio {
	display: block;
	position: relative;
	background-color: black;
	border-right: 5px solid #fff200;
	height: 6rem;
	overflow: hidden;
	margin-bottom: 2rem;
	background-color: #121212;
	padding: 1rem;
	font-size: 85%;
	}

#bio::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	content: " ";
	background-repeat: repeat-x;
	background-image: url(/css/biooverflow.png);
	}
#bio.aapen {
	height: auto;
	}

#bio.aapen:after {
	display: none;
	}

DIV#bio IMG {
	display: block;
	float: left;
	width: 6rem;
	height: 6rem;
	border-radius: 3rem;
	margin-right: 1rem;
	margin-top: -1rem;
	margin-left: -1rem;
	}

DIV#bio:empty {
	display: none;
	}
/*
DIV#bio {
	font-style: italic;
	}
*/

#bio + HR.kortstrek {
	display: none;
	}



#meny {
	display: block;
	position: absolute;
	left: 0;
	top: 4rem;
	}
#meny A {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 2rem;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#meny FORM {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 2rem;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

#meny FORM INPUT {
	color: #ffffff;
	background-color: #000000;
	margin-top: -0.2rem;
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: bold;
	border: 0;
	}

/* Søkeboksen */
#sokeboks {
	display: inline-block;
	position: relative;
	float: left;
	width: calc(100% - 6rem);
	color: #ffffff;
	background-color: #000000;
	padding: 0.5rem;
	font-size: 1.5rem;
	border-radius: 0.5rem;
	}

#sokeknapp {
	display: inline-block;
	position: relative;
	float: left;
	width: 3rem;
	height: 3rem;
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "⚲";
    background-color: transparent;
    color: #ffffff;
    font-size: 2rem;
    border: 0;
    }
    
    &#9906;
</div>

	
#tema1 IMG {
	width: 100%;
	height: auto;
	}

#omplata IMG {
	width: 100%;
	height: auto;
	}

#linkeliste, #paaforsiden {
	margin-top: 0.75rem;
	}

#linkeliste:empty {
	display: none;
	}

A {
	color: #ffffff;
	}

/* Layout */

#hoved {
	margin-top: 1rem;
	}

#toppsak IMG, .toppsak IMG {
	max-width: 100%;
	}

.hundre {
	width: 100%;
	height: auto;
	}

#linkeliste A, #paaforsiden A {
	text-decoration: none;
	}

/* SPALTER */

.clearall {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	float:none;
	clear:both;
	}

.tospalter {
	display: block;
	position: relative;
	float: left;
	width: calc(66.66% - 0.5rem);
	margin: 0;
	}

.enspalte {
	width: calc(33.33% - 0.5rem);
	float: left;
	margin: 0;
	}

.tospalter + .enspalte {
	margin-right: 1rem;
	}

.fc2 {
	display: block;
	position: relative;
	width: 100%;
	column-count: 2;
	column-gap: 1rem;
	margin-top: 1rem;
	}

.fc2 > DIV {
	display: block;
	position: relative;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	}

.venstrebilde {
	float: left;
	margin-right: 1rem;
	}
.hoyrebilde {
	float: right;
	margin-left: 1rem;
	}


.fc3 {
	display: block;
	position: relative;
	width: 100%;
	column-count: 3;
	column-gap: 1rem;
	margin-top: 1rem;
	}

.fc3 > DIV {
	display: block;
	position: relative;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	}
	


/* Flexing */
/*
.fc2 {
	display: flex;
	position: relative;
	width: calc(67%);
	flex-direction: column;  
	justify-content: flex-start;
	flex-flow: row wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-left: -0.25rem;
	}

.fc2 > DIV {
	flex: 1 1 200px;
	display: block;
	position: relative;
	margin: 0.25rem;
	}
*/
.fc2 > DIV IMG, .fc3 > DIV IMG {
	width: 100%;
	max-width: 20rem;
	height: auto;
	}


.fc2 > DIV.hoved, .fc2 > DIV.dobbel {
	flex: 1;
	width: 100%;
	flex-basis: 100%;
	}

.fc2 > DIV.hoved IMG, .fc2 > DIV.dobbel IMG {
	width: 100%;
	max-width: 100%;
	height: auto;
	}

.flexcols {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: column;  
	justify-content: flex-start;
	flex-flow: column wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-left: -0.25rem;
	border: 1px solid green;
	height: 800px;
	}


.flexcols > DIV {
	flex-basis: 30%;
	width: 30%;
	margin: 0.25rem;
	border: 1px solid red;
	}


.tag::after, .typeK::after, .typeI::after, .typeP::after, .typeN::after, .typeC::after, .typeO::after, .typeB::after, .typeH::after, .typeT::after, .typeL::after, .typeQ::after, typeD::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #000000;
	background-color: #fff200;
	padding: 0 1rem;
	font-weight: 100;
	font-size: 0.8rem;
	text-transform: uppercase;
	text-align: center;
	}
.tag::after {
	content: attr(data-tag);
	}
.typeK::after {
	content: "Konsert";
	}
.typeI::after {
	content: "Intervju";
	}
.typeP::after {
	content: "Plateanmeldelse";
	}
.typeN::after {
	content: "Nyhet";
	}
.typeC::after {
	content: "Nekrolog";
	}
.typeO::after {
	content: "Kommentar";
	}
.typeB::after {
	content: "Bokomtale";
	}
.typeH::after {
	content: "Historier";
	}
.typeT::after {
	content: "Notis";
	}
.typeL::after {
	content: "Leder";
	}
.typeQ::after {
	content: "Magasin";
	}
.typeD::after {
	content: "Debatt";
	}



/* Notiser */
#notiser {
	color: #ffffff;
	margin-top: 0.5rem;
	}
#notiser > .notis::first-line {
	width: calc(100% - 5rem);
	}
.notis::after {
	display: inline-block;
	width: 2rem;
	color: #fff200;
	content: " // ";
	text-align: center;
	}





/*
.fc2 DIV.enavto {
	flex: 1;
	}
*/

/*
HR.kortstrek {
	display: block;
	position: relative;
	float: left;
	clear:both;
	}

HR.kortstrek::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	border: none;
	border-top: 5px solid #fff200;
	}
*/

HR.kortstrek {
	width: 30%;
	border: 1px solid #fff200;
	margin-left: 0;
	}

.hoyre {
	float: right;
	clear: none;
	}
.boks {
	padding: 0.75rem;
	}

.boks H2 {
	font-size: 1.1rem;
	color: #fff200;
	color: #ffffff;
	margin-top: 1rem;
	}

.boks H2::after {
	display: block;
	position: relative;
	width: 30%;
	height: 1px;
	border-top: 1px solid #fff200;
	margin-left: 0;
	top: 1rem;
	content: " ";
	}



.boks H2 + P {
/*	border-top: 1px solid #ffffff; */
	margin-top: 0.5rem;
	padding-top: 1rem;
	}
.boks.enkel P  {
	font-style: italic;
	}

.boks H2 A {
	color: #fff200;
	color: #ffffff;
	text-decoration: none;
	}

.boks IMG {
	max-width: 100%;
	height: auto;
	}

.gultekst {
	color: #fff200;
	}

.sort {
	background-color: #000000;
	}
.graa {
	background-color: #212121;
	}
.padding {
	padding: 2rem;
	}

.speil, .tekstspeil {
	display: block;
	position: relative;
	width: 80%;
	max-width: 1000px;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
	}

.speil::after {
	display: block;
	position: relative;
	float: none;
	clear:both;
	width: 100%;
	height: 1px;
	}

.toppmargin {
	margin-top: 1rem;
	}

.tredjedel {
	width: calc(33.33% - 0.5rem);
	}

.spalte {
	display: block;
	position: relative;
	margin-right: 1rem;
	}
.spalte.siste {
	margin-right: 0;
	}

/* Forside */
.matte {
	display: block;
	position: relative;
	}
.matte IMG {
	display: block;
	position: relative;
	}
.matte H1, .matte H1 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 2rem);
	background-color: rgba(0,0,0,.5);
	padding: 0.5rem;
	font-size: 1rem;
	color: #ffffff;
	margin: 0;
	padding: 1rem;
	}
.matte H1 A {
	color: #ffffff;
	text-decoration: none;
	}

.omartist {
/*	text-transform: uppercase; */
	}
.omlabel {
	font-style: italic;
	}
#toppsak .matte H1:first-line, .toppsak .matte H1:first-line {
	color: #fff200;
	font-size: 1.4rem;
	}

/* Karusell */
.karusell { 
	overflow: visible; 
	background-color: 111111;
	}

.karusell IMG, .karusell FIGURE {
	display: block;
	display: none;
	position: relative;
	top: 0;
	margin: auto;
	max-width: 100%;
	height: auto;
	}
.karusell IMG:first-child, .karusell FIGURE:first-child {
	display: block;
	}

.karusell .frem {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	right: -2rem;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 1rem;
	background-color: #fff200;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 1px solid #fff200;
	z-index: 199;
	cursor: pointer;
	}

.karusell .tilbake {
	display: block;
	position: absolute;
	top: 50%;
	left: -2rem;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 1rem;
	background-color: #fff200;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 1px solid #fff200;
	z-index: 199;
	cursor: pointer;
	transform: rotate(-180deg);
	}


/* Pakke inn youtube iframes i noe vi vet høyden på */
.moviebox {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 66%;
	}
.moviebox IFRAME {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}

 .fotocredit, figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.5);
	color: #000000;
	font-size: 0.7rem;
	line-height: 0.9rem;
	padding: .5rem .5rem 0 .5rem;
	}

FIGURE {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	}

FIGURE IMG {
	display: block;
	}

/* Nyhetssiden */
.nyhetsliste IMG.img_1 {
	width: 33%;
	height: auto;
	float: left;
	margin-right: 0.75rem;
	}
.nyhetsliste .typeT A.lesmer {
	display: none !important;
	position: absolute;
	visibility: hidden;
	}

.nyhetsliste .boks.typeN H2::after, .nyhetsliste .typeT.boks H2::after,  .nyhetsliste .typeC.boks H2::after {
	display: none !important;
	border: none !important;
	}


.nyhetsliste .typeN::after {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	clear:left;
	width: 100%;
	height: 1px;
	content: " ";
	border: 0;
	background-color: transparent;
	border-color: transparent;
	}

/* Notater i nyhetslisten */

.nyhetsliste .typeT H2, .nyhetsliste .typeT P {
	display: inline-block;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	}
/*
.nyhetsliste .typeN::after {
	display: none;
	}
*/
.nyhetsliste .typeT H2 {
	font-weight: bold;
	font-size: 1rem;
	}

.nyhetsliste .typeT H2 {
	font-weight: bold;
	font-size: 1rem;
	}

/*
.nyhetsliste .typeT .dato {
	float: left;
	margin-right: 1rem;
	}
*/


/* Annonser */
.annonse { padding: 0; border: 2px solid #212121;; }

.sitat {
	display: block;
	position: relative;
	width: calc(100% - 6.5rem);
	padding: 1rem 1rem 0 0;
	font-size: 150%;
	line-height: 150%;
	overflow: visible;
	font-weight: 900;
	border-top: 2px solid #fff200;
	border-right: 2px solid #fff200;
	margin-left: 6rem;
	color: #ffffff;
	}

.sitat::before {
	display: block;
	position: absolute;
	width: 4rem;
	height: 4rem;
	top: 0;
	left: -6rem;
	content:  " ";
	background-image: url(/css/quote.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	}


/* Redigeringshjelp */

.edit {
	display: none;
	}
BODY.editmodus .edit {
	display: block;
	}

IMG.pantarei {
	width: auto !important;
	height: auto !important;
	}

/* Søk */
.sres {
	display: block;
	position: relative;
	border-top: 1px solid #fff200;
	margin-top: 1.8rem;
	padding-top: 1rem;
	padding-bottom: 1rem;

	}

.sres EM {
	display: inline-block;
	background-color: rgba(255, 242, 0, .35);
	font-style: normal;
	}

.pageLink {
	display: inline-block;
	background-color: rgba(255, 242, 0, 0.9);
	color: #000000;
	padding: .3rem;
	border-radius: .3rem;
	margin-right: .5rem;
	margin-top: .5rem;
	width: 1.5rem;
	height: 1.5rem;
	line-height: .9rem;
	text-align: center;
	}

.pageLink::hover {
	background-color: rgba(255, 242, 0, 1);
	}

.pageLink.aktiv {
	background-color: rgba(255, 242, 0, .35);
	color: #ffffff;
	}



/* Billedtekster */
/* VIRKER IKKE FORDI IMG IKKE TAR PSEUDO ELEMENTER -- se på FIGURE
IMG::after {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.498039);
	color: rgb(0, 0, 0);
	font-size: 0.7rem;
	padding-top: 0px;
	padding-right: 0.5rem;
	padding-bottom: 0px;
	padding-left: 0.5rem;
	content: attr(alt);
	}
*/


/* Mobil */
@media only screen and (max-width: 767px) {

BODY {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 19px;
	line-height: 23px;
	}

NAV {
	margin-top: 1rem;
	}

.speil, .tekstspeil {
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 100%;
	max-width: 100%;
	}
.padding {
	padding: 1rem;
	}
.ikkemobil {
	display: none;
	}

FOOTER .tekstspeil P {
	width: 100%
	float: left;
	clear:both;
	margin-top: 2rem;
	}

.fc2, .fc3 {
	column-count: 1;
	margin: 0;
	padding: 0;
	}

.boks {
	width: calc(100% - 1rem);
	margin: auto;
	}
.boks A IMG {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	}

.annonse.uferdig {
	display: none;
	}
	
.enspalte, .tospalter, .trespalte, .tredjedel {
	width: 100%;
	display: block;
	float: none;
	clear:both;
	}
/*
#meny {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	padding-top: 2rem;
	background-image: url(/css/hambruger.png);
	background-position: center top;
	width: 4rem;
	overflow: visible;
	}

#meny {
	display: flex;
	flex: 1 2 auto;
	width: 100%;
	}
*/
#meny A {
	display: inline-block;
/*	width: 100%; */
	overflow: hidden;
	margin: 0.5rem;
	font-size: 3.5vw;
	line-height: 4vw;
	padding: 0;
	}

#meny FORM INPUT {
	font-size: 3.5vw;
	max-width: 5rem;
	}

.karusell .frem {
	right: 1rem;
	}
.karusell .tilbake {
	left: 1rem;
	}


} /* Slutt mobil */