/*
Theme Name: kmn-custom
Author: Kjetil Moen
Author URI: https://kjettamoen.no
Version: 1.0.9
*/

/*
*   Hei! 
*   Hyggelig at du er inne og kikker. 
*   Hvis du ser noe problematisk, tips meg gjerne på kjetil@kjettamoen.no :)
*
*/

@import "resets/normalize.css";
@import "resets/reset.local.css";
@import "resets/typography.css";
@import "css/alignment.css?ver=1.4";
@import "css/forms.css?ver=1.1";
@import "css/desktop.css?ver=1.1";
@import "css/footer.css?ver=1.1";
@import "css/popup-nyhetsbrev.css?ver=1.2";


@import "css/mockup.css?ver=1.2";



:root {
    font-size: 62.5%;
}

.close-sidemenu i { cursor: pointer;}

body { 
    font-family: "Rubik", sans-serif;
    font-size: 1.6rem;
    color: #080808;
}



a.marglink {
    padding: 15px;
    display: block;
    background-color: aquamarine;
    text-align: center;
    margin: 0px;
}

.faktabox a { text-decoration: underline;}

div#surveyLink {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 15px 25px;
    background-color: #6153cc;
    color: white;
    text-align: center;
}

div#aler {
    display: none !important;
}


/*
FJERNING AV INGRESSER 1. DES 2021
*/
.page-id-116615 .h1-excerpt,
.page-id-116615 .h3-excerpt,
.page-id-116615 .archive-post-excerpt,
.page-id-116615 .kmn-sticky-excerpt {
    display: none;
}

.page-id-116615 span.kmn-top-post-cat a { background-color: #ceffb3;}

.page-id-116615 .kmn-sticky-meta,
.page-id-116615 .kmn-top-post-date,
.page-id-116615 .bal-tre-kolonner-post-date { display: none;}
/* .page-id-116615 .kmn-top-post-type-and-cat { display: none;} */

.page-id-116615 .next-6-posts .kmn-all-wrapper { justify-content: space-between; margin-top: 60px;}
/* .page-id-116615 .next-6-posts .kmn-all-wrapper article { width: 49%;} */
/* .page-id-116615 .next-6-posts article .kmn-posts-text-wrapper { width: 100% !important;} */
.page-id-116615 a.next-posts-thumbnail-link { width: 100%; margin-right: 0; height: 50%;}





.video-section{
    width: 100%;
    padding: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: auto;
    min-height: 400px;
    background-color: #F7F7F7;
}

.video-running {
    width: 55%;
    /* background-color: white; */
}

.running-tittel{
    padding: 0 20px 20px 0;
}

.video-slot{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.video-actions{
    padding: 15px 0;
    position: relative;
}

span.videoboks-header i{
    padding-left: 10px;
    font-size: 12px;   
    color: #F40045; 
}

.video-actions span{
    background: white;
    position: relative;
    z-index: 5;
    padding-right: 20px;
}

.video-actions::after{
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    z-index: 4;
    width: 100%;
    height: 1px;
    background: #ddd;    
}

.video-slot .running-tittel {
    width: 60%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;    
}

.video-slot .running-play {
    width: 35%;
}

.video-slot .embed-ballade {
    padding-bottom: 16.25%;
}

.video-slot .running-play iframe{ height: 100%;}

.video-queue {
    width: 40%;
    padding: 20px;
    background-color: white;
}


.footer-editorial p { margin-top: 2rem; }

.head-left-col { width: 100%; }
.head-mid-col,
.head-right-col { display: none; }
.head-left-col img { width: 100%; height: auto; }
.small-header-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.6rem;
    background-color: white;
    z-index: 900;
    /* border-bottom: 2px solid #eee; */
}

span.digi-tagline{
    display: block;
}

.digikal .kmn-arr-bilde { height: auto !important; }

.comment-info { padding: 8px; background-color: #F7F7F7; color: black; font-size: 14px; font-weight: 300; }
.comment-info a { color: #F40045; }

.sticky + .main-container {
    padding-top: 9rem;
}

.content-wrapper article.post { padding: 1.6rem; }

.toppvid { margin-bottom: 1rem;}
.single-article-fb-comments { margin: 1.6rem; }

.embed-ballade {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

ol {
  list-style-type:decimal;
  padding-left: 1.6rem;
}

ol li { margin-top: 1.6rem;}
#art-content ol li { margin-top: 0;}

.embed-ballade iframe,
.embed-ballade object,
.embed-ballade embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.big-header-container { display: none; }

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;    
    box-shadow: 0 7px 6px -6px black;
}

blockquote {
    border-top: 1px dotted #F40045;
    width: 100%!important;
    float: left;
    /* font-family: "Lato"; */
    /* font-weight: bold; */
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    padding: 10px;
    margin: 20px 20px 20px 0;
    border-left: none;
    text-align: left;
}

.sok-style { margin: 5rem 1.6rem !important; }
.sok-style input, .bal-search input { font-size: 1.6rem !important; }
 

.sidemenu-window {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    color: #080808;
    text-align: left;
    border-radius: 0;
    padding: 4rem 3rem 4rem 3rem;    
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    border-right: 1px solid black;
    cursor: default;
    overflow-y: hidden;
}


/* REDAKSJONSSIDE 22.03.2021 */

.journalist-wrapper{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
}

.journalist-wrapper h2{
    width: 100%;
    margin-bottom: 20px;
}
.seksjon-redaksjon,
.seksjon-skribent{
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    /* justify-content: space-between; */
}

.seksjonsjournalist {
    width: 100%;
}

.journalist-navn{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.journalist-rolle {
    width: 100%;
    display: block;
    font-size: 16px;
}

.seksjonsjournalist img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
}








.flexcontain { display: flex; flex-flow: row wrap; }


.small-header-container .hamburger { width: 15%; }
.small-header-container .bal-logo { width: 70%; padding: 0 1.5rem; }
.small-header-container .bal-search { width: 15%; }
.small-header-container .bal-search i { font-size: 2rem; margin-left: 40%; }
.bal-logo img { width: 100%; height: auto; object-fit: cover;}
.hamburger img { height: 30px; width: 20px; object-fit: cover; margin-left: 1.4rem; cursor: pointer; }


hr.menu-divider { width: 100%; border-top: 1px solid #F40045; margin: 2rem 0; }
.close-sidemenu {color: #F40045; font-size: 2rem; position: absolute; top: 5rem; right: 5rem; }

.regular-links { width: 100%; padding:  1rem 0;  }

.regular-links a { font-size: 2rem; font-weight: 500; font-family: "Rubik", sans-serif; }

.nyheter-links { width: 50%; padding: 1rem 0;  }
.nyheter-links a { font-size: 1.8rem; font-weight: 300; font-family: "Rubik", sans-serif; }
.nyheter-links a.link-136457 { font-weight: 500; }

.debatt-links { width: 50%; padding: 1rem 0;   }
.debatt-links a { font-size: 1.8rem; font-weight: 300; font-family: "Rubik", sans-serif; }
.debatt-links a.link-136468 { font-weight: 500; }

.dybdestoff-links { width: 50%; padding:  1rem 0;    }
.dybdestoff-links a { font-size: 1.8rem; font-weight: 300; font-family: "Rubik", sans-serif; }
.dybdestoff-links a.link-136463 { font-weight: 500; }


/* 
.elementor-section .elementor-container { display: flex; margin: 0 auto; width: 100%; }
.elementor-row { display: flex; flex-flow: row wrap; justify-content: space-between;}
.elementor-element-3414b0ce { width: 15%; }
.elementor-element-399d2a66 { width: 70%; }
.elementor-element-787a4941 { width: 15%; } */


.top-post-col img { width: 100%; height: auto; object-fit: cover;}
.kmn-sticky-wrapper { margin-bottom: 1.6rem; }
.kmn-sticky-wrapper img { width: 100%; height: auto; object-fit: cover;}
.kmn-thumb img { width: 100%; height: auto; object-fit: cover;}
.g-8 { display: block; width: 320px; height: 200px !important;  margin: 2.6rem auto !important; }
.g-8 div {height: 200px; text-align: center;}
.g-6 { display: none; }
.g-7 { display: none; }

.kmn-top-post-text-wrapper,
.kmn-sticky-text,
.kmn-posts-text-wrapper,
.archive-post-text-wrapper { width: 90%; margin: 0 auto; position: relative; }

.kmn-top-post-text-wrapper p,
.kmn-sticky-text p,
.kmn-posts-text-wrapper p,
.archive-post-excerpt p { font-size: 1.8rem; padding: 1rem; font-weight: 300;}

.top-post-col { margin-bottom: 1.6rem; }

.kmn-top-post-title,
.kmn-sticky-title,
.kmn-posts-title,
.archive-post-title { background-color: white; padding: 1rem; margin-top: -2rem; }

.kmn-top-post-title a,
.kmn-sticky-title a,
.kmn-posts-title a { font-family: Georgia, sans-serif; font-size: 2rem; font-weight: 500; color: #080808 !important; line-height: 2rem; }

.kmn-top-post-meta,
.kmn-sticky-meta,
.archive-post-meta { color: #F40045 !important; padding: 0 1rem 0.2rem 1rem; font-size: 1.2rem; }

.kmn-top-post-author { font-weight: 300; }
.kmn-top-post-date { font-weight: 300; }
.kmn-sticky-meta { font-weight: 300; }

.kmn-top-post-type-and-cat { padding: 0 1rem 1rem 1rem; }
/* span.kmn-top-post-type, span.kmn-top-post-cat { display: inline-block; } */
span.kmn-top-post-type a, span.kmn-top-post-cat a { 
	background-color: #F7F7F7;
    font-family: "Rubik", Sans-serif;
    color: #080808;
    margin: 2px 6px 6px 0;
    padding: 4px 8px;
    /* border-radius: 10px; */
    font-size: 1.2rem;
    font-weight: 300;
	line-height: 2.4em;
	display: inline-block;
}

.flere-saker { display: none; }
.single-article-more-content-below .flere-saker {
    display: block;
    margin: 1.6rem;
    
}
.next-posts-container { margin-top: 3rem; }
.kmn-img-content { margin-bottom: 1.6rem; }
.each-archive-post-wrapper { margin-bottom: 1.6rem; }

.center {text-align: center; }
.red a { color: #F40045; }
.red { color: #F40045; }
h3 { font-size: 2.4rem; line-height: 1.4; font-weight: 500; }
h4 { font-size: 1.8rem; line-height: 1.3; font-weight: 400; }
h5 { font-size: 1.4rem; line-height: 1.2; font-weight: 400; }


.marg-stillinger-wrapper { width: 90%; margin: 0 auto; margin-bottom: 3rem; padding-top: 2rem; }
.marg-stillinger-rad { margin: 3px 0 15px 0; border-radius: 10px; }
.marg-stillinger-text-wrapper { padding: 1rem; background-color: #F7F7F7; border-radius: 10px; text-align: center; }
.marg-stillinger-arbeidsgiver p { font-weight: 300; font-size: 1.2rem }
.stillinger-tekst { text-align: center; font-size: 1.4rem; font-weight: 300; }

.seriekolonne {width: 90%; margin: 0 auto 1.6rem auto; }
.videokolonne {width: 90%; margin: 0 auto 1.6rem auto; }
.radiokolonne {width: 90%; margin: 0 auto 1.6rem auto; }
.bal-tre-kolonner-all-wrapper { display: flex; flex-flow: row wrap; justify-content: space-between; grid-row-gap: 10px; }
.bal-tre-kolonner-all-wrapper .kmn-img-content { width: 48%; }

.bal-tre-kolonner-post-date { color: #F40045 !important; font-size: 1.2rem; font-weight: 300; }

.rad-to-kolonner { margin-top: 1.6rem; }
.newsletter-form { padding: 3rem; background-color: #F7F7F7; }
p.newsletter-text { margin: 1.6rem 0; }

input[type=email] {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
	transition: all .3s;
}

#nyhetsbrev .mc-field-group {
    margin-bottom: 1.6rem;
}

#nyhetsbrev li {
    line-height: 25px;
}

#nyhetsbrev li label {
    margin-left: 0.8rem;
    margin-top: -0.4rem;
}

#nyhetsbrev .button {
    background-color: #F40045;
    border: none;
    color: white;
    padding: 1.2rem 2.2rem;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
	font-size: 1.6rem;
	cursor: pointer;
}



#nyhetsbrev #mc_embed_signup div.mce_inline_error {
    margin: 0 0 1rem 0;
    padding: 5px 10px;
    background-color: #F7F7F7 !important;
    font-weight: bold;
    z-index: 1;
    color: #080808 !important;
    font-size: 1.2rem;
}

#nyhetsbrev #mce-success-response,
#nyhetsbrev #mce-error-response {
    margin-bottom: 1.6rem;
}
.page-main-content .embedForm { 
    max-width: unset !important;
    margin-bottom: 3rem !important;
}

.ml-embedded .custom-control-label {
    padding-left: 10px;
}

.right-col .ml-embedded { margin-bottom: 3rem;}
.kalender-coming-up { margin: 1.6rem 0; }
.kalender-coming-up .ml-embedded { margin-bottom: 3rem;}
.kalender-marg { width: 90%; margin: 1rem auto; }
.kmn-kalender-wrapper img { width: 100%; height: 20rem; object-fit: cover; border-radius: 5px 5px 0 0; }

.digikal .kmn-kalender-wrapper img { height: 100% !important; }

#kal-marg .kal-rad { background-color: #F7F7F7; border-radius: 5px; margin-bottom: 2rem; }

#kal-marg .kmn-arr-meta {
    color: #080808;
    font-family: "Rubik", Sans-serif;
    font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 1.6rem;
}

#kal-marg .kal-hoyre-kol { padding: 15px; }

.kalender-tekst { text-align: center; font-size: 1.4rem; font-weight: 300; }

.reklamebanner { display: none; }

.hide-mobile { display: none; }

.bla-i-arkivet { text-align: center;  margin-top: 3rem; margin-bottom: 5rem }
.bla-i-arkivet span {
    background-color: #F40045;
    border: none;
    color: white;
    padding: 1rem 2rem;
    /* text-align: center; */
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 1.6rem;
}

.bal-arkivraden {
    background-color: #F7F7F7;
    padding: 0;
    margin-top: 3rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.archive-post-text-wrapper { padding-bottom: 1.6rem; }

.fra-arkivet { width: 90%; margin: 2rem auto 0px auto; padding: 1rem; }

.four-archive-posts-wrapper img { width: 100%; height: 23.1rem; object-fit: cover;}

.archive-post-title { background-color: #F7F7F7; }


.article-content-cols { width: 100%; }
.bal-thumb-2 img { max-width: 100%; height: auto; object-fit: cover;}
.bal-thumb-2 { font-size: 0; margin-bottom: 1rem; }

#artikkel .wp-caption-text { margin: 0 1.6rem 1.6rem 1.6rem; }
/* .wp-caption-text { font-size: 1.4rem; font-family: Georgia, sans-serif; color: #191919; line-height: 2rem; } */

.single-article-intro-text { margin: 0 1.6rem; }
.single-article-meta-cols { margin: 0 1.6rem 1.6rem 1.6rem; display: flex; flex-flow: row wrap; justify-content: space-between; }
.single-article-meta-text-left { width: 30%; font-size: 1.2rem; font-weight: 300; line-height: 2rem; }
.single-article-meta-text-left a { color: #F40045 !important; }
.single-article-meta-text-right { width: 65%; }
.single-article-heading h1 { font-size: 2.6rem; font-weight: 500; font-family: Georgia, sans-serif; }
.single-article-intro-text .h1-excerpt p { font-size: 2rem; font-weight: 300; margin: 1.6rem 0; }

.single-article-main-cols-left { margin: 0 1.6rem 1.6rem 1.6rem; }

.single-article-author-recommended { display: none; }
.single-article-kalender-marg { display: none; }
div.a2a_kit {display: inline-block; }
div.fb-like { display: inline-block; line-height: 27px; }
.single-article-share-media span { width: 20px; height: 20px; line-height: 20px; }

/* .kmn-arp-wrapper img { width: 100%; } */

#art-content,
.page-main-content { font-family: Georgia, sans-serif; font-size: 1.6rem; line-height: 2.7rem; margin: 0 1.6rem 1.6rem 1.6rem; }

.utdanning { font-family: Georgia, sans-serif; font-size: 1.6rem; line-height: 2.7rem; margin: 1.6rem; padding: 2rem; background-color: #F7F7F7; border-radius: 6px; margin-bottom: 3rem; }
.bal-utdanning-link-tekst a { text-decoration: underline;}

#art-content p,
.page-main-content p,
.utdanning p,
.single-article-faktafelt p { margin: 1rem 0 2rem 0; font-size: 16px; }

#art-content a {
    color: #F40045;
}

.stillinger-marg {background-color: #F40045; }
.stillinger-marg .red a {color: #FEFFFE; }
/* .stillinger-marg .red { padding: 2rem 0; } */
.stillinger-marg .stillinger-tekst a { color: #FEFFFE; }
.stillinger-marg .stillinger-tekst { padding-bottom: 2rem; }


.nyhetsbrev-marg { padding: 3rem; background-color: #F7F7F7; margin-bottom: 3rem; }
.nyhetsbrev-marg .overskrifter h3.red { font-size: 1.4rem; }

.single-stillinger .arr-formatted-text p { font-size: 16px;}

.single-stillinger .single-article-main-cols { display: flex; flex-flow: column wrap; }
.single-stillinger .single-arrangement-post-content { margin: 0 1.6rem 1.6rem 1.6rem; font-family: Georgia, sans-serif; line-height: 1.5; }
.single-arrangementer    .single-arrangement-post-content p,
.single-stillinger .single-arrangement-post-content p,
.single-stillinger .arr-formatted-text p { margin: 20px 0; }
.single-arrangement-post-content a,
.single-stilling-meta-info a,
.single-arrangementer .single-article-faktafelt a { color: #F40045; text-decoration: none;}
.single-stillinger .single-article-faktafelt  { display: none; }

.faktabox {
    margin: 1.6rem; 
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 1.6rem;
    font-family: Georgia, sans-serif;
}
.single-stillinger .single-stilling-meta-info { margin: 0 1.6rem; font-family: Georgia, sans-serif; line-height: 1.5; }
span.arr-heading, span.arr-heading-special { font-weight: 600; }

.single-article-main-cols-right .next-posts-container {
    /* margin: 0 1.6rem 1.6rem 1.6rem; */
    border-top: 1px #F40045 solid;
    padding-top: 20px;
}

.single-stillinger .single-article-more-content-below .flere-saker {
    display: none;
}
.single-article-arbeidsgiver p,
.single-arrangementer .h1-excerpt { margin-top: 1.6rem; font-family: Georgia, sans-serif; line-height: 1.5; }
.single-arrangementer .single-arrangement-post-content { font-family: Georgia, sans-serif; line-height: 1.5; }
.single-stillinger strong { font-weight: 600;}
ul {list-style-type: disc; padding-left: 1.6rem; }
li { padding-left: 0; list-style-position: outside; }

#arrangement img { width: 100%; height: auto; object-fit: cover;}
.single-arrangementer .single-article-main-cols-right { margin: -2.2rem 1.6rem 1.6rem 1.6rem; }
.single-arrangementer .single-article-main-cols-left { font-size: 1.4rem; font-family: Georgia, sans-serif; }
.single-arrangementer .single-article-intro-text { margin: 0; }

.single-arrangementer .single-article-main-cols-right .next-posts-container {
    margin: 0;
    border-top: 1px #F40045 solid;
    padding-top: 20px;
}

.bal-archive-heading { text-align: center; font-size: 1.8rem; }
.archive p.red { margin-top: 2rem; }
.underlinja { text-decoration: underline;}

.bal-archive-heading h1 { font-size: 2.8rem; margin-top: 0.6rem; margin-bottom: 2.6rem; }

.bal-archive-wrapper { display: flex; flex-flow: row wrap; justify-content: space-between; margin: 0 1.6rem; }
.archive-item-wrapper { width: 48%; margin-bottom: 3.6rem; font-family: Georgia, sans-serif; }
.archive-item-img img { width: 100%; height: auto; object-fit: cover;}
/* .archive-item-text .kmn-posts-title a { font-size: 1.6rem; line-height: 19px; } */

.archive .kmn-posts-title, .page-id-137770 .kmn-posts-title { color: #F40045; padding: 0; margin: 0 0 1rem 0; line-height: 1.8rem; }
.archive .kmn-posts-title a, .page-id-137770 .kmn-posts-title a { font-size: 1.6rem; font-weight: 600; line-height: 1.8rem; color: #F40045; padding: 0; margin: 0; }
.archive .kmn-posts-meta, .page-id-137770 .kmn-posts-meta { font-size: 1.4rem; font-weight: 300; line-height: 2rem; color: #F40045; margin: 1rem 0; }
.archive .kmn-posts-excerpt, .page-id-137770 .kmn-posts-excerpt { font-size: 1.4rem; font-weight: 300; line-height: 2rem; }

.search .kmn-posts-title { color: #F40045; padding: 0; margin: 0 0 1rem 0; line-height: 1.8rem; }
.search .kmn-posts-title a { font-size: 1.6rem; font-weight: 600; line-height: 1.8rem; color: #F40045; padding: 0; margin: 0; }
.search .kmn-posts-meta { font-size: 1.4rem; font-weight: 300; line-height: 2rem; color: #F40045; margin: 1rem 0; }
.search .kmn-posts-excerpt { font-size: 1.4rem; font-weight: 300; line-height: 2rem; }


span.kmn-posts-type a { 
	background-color: #F7F7F7;
    font-family: "Rubik", Sans-serif;
    color: #080808;
    margin: 2px 6px 6px 0;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 300;
	line-height: 2.4em;
	display: inline-block;
}

.archive-item-text .kmn-posts-type-and-cat {
    display: none;
}

.bal-archive-mods {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.pagination .page-numbers {
    padding: 1.5rem !important;
}

.navigering .current {
    font-weight: 600;
}

a.next { color: #F40045; }

.archive .right-col { margin-top: 2rem; }
.archive .marg-stillinger-wrapper { margin-bottom: 0; }



.page-heading { margin: 1.6rem;  }
.page-heading h1 { font-size: 2.6rem; }
.page-heading a { color: #F40045; margin: 1.6rem 0; display: block; }

.stillinger-rad { margin-bottom: 3rem; display: flex; flex-flow: row wrap; }
.stillinger-venstre-kol { width: 30%; display: flex; flex-flow: column; justify-content: center; }
.stillinger-hoyre-kol { width: 70%; padding: 1.6rem; background-color: #F7F7F7; border-radius: 0.6rem; }
.stillinger-venstre-kol span { width: 100%; font-size: 1.4rem;  }
.stillinger-hoyre-kol .kmn-stillinger-title { font-size: 1.6rem; }

.bal-page-sidebar { display: none; }



.kalender-listevisning-wrapper .kal-rad { margin-bottom: 3rem; }
.kal-hoyre-kol { padding: 1.6rem; background-color: #F7F7F7; border-radius: 0 0 0.5rem 0.5rem; }
.kmn-arr-title { font-size: 1.8rem; line-height: 1.2;}
.kmn-arr-bilde { font-size: 0; line-height: 0; }
.kmn-arr-meta span { font-size: 1.4rem; font-weight: 300;}


.page-main-content a { color: #F40045; }
.kmn-arr-title a {color: #080808; }

.page-id-136826 #nyhetsbrev {font-family: "Rubik", sans-serif; margin-bottom: 3rem; }
.page-heading { margin-left: 1.6rem;  }
.page-id-136826 .page-heading { margin-left: 0; }


.kmn-toppvideo { width: 100%; position: relative; margin-bottom: 1.6rem; }
.video-height { padding-top: 60%; display: block; }

.kmn-arp-wrapper { margin-bottom: 7rem; }
.kmn-arp-wrapper img { width: 100%; }
.arp-tittel { margin-bottom: .7rem; }
.arp-tittel a { font-weight: 400; font-size: 2rem; line-height: 2rem; }
.related-excerpt { font-weight: 300; font-size: 1.8rem; }



.seksjonsjournalist p {
    font-size: 16px !important;
}

.seksjonsjournalist {
    margin-bottom: 60px !important;
}





@media only screen and (min-width: 600px) {

    .seksjonsjournalist {
        width: 47%;
        margin-right: 2%;
    }

    div#surveyLink {
        width: auto;
        font-size: 20px;
        bottom: 15px;
        left: 15px;
        padding: 20px 35px;
    }

    .page-id-116615 .next-6-posts .kmn-all-wrapper article { width: 48%; margin-bottom: 0 !important;}
    .page-id-116615 .next-6-posts article .kmn-posts-text-wrapper { width: 100% !important;}

    /* .main-container{ background-color: yellow; } */
    .three-sticky-col { display: flex; flex-flow: row wrap; justify-content: space-between;}
    .kmn-sticky-wrapper { width: 48%; }

    .kmn-all-wrapper {display: flex; flex-flow: row wrap; justify-content: space-between; }
    .kmn-img-content { width: 48%; }

    .kmn-kalender-wrapper {display: flex; flex-flow: row wrap; justify-content: space-between; }
    .kal-rad { width: 48%; }

    .four-archive-posts-wrapper {display: flex; flex-flow: row wrap; justify-content: space-between; }
    .each-archive-post-wrapper { width: 48%; }

    a.marglink {
        margin-bottom: 20px;
    }

}




@media only screen and (min-width: 768px) {

    .main-container,
    .small-header-container {width: 96%; margin: 0 auto; }
    


}




@media only screen and (min-width: 992px) {

    .seksjonsjournalist {
        width: 30%;
        margin-right: 2%;
    }

    #art-content p,
    .page-main-content p,
    .utdanning p,
    .single-article-faktafelt p { font-size: 18px; }    

    #art-content li {
        font-size: 18px;
    }

    
    #nyhetsbrev .overskrifter h3.black {
        font-size: 1.8rem;
    }

    .each-archive-post-wrapper { width: 100%; }
    .kal-rad { width: 100%; }
    .kmn-img-content { width: 100%; }
    .kmn-sticky-wrapper { width: 100%; }

    .site-header { margin-top: 5rem; margin-bottom: 1rem; }

    .hide-desktop { display: none; }
    .hide-mobile { display: block; }

    .top-container {
        max-width: 1340px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        background-color: #F7F7F7;
        padding: 6px;
    }

    .stillinger-marg .stillinger-tekst a { color:  #F40045; }

    .top-container img { width: 100%; }

    .head-left-col {
        max-width: 768px;
        width: 60% !important;
    }

    .head-mid-col {
        display: block !important;
        max-width: 250px;
        width: 20% !important;
    }

    .top-post-col img { height: 550px; }
    .kmn-sticky-wrapper img { height: 200px; }

    .head-right-col {
        display: block !important;
        max-width: 250px;
        width: 20% !important;
    }

    .big-header-container {
        display: flex;
        flex-flow: row wrap; 
        justify-content: space-between;
        max-width: 1340px;
        width: 90%;
        margin: 0 auto;
        font-size: 18px;
        background-color: white;
        z-index: 900;
    }

    .sticky {
        top: 0;
        width: 90%;    
        left: 5%;
        right: 5%;
        margin: 0 auto;
        box-shadow: 0 3px 6px -6px black;
    }

    .small-header-container { display: none; }


    .main-container {
        max-width: 1340px;
        width: 90%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 3rem auto 0 auto;
        padding: 0;
    }

    .home .main-container { margin-top: 0; }
    .author .content-cols { flex-flow: column wrap !important; justify-content: flex-start !important;}
    .content-cols { width: 84%; display: flex; flex-flow: row wrap; justify-content: space-between; height: max-content; height: -moz-max-content; }
    .top-post-col { width: 67%; height: max-content; height: -moz-max-content;  }
    .three-sticky-col { width: 31%; }
    .right-col {max-width: 180px; width: 14% !important; height: max-content; height: -moz-max-content;  }
    .right-col img { width: 100%; }

    .g-6 { display: block !important;  }

    .g-8 { display: none !important; }

    .kmn-top-post-text-wrapper,
    .kmn-sticky-text,
    .archive-post-text-wrapper { width: 100% !important; margin: 0 auto; position: static; }    
    
    .home .kmn-posts-text-wrapper { width: 100%; margin: 0 auto; position: static; }    

    .kmn-sticky-text { position: relative; width: 90% !important; margin: 0;  }

    .kmn-top-post-title,
    .kmn-sticky-title,
    .kmn-posts-title,
    .archive-post-title { background-color: white; padding: 1rem; margin-top: 0 !important; } 
    
    .kmn-sticky-title { margin-top: -2rem !important; }
	
    .kmn-top-post-meta { font-size: 1.4rem; }
    .next-6-posts .kmn-top-post-meta,
    .last-posts-front .kmn-top-post-meta { font-size: 1.4rem; }
	.kmn-sticky-meta { color: #191919 !important; font-weight: 500; }
	

    
    
    /* .kmn-posts-title a {  }    */
    
    .kmn-top-post-title a { font-size: 3.6rem !important; line-height: 1.3; font-weight: 400; }

    .kmn-sticky-title a {
        color: #F40045 !important;
        font-weight: 400;
        font-size: 2rem;
        line-height: 1;
	}
	
	span.kmn-top-post-type a, span.kmn-top-post-cat a, span.kmn-posts-type a { 
		font-size: 1.6rem;
		padding: 0 1.4rem;
	}	

	h6 {
		font-size: 1.4rem;
		line-height: 1.3;
		font-weight: 400;
    }
    
    h5 {
		font-size: 1.6rem;
		line-height: 1.3;
		font-weight: 400;
	}

    .g-6 { margin-bottom: 3rem !important; }
    
    .g-7 { display: block !important; }

	.margin-right-10-percent {
		margin-right: 10%;
	}

	.h1-excerpt p { 
		font-size: 2.4rem;
        font-weight: 300;
        line-height: 3.6rem;
	}

    .marg-stillinger-wrapper { width: 100%; }
    .marg-stillinger-arbeidsgiver p { font-size: 1.4rem }
    
    .next-posts-container { margin-top: 2rem; }
    .single-article-more-content-below .flere-saker { display: block; margin: 0 0 2rem 0; }

    .kmn-img-content { display: flex; flex-flow: row wrap; justify-content: space-between;}
    .next-posts-thumbnail-link { width: 35%; margin-right: 3rem; }
    .next-posts-thumbnail-link img { width: 100%; height: auto; object-fit: cover;}
    .home .next-6-posts .kmn-posts-text-wrapper { width: 60%; padding-right: 10%; }

    .kmn-posts-title a {font-size: 3rem; }

    .kmn-posts-text-wrapper p { line-height: 2.7rem; margin-bottom: 1rem; }

    .rad-tre-kolonner { 
        max-width: 1340px; 
        width: 100%; 
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 8rem; 
    }

    .seriekolonne,
    .videokolonne,
    .radiokolonne {
        width:30%;
        margin: 0;
    }

    .bal-tre-kolonner-all-wrapper .kmn-img-content {
        width: 100%;
    }

    .bal-tre-kolonner-thumbnail-link { width: 35%; }
    .bal-tre-kolonner-all-wrapper .kmn-posts-text-wrapper { width: 60% !important; }


    .rad-to-kolonner {
        max-width: 1340px; 
        width: 100%; 
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 8rem;         
    }

    .nyhetsbrev-marg { padding: 2rem; }

    .nyhetsbrev-kalender-col { width: 25%; }
    .newsletter-form { width: 80%; }
    .kalender-coming-up { width: 80%; margin: 0 0 3rem 0; }
    
    .last-posts-front-col { width: 75%; }

    .reklamebanner {display: block; margin-bottom: 8rem; margin-left: 1rem; }

    .last-posts-front .kmn-img-content { flex-flow: row-reverse; width: 100%; margin-bottom: 5rem; }

    .last-posts-front .last-posts-thumbnail-link { width: 35%; }
    .last-posts-front .kmn-posts-text-wrapper { width: 60% !important; margin: 0; padding-right: 8rem; }    
    .last-posts-front .kmn-posts-text-wrapper .kmn-posts-title,
    .next-6-posts .kmn-posts-text-wrapper .kmn-posts-title { line-height: 3rem; }  
    .next-6-posts .kmn-img-content { margin-bottom: 4.6rem; }  

    #kal-marg .kal-rad { margin-bottom: 3rem; }
    #kal-marg .kal-hoyre-kol { padding: 1.6rem 1.6rem 0.6rem 1.6rem ; }
    .kmn-kalender-wrapper img { height: 15rem; }
    

    .bla-i-arkivet { width: 100%; margin-top: 1rem; margin-bottom: 2rem }

    .bal-arkivraden { padding: 3rem 5rem 1rem 5rem; margin-top: 4rem; }
    .fra-arkivet { width: 100%; padding: 0 0 1rem 0; }

    .four-archive-posts-wrapper { display: flex; flex-flow: row wrap; justify-content: space-between;}
    .each-archive-post-wrapper {width: 23%; }
    .each-archive-post-wrapper img { height: 200px !important; }
    .each-archive-post-wrapper .archive-post-text-wrapper .archive-post-title,
    .each-archive-post-wrapper .archive-post-text-wrapper .archive-post-meta,
    .each-archive-post-wrapper .archive-post-text-wrapper .archive-post-excerpt p { padding-left: 0; padding-right: 0; }

    .each-archive-post-wrapper .archive-post-text-wrapper .archive-post-title { background-color: transparent; }

    .article-content-cols { width: 84%; }

    .stillinger-marg {background-color: #FFFFFF; }
    .stillinger-marg .red a {color:#F40045; }
    .stillinger-tekst a { color:#F40045; }
    

    .single-article-heading h1 { font-size: 4.6rem; }
    .single-article-intro-text .h1-excerpt p { font-size: 2.4rem; margin-bottom: 5rem; }

    #artikkel .wp-caption-text { margin-left: 0; }
    .single-article-img .wp-caption-text { margin-right: 30% !important; }
    .single-article-intro-text { margin-left: 0; width: 85%; }
    .single-article-meta-cols { margin: 0; justify-content: flex-start; }
    .single-article-main-cols-left { margin: 0; }
    .single-article-main-cols-right { margin-left: 3rem;}

    .single-article-main-cols { display: flex; flex-flow: row wrap; justify-content: flex-start;}
    .single-article-author-recommended, .single-article-kalender-marg { display: block; }
    .single-article-meta-text-left, .single-article-main-cols-left { width: 18%; font-size: 1.6rem; }
    .single-article-meta-text-right, .single-article-main-cols-right { width: 60%; margin-left: 10rem; }
    .single-article-share-media, .single-article-author-recommended, .single-article-kalender-marg { margin: 3rem 0; }

    .kmn-arp-wrapper { margin-bottom: 7rem; font-family: Georgia, sans-serif; line-height: 1.5;  }
    .kmn-arp-wrapper img { width: 100%; height: 140px; object-fit: cover; }
    .arp-tittel { margin-bottom: .7rem; }
    .arp-tittel a { font-weight: 600; font-size: 2rem; line-height: 2rem; }
    .related-excerpt { font-weight: 300; font-size: 1.6rem; }

    .kalender-marg { width: 100%; }
    .kalender-tekst a { color: #F40045; }

    .single-article-more-content-below .next-6-posts .kmn-posts-text-wrapper { width: 60%; padding-right: 0; margin: 0; }
    .single-article-more-content-below .next-posts-thumbnail-link {
        width: 35%;
        margin: 0; 
    }

    .single-article-more-content-below .next-6-posts .kmn-posts-title { padding: 0; line-height: 3rem; }
    .single-article-more-content-below .next-6-posts .kmn-posts-text-wrapper p { padding: 0; margin: 2rem 0; }
    .single-article-more-content-below .next-6-posts .kmn-top-post-meta { padding: 0; font-size: 1.4rem; }
    .single-article-more-content-below .next-6-posts .kmn-top-post-type-and-cat { padding: 0; }
    .single-article-more-content-below .next-6-posts .kmn-img-content { margin-bottom: 7rem; }

    
    .single .rad-tre-kolonner { margin-top: 1rem; }
    .single .nyhetsbrev-marg { margin-top: 3rem; }

    .single-stillinger .single-article-main-cols { flex-flow: row wrap; }
    .single-stillinger .single-article-faktafelt  { display: block; font-family: Georgia, sans-serif; line-height: 1.5; }
    .single-stillinger .single-article-faktafelt img { margin-bottom: 3rem; }
    .single-stillinger .single-article-faktafelt a { color: #F40045; text-decoration: none;}
    .single-stillinger .single-arrangement-post-content { margin: 0; }
    .single-article-share-media span { line-height: 1.5; }
    .single-stillinger .single-article-main-cols-right { margin-top: 3rem; }
    .single-article-arbeidsgiver p { font-family: Georgia, sans-serif; line-height: 1.5; }
    .single-stillinger .single-article-heading h1 { font-size: 3.6rem; }

    .single-article-main-cols-right .next-posts-container { margin: 5rem 0; }

    .single-stillinger .single-article-more-content-below .flere-saker { display: block; }


    .single-arrangementer .single-article-main-cols-right { margin: 1.6rem 1.6rem 1.6rem 10rem; }

    .single-arrangementer .single-article-share-media,
    .single-arrangementer .single-arrangement-post-content { font-family: Georgia, sans-serif; line-height: 1.5; font-size: 1.6rem; }
    .single-arrangementer .single-article-main-cols-right .next-posts-container { margin: 5rem 0; }

    .bal-archive-heading { width: 100%; margin-bottom: 3rem; }
    .bal-archive-heading h1 { font-size: 3.6rem; }
    .archive-item-wrapper {width: 100%; display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 5rem; }
    .archive-item-img { width: 32%; }
    .archive-item-text { width: 60%; font-family: Georgia, sans-serif; line-height: 1.5; font-size: 1.6rem; margin-right: 3rem; }

    .archive .kmn-posts-title, .page-id-137770 .kmn-posts-title { color: #F40045; padding: 0; margin: 0 0 1rem 0; line-height: 3.5rem; }
    .archive .kmn-posts-title a, .page-id-137770 .kmn-posts-title a { font-size: 2.4rem; font-weight: 600; line-height: 2.5rem; color: #F40045; padding: 0; margin: 0; }
    .archive .kmn-posts-meta, .page-id-137770 .kmn-top-post-meta { font-size: 1.6rem; font-weight: 300; line-height: 2rem; color: #F40045; margin: 1rem 0; }
    .archive .kmn-posts-excerpt, .page-id-137770 .kmn-posts-excerpt { font-size: 1.8rem; font-weight: 300; line-height: 2.5rem; }    

    .search .kmn-posts-title { color: #F40045; padding: 0; margin: 0 0 1rem 0; line-height: 3.5rem; }
    .search .kmn-posts-title a { font-size: 2.4rem; font-weight: 600; line-height: 2.5rem; color: #F40045; padding: 0; margin: 0; }
    .search .kmn-posts-meta { font-size: 1.6rem; font-weight: 300; line-height: 2rem; color: #F40045; margin: 1rem 0; }
    .search .kmn-posts-excerpt { font-size: 1.8rem; font-weight: 300; line-height: 2.5rem; }   

    .archive-item-text .kmn-posts-type-and-cat {
        display: block;
        margin-top: 2rem;
    }

    .bal-page-container { width: 100%; display: flex; flex-flow: row wrap; margin-bottom: 3rem; }
    .bal-page-sidebar { display: block; width: 30%; }
    .bal-page { width: 60%; }

    .page-heading { text-align: left; font-family: Georgia, sans-serif; margin-top: 0; }
    .page-heading h1 { font-size: 3.6rem; font-weight: 400; line-height: 1.2 }

    .stillinger-listevisning-wrapper,
    .kalender-listevisning-wrapper { margin: 0; } 
    .kalenderside .kmn-kalender-wrapper {display: flex; flex-flow: row wrap; justify-content: space-between;}
    .kalenderside .kal-rad { width: 48%; }

    .kalenderside .kmn-kalender-wrapper img { height: 100%; }
    .kalenderside .kmn-arr-bilde {height: 220px; }

    .nav-lenker ul { list-style: none; padding-left: 0;}
 
    .bal-logo { width: 30%; align-self: center; }
    
    .desktop-nav { width: 48%; padding: 4rem 3rem; display: flex; flex-flow: row wrap; justify-content: space-around; align-self: center; font-size: 16px; }
    .desk-top div { width: 30%; }
    .hamburger {width: 6%; text-align: center; align-self: center; cursor: pointer; }
    
    .bal-search {width: 14%; align-self: center; }

    .close-sidemenu {color: #F40045; font-size: 2rem; position: absolute; top: 5rem; right: 5rem; }

    .regular-links { width: 100%; padding: 2rem; }
    
    .regular-links a { font-size: 2.2rem; font-weight: 500; font-family: "Rubik", sans-serif; }

    .nyheter-links { width: 100%; padding: 2rem 2rem 0 2rem; }
    .nyheter-links a { font-size: 1.8rem; font-weight: 300; font-family: "Rubik", sans-serif; }
    .nyheter-links a.link-136457 { font-weight: 500; }

    .debatt-links { width: 100%; padding: 2rem 2rem 0 2rem; }
    .debatt-links a { font-size: 1.8rem; font-weight: 300; font-family: "Rubik", sans-serif; }
    .debatt-links a.link-136468 { font-weight: 500; }

    .dybdestoff-links { width: 100%; padding: 2rem 2rem 0 2rem; }
    .dybdestoff-links a { font-size: 1.8rem; font-weight: 300; font-family: "Rubik", sans-serif; }
    .dybdestoff-links a.link-136463 { font-weight: 500; }

    /* Dropdown Button */
    /* a.135276,
    a.135275,
    a.135274 {
      background-color: #4CAF50;
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
    } */

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown i {
        margin-left: 10px;
        font-size: 10px;
        color: #F40045;
        cursor: pointer;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      /* margin-top: 1rem; */
    }

    /* Links inside the dropdown */
    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #ddd;}

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {display: block;}

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {background-color: #3e8e41;}    
    
    hr.menu-divider { display: block; border-top: 1px solid #F40045; margin: 2rem; width: 80%; }

    /* The actual popup (appears on top) */
    .sidemenu-window {
      display: none;
      width: 375px;
      height: 100vh;
      background-color: #FFFFFF;
      color: #080808;
      text-align: left;
      border-radius: 0;
      padding: 8rem 4rem 4rem 4rem;    
      position: fixed;
      top: 0;
      left: 0;
      border-right: 1px solid black;
      cursor: default;
    }
    .flexcontain { display: block; }

    .page-id-135247 .bal-page-container,
    .page-id-136760 .bal-page-container,
    .page-id-135061 .bal-page-container { width: 100%; }
    .utdanning { background-color: transparent; }

    .kmn-arr-title a {color: #080808; }
    .kmn-arr-title { font-size: 2.4rem; line-height: 1.2;}
    .kmn-arr-meta span { font-size: 1.6rem; font-weight: 300;}
    .page-id-136826 .page-heading h1 { margin-left: 0;  }
    .page-id-136826 #nyhetsbrev {font-family: "Rubik", sans-serif; margin-bottom: 5rem; }

    .stillinger-venstre-kol span { font-size: 1.6rem; }
    .stillinger-hoyre-kol .kmn-stillinger-title { font-size: 1.8rem; }


    blockquote {
        border-top: 1px dotted #F40045;
        width: 50%!important;
        float: left;
        /* font-family: "Lato"; */
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        padding: 40px;
        margin: 20px 20px 20px 0;
        border-left: none;
        text-align: left;
    }

    blockquote:after {
        content: "";
    }

    h2 {
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 400;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

/* 
    #art-content iframe {
        width: 540px;
        top: 0;
        left: 0;
        margin-bottom: -10px;
    }     */

}