body{
  overflow-x: hidden;
  line-height: 1.4;
}
:root {
  --lp-blk: #000;
  --lp-bg: #f5f6f8;
  --lp-card: #e9edf3;
  --lp-blue: #4c6edb;
  --lp-text: #1a1a1a;

  /* Alias */
  --bg-blk: var(--lp-blk);
  --bg: var(--lp-bg);
  --card: var(--lp-card);
  --blue: var(--lp-blue);
  --text: var(--lp-text);

  --muted: #666;
  --green: #4caf9a;
  --red: #e25c5c;
  --default: #f2f2f2;

  --drose: #c65a6b;
  --drose-primary: #f8f4f4;

  --dcyan: #3f8f8c;
  --dcyan-primary: #ecf4f3;
}

.relative{
  position: relative;
}

.c519.sv-script-portlet.sv-portlet.sv-template-portlet{
  position: initial;
}

.pg-annonser .relative .share-button{
  position: absolute;
  top: 10px;
  right: 10px;;
}

.ln-news-list .ln-tag-filter__pills {   
    gap: 13px;   
}
/* Position the share button top-right */
.pg-annonser .relative .del_btn {
  position: absolute;
  top: 20px;
  right: 0;
  left: auto;
}
.article-content:has(#Hovedinnhold) .pagecontent a {
    text-decoration: underline !important;  
}

.article-content:has(#Hovedinnhold) .pagecontent a:not([href^="http"])::after,
.article-content:has(#Hovedinnhold) .pagecontent a[href*="ledernytt.no"]::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background-image: url(https://www.ledernytt.no/images/18.5e91e4c21a04238f577687/internal-link.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle; 
}

.article-content .svp-collapse{
  padding-top: 1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
  padding-right: 1.2em;
}
.article-content .sv-text-portlet-content {
  font-size: 16px;  
}
.svp-collapse .sv-text-portlet .sv-text-portlet-content,
.svp-collapse .sv-text-portlet .sv-text-portlet-content p{
    font-size: 16px;
    line-height: 1.6;
}
.content-details h2, h2.env-text-heading-02{
  font-size: 22px;;
}

.content-details h3, h2.env-text-heading-03{
  font-size: 20px;
}

.content-details h4{
  font-size: 18px;
}

.column_2 .img_wrp img {
    height: 384px;
}
.env-text-heading-01 strong {
    font-weight: 900 !important;
}
.ln-news-list .ln-list__item--image-right .ln-article__image-link{
  padding-top: 0 !important;
}
.ln-article__action--save, .sv-article__action--save, .nd-article__action--save, .article-actions__btn[data-action="bookmark"] {
  display: none !important;
}
.extra_class .article-actions.env-list__item .ln-article a.article-actions__btn[aria-label="Lag PDF"] {
  display:none;
}
body.is-authed .extra_class .article-actions.env-list__item .ln-article a.article-actions__btn[aria-label="Lag PDF"] {
  display: flex;
}
body.is-authed .logged_wrap {
  display: block;
}

.logged_wrap .env-cta.lged_wrp {
    background: #1A226C;
    color: #fff;
}
.subscription_list {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
    position: absolute;
    background: #EAEFF6;
    width: 90%;
    top: 45px;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}
.logged_wrap .subscription_list.hide, body.is-authed .ha-btn.button_wrap {
  display: none;
}
.sidebar_wrap.extra_class:has(#Metafields) p {
    margin-bottom: 0;
}
.extra_class.rest-list:has(#Metafields) p {
    margin-bottom: 0;
}
.extra_class.rest-list:has(#Metafields) time {
    padding-right: 10px;
}

.page_block.log-col.sv-column-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
span.followBtn {
    display: none;
}
ul.pagination.env-list.env-list--horizontal.env-flex--wrap li a {
    padding-right: .5em;
}
ul.pagination.env-list.env-list--horizontal.env-flex--wrap {
    margin: 20px 0;
}
ul#adarticle-grid .env-news-item__headline__title a {
    font-size: 25px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.env-container.icon_wrapper.article_sec.env-list__item {
    display: none;
}
ul#adarticle-grid .env-news-item__headline__title a {
    font-size: 25px;
    font-weight: 700;
}
.ln-news-list .ln-list__item--image-right .inner_wrap {
  width: 100% !important;
}

.ln-news-list .ln-block__header{
  border-radius: 0 !important;
}

a.env-cta.env-cta--info {
    font-weight: 700;
}

.col-log .env-cta.c34 img{
  display: none;
}

p.head_sub {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}
p.env-text.writer_position {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}
.del_btn img {
    cursor: pointer;
}
div#load-more-wrap {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s ease;
    justify-content: end;
    margin: 2rem 0 0;
}
#load-more-wrap button#load-more-btn {
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.1;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}
.writer_wrap .writer_list .env-news-item__media img {
    border-radius: 0;
}
.writer_wrap .env-news-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.writer_wrap .writer_list .env-news-item__media {
    min-width: 248px;
}
.env-news-item__preamble.clamp-wrapper {
  position: relative;
}
.env-news-item__preamble.clamp-wrapper p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.env-news-item__preamble.clamp-wrapper .read-more {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  position: absolute;
  bottom: 11px;
  text-decoration: underline;
  right: 0;
  background: #fff; 
  padding-left: 5px;
}
.page_block .extra_class.page_block h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0;
}
.head_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.head_wrap span {
    font-size: 32px;
    font-weight: 700;
    color: #1a226c;
    line-height: 1.2;
}
.button_wrap.extra_class a.env-cta:hover {
    background: #000;
    color: #fff;

}
.button_wrap.extra_class a.env-cta {
    background: transparent;
    color: #000;
    font-weight:600;
}
.page_block .extra_class p.env-text-display-03 {
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}
.annosor:has(#Underoverskrift) p {
    color: #0F5766;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.sv-carousel .env-text-heading {
  margin-top: 10px;
}
.env-container.extra_class .ln-list__item a.ln-article__image-link {
    height: 229px;
    width: 327px;
}
#adarticle-grid .env-news-item__media {
    min-width: 327px;
    min-height: 229px;
    max-width:327px;
}
.page_block.sv-column-6 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.ln-news-list .ln-list__item .env-text-body, .ln-news-list .ln-carousel__item .env-text-body, ul#adarticle-grid .ad-preamble {
    margin: 0;
    color: var(--env-color-text, #444);
    font-size: 0.9rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner_wrap.extra_class:has(#Imagecontent) img {
    border-radius: 30px 0;
}
.env-list.env-list--horizontal li a {
    background: transparent;
    color: #000;
    text-decoration: underline !important;
    padding-right:0;
}
.header-element{
    position: relative;
}
header .env-cta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 18px 12px;
  border-radius: 35px; 
}
.header-element .c26 { 
  transform: rotate(-90deg);
  position: relative;
  bottom: 0;
}
.sv-marketplace-sitevision-main-menu .env-nav li a {
    border-right: 1px solid #dbdbdb;
    padding: 0 17px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
    word-break: keep-all;
    overflow-wrap: normal;
}
header.sv-fluid-grid.sv-grid-12-columns .sv-column-4{
    margin-left: 0%;
}
.sv-marketplace-sitevision-main-menu .env-nav {
    justify-content: center;
   margin-bottom:10px;
}
.env-nav--menubar.env-nav--border .env-nav__link {
  min-height:auto;
}
.sv-marketplace-sitevision-main-menu .env-nav li:last-child a {
    border: none;
}
.head_wrap span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase; 
  display: flex;
  align-items: center;
  gap: 10px;
}
.img_wrp {
  margin-bottom: 20px;
} 
.footer_search {
    position: relative;
}
.footer_search .search_field {
    border-radius: 25px;
    border: 1px solid #333;
    padding: 5px 20px 5px 40px;
    max-width: 92%;
    margin-bottom: 0;
    height: 30px;
    font-size: 14px;
}
.footer_search .search_icon {
    position: absolute;
    left: 14px;
    top: 9px;
    width: 18px;
}
.banner_wrap {
  margin-top: 30px !important;
}
.bg_cover .sv-column-6 {
    width: 50% !important;
}
.bg_cover .sv-column-6:last-child {
    margin-left: 0;
}
.bg_cover{
      display: flex;
    flex-wrap: wrap;   
}

/* INPUT FIELD */
.sivs-form input[type="email"]  {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.25s ease;
    outline: none;
    background-color: #fafafa;
    margin-bottom: 15px;
}

/* INPUT FOCUS EFFECT */
.sivs-form input:focus {
    border-color: #2b6cb0;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.15);
}

/* SUBMIT BUTTON */
.sivs-form .env-button {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #2b6cb0, #1e4f8a);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease; 
    width: 100%;
}

/* .extra_class .ln-news-list .ln-list__item--image-left .ln-article__image-link {
    max-width: 327px;
}
.extra_class .ln-news-list .ln-article__image-link img {
    min-height:229px;
    border-radius: 16px 0;
} */

.tag_btn_list.serier_tema li a {
    background: #DDD8EE;
}

.tag_btn_list.maintopic_btn li a {
    border: 1px solid #000;
}

.env-list.tag_btn_list.sub_serier li a:hover {
    background: #DDD8EE;
    color: #000;
    font-weight: 700;
}

.tag_btn_list.plr_theme li a {
    background: #e4f4e4;
}

.tag_btn_list.andre_theme li a {
    background: #C3DBDF99;
}

ul.env-d--inline.env-list.tag_btn_list .env-d--inline {
    display: inline-block !important;
    margin-bottom:35px;
}

p.env-text-caption-01 {
    font-size: 15px !important;
    padding: 10px 0;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.footer_search {
    position: relative;
}
.writer_wrap .env-text a:hover {
    text-decoration: underline !important;
}
.tema_wrap a {
    font-size: 12px;
}
.writer_wrap .env-text a {
    text-decoration: none !important;
}
.footer_search .search_field {
    border-radius: 25px;
    border: 1px solid #333;
    padding: 5px 4% 5px 40px;
    max-width: 92%;
    margin-bottom: 0;
}

.footer_search .search_icon {
    position: absolute;
    left: 14px;
    top: 11px;
    width: 18px;
}
.share_menu {
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 100;
    min-width: 180px;
    background: #fff;
    border: 1px solid var(--env-color-border, #e5e5e5);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    overflow: hidden;
}

.share_menu.share_icons_open {
    visibility: visible;
    opacity: 1;
}

button.share_option {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 10px;
    width: 100%;
    padding: .5rem 1rem;
    background: 0;
    border: 0;
    cursor: pointer;
    color: #000;
    text-align: left;
    transition: background .2s ease;
    justify-content: start;
    border-radius: 0;
}

.del_btn button.env-btn.btn {
    background-color: transparent;
    border: none;
}

.del_btn {
  position: relative;
}

.tema_wrap .svi-tags a.flog_tema {
    font-size: 12px;
    padding-right: revert-layer;
    text-decoration: none !important;
    line-height: 25px;
    font-weight: 500;
}

a.flog_tema img {
    height: 10px;
    padding: 0 5px;
}

a.flog_tema span {
    font-weight: 700;
}

.icon_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.tag_btn_list li span {
    display: none;
}

.tag_btn_list li a {
    color: #000;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 30px;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 6px;
    margin-left: 0 !important;
    font-weight: 600;
    margin-bottom: 0;
}

.env-list.tag_btn_list li a:hover {
    color: #fff;
    background: #4f5d91;
    text-decoration: none;
    border-color: #4f5d91;
}
.full-right-slider .sv-dropdown__selected-pill a {
  color: #A5A4A4;
}

.c86 .sv-dropdown__selected-pill a,
.c87 .sv-dropdown__selected-pill a,
.c245 .sv-dropdown__selected-pill a,
.annosor .sv-dropdown__selected-pill a{
	color: #000;
}
.mega-menu-content {
    background: #fff;   
    padding: 30px;
    transition: transform .3s ease;
    position: relative;
}
.megamenu_wrapper {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(245 245 245 / 80%);
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.megamenu_wrapper.active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.close-menu {
    float: right;
    cursor: pointer;
    border: 0;
    background: 0;
    position: absolute;
    right: 50px;
    top: 15px;
}
.mega-menu-icon img {
    cursor: pointer;
}
.heder_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 10px 15px;
    /* margin-bottom: 2rem; */
    border-radius: 0;
    background: #4f5d91;
}
.header_text {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.header_text span {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header_text span {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header_text img {
    padding-right: 8px;
}
.writer_wrap li.env-list__item {
    border-bottom: 1px solid #d6d6d6;
    padding: 2em 0;
}
.env-news-item.writer_list {
    display: flex;
    gap: 25px;
    flex-direction: row;
    background: transparent;
}
.filter_list .writer_list .env-news-item__media {    
    width: 100%;
    max-width: 248px;
    height: 184px;
    padding:0;
}
.filter_list .writer_list .env-news-item__media img {
    border-radius: 0;

}
.writer_list .env-news-item__media img {
    width: 100%;
    border-radius: 16px 0;
    height: 100%;
    object-fit: cover;
}
/* .filter_list .env-news-item-wrapper {
    justify-content: normal;
} */
.tag_btn {
    display: flex;
    align-items: center;
    font-size: 9px;
    text-transform: uppercase;
    gap: 3px;
    letter-spacing: .5px;
}
.icon_wrapper button.env-button.btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #000;
    font-size: 9px;
    display: flex;
    gap: 5px;
    margin-left: 0.5em;
}
button.share_option.env-btn.env-button:hover {
    background: #f2f2f2;
    color: #000;
}
li.env-d--inline.just_link a {
    background: #4f5d91;
    color: #fff;
    border-color: #4f5d91;
    cursor: text;
}
.env-breadcrumb__item span[aria-hidden="true"] {
  font-size: 0;              /* hide "/" */
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 8px;
  position: relative;
  top: -7px;
}

/* Target the existing separator */
.env-breadcrumb__item span[aria-hidden="true"] {
  font-size: 0;              /* hide "/" */
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 8px;
  position: relative;
  top: -7px;
}

.sv-carousel__item.custom_item:first-child {
  padding-left: 0;
}

/* full width slider */
.full-right-slider {
  width: 100%;
   overflow-x: clip;  
    overflow-y: visible;
}

/* Header stays centered */
.full-right-slider .sv-block__header {
  max-width: 1270px;
  margin: 0 auto;
  box-sizing: border-box;
}

.full-right-slider .sv-carousel {
  position: relative;
  width: 100%;
}

.full-right-slider .sv-carousel__viewport {
  overflow: visible; 
  padding-left: max(0, calc((100vw - 1265px) / 2 + -330px)); 
}

.full-right-slider .sv-carousel__track {
  display: flex;
  gap: 20px;
}

.full-right-slider .sv-carousel__item {
  flex: 0 0 280px;
  min-width: 0;
}

.full-right-slider .sv-carousel__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.full-right-slider .sv-arrow {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  max-width: 1270px;
  margin: 16px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.full-right-slider .sv-carousel__btn {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -10px;
}

.full-right-slider .sv-carousel__dots {
  text-align: center;
  margin-top: 16px;
}

.extra_class.sidebar_wrap:has(#Metafields) p {
   margin-bottom: 0;
}

.header-element .sv-column-12 {
  width: 100%;
  margin-left: 0 !important;
}

.article-content .sv-collapsible-content p a.env-collapse-header span:before, .article-content .sv-collapsible-content p a.env-collapse-header span:after {
    background: #000;
}
.article-content .sv-collapsible-content p a.env-collapse-header span {
    color: #000;
}
.article-content .sv-collapsible-content p a.env-collapse-header {
    background: #B0CA9C66;
    border-radius: 0;
}
.article-content .sv-collapsible-content .svp-collapse {
  background: #B0CA9C1A;
}
.img_wrap img {
    border-radius: 50%;
    height: 210px !important;
    width: 210px !important;
    object-fit: cover;
}

.extra_class.banner_wrap.annosor img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.popular-tema-img .sv-grid__item.column_3 .img_wrp img {
  width: 100%;
  height: 240px;
}
.banner_wrap .sv-formFieldRow input {
    border-radius: 25px;
    height: 38px;
}
.banner_wrap .sv-formFieldRow label {
    display: none;
}
.banner_wrap .sv-formFieldRow input[type="submit"] {
    width: 100%;
    background: #E76640;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
/* .page_block.extra_class:has(#Hovedinnhold) h1 {
    font-size: 36px;
    line-height: 1.4;
} */
a.flog_tema {
    display: none;
}
.pagecontent:has(#Headcontent) .sv-image-portlet img {
    max-width: 100%;
    max-height: 100%;
}
.extra_class.sidebar_wrap:has(#Metafields) p time {
    padding-right: 8px;
}
.article-content blockquote {
    text-align: center;
    border: none;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
}
.article-content blockquote::before {
    content: " ";
    background-image: url(/images/18.33419f2119ed9b51791ad4/quote.png);
    width: 67px;
    height: 52px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}
footer p.env-text-body-01, .megamenu_wrapper p.env-text-body-01 {
    font-weight: 500 !important;
}
.env-container.writer_wrap.filter_list .env-news-item__headline__title a {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}
.sv-form-portlet span {
    color: #E76640;
    font-size: 22px;
    font-weight: 600;
}
li.env-d--inline.active a {
    pointer-events: none;
    cursor: default;
    background: #4f5d91;
    color: #fff;
    border-color: #4f5d91;
}
 .page_block .pagecontent:has(#Headcontent) .sv-text-portlet:has(#Ingress) .sv-text-portlet-content {
      width: 100%;
      max-width: 70%;
      margin: 0 auto;
  }
  .page_block .pagecontent:has(#Headcontent) .sv-text-portlet:has(#Ingress) .sv-text-portlet-content p {
    font-size:20px;
  }
  .pagecontent:has(#Headcontent) .sv-image-portlet:has(#Bilde-1) {
    padding-bottom: 2.5em;
}
.extra_class .article-actions.env-list__item .ln-article .del_btn .env-btn.share_icon_btn {
    margin: 0 auto;
    margin-top: 10px;
}
.extra_class .article-actions.env-list__item .ln-article .article-actions__btn {
    display: flex;
    padding: 10px 5px;
}
.extra_class .article-actions.env-list__item .ln-article {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    margin: 0;
}
.extra_class .article-actions.env-list__item {
    display: flex;
    margin: 0;
    position: relative;
}
.sv-carousel__item.custom_item.column_5 .env-text-heading {
    margin: 0;
    padding: 16px 16px 35px 16px;
    background: #F5F5F5;
    min-height: 70px;
}
.sv-carousel__item.custom_item.column_5 .img_wrp {
    margin-bottom: 0;
}
.sv-carousel__item.custom_item.column_5 .env-text-heading-05 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar_wrap.extra_class {
position: sticky;
    top: 20px;
}

.pagecontent:has(#Headcontent) .sv-collapsible-content {
    width: 100%;
    max-width: 70%;
    margin: 20px auto 0;
}
.serier_tema li [aria-current="page"] {
    background: #4f5d91 !important;
    color: #fff;
}
.rest-list .ln-news-list .ln-list__item .env-text-heading-05{
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0;
}

.col-3-img .img_wrp img {
    width: 100%;
    min-height: 270px;
    object-fit: cover;
    display: block;
}
.env-collapse-header {
    border-radius: 0;
}
.rest-list .ln-news-list .ln-tag-filter__pill {
    background: #C3DBDF99;
    font-weight: 600;
    font-family: 'nunito-sans';
    line-height: 1.5;
}
.rest-list .ln-news-list .ln-tag-filter__pill:hover, .rest-list button.ln-tag-filter__pill.ln-tag-filter__pill--active{
    background: #4f5d91;
    color:#fff;
}

.button_wrap .env-flex .env-cta {
    background: #fff;
    color: #000;
}
.env-container.writer_wrap.filter_list.related .env-news-item__headline__title a {
    font-size: 25px;
    line-height: 1.4;
}
.sv-carousel .column_3 .cnt_wrp .env-text-heading {
    margin-top: 0;
}
.env-news-item__headline__title {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tag_btn a {
    text-decoration: none;
}
.page_block .env-text-heading-04,
.left-post .env-text-heading .env-text-heading-02 {
  font-size: 26px;
} 
.tag_btn a:hover {
    text-decoration: underline;
}

.sidebar_wrap .extra_class .env-text-heading-02 {
    font-size: 18px;
    line-height: 1.4;
}
.sidebar_wrap .extra_class .sv-article__actions.sv-article {
    display: none;
}
.sidebar_wrap .extra_class .img_wrp img {
    border-radius: 25px 0;
    min-height: 173px;
}
.writer_wrap.filter_list .env-list .writer_list .env-news-item__headline__title .env-text{
  font-size: 25px;
}
.anonseinhold .sv-carousel__item.column_3 img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.anonseinhold .env-text-heading-04 a {
  font-size: 23px;
  line-height: 1.2;
}
.page_block.rest-list .ln-tag-filter {
    display: none;
}

button.share_option.env-btn:hover {
    background: #f7f7f7;
}

footer .sv-row.sv-layout.sv-skip-spacer.sv-decoration-spacing.sv-template-layout{
  padding-top: 0;
  padding-bottom: 0;
}
.cnt_wrp p.env-text-body {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sv-article__meta {
    margin-bottom: 12px !important;
}
a.sv-article__tag {
    font-size: 9px;
    letter-spacing: 1.5px;
}
.sv-article__meta .sv-article__pluss{
    font-size: 9px;    
    line-height: 1.6;
    min-width: 65px;
    letter-spacing: 1.5px;
}
.env-text.ingress_wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.env-container.writer_wrap.filter_list.related .env-news-item__media {
  min-width: 324px;
  width: 100%;
  max-width: 324px;
  height: 227px;
  padding: 0;
}
.social_wrap {
    padding: 15px 0;
}
.social_wrap a {
   padding-right:20px;
   text-decoration: none;
}
.is-top div#share-menu {
    left: 0;
}
/* =============================================
   RESPONSIVE
   ============================================ */

/* 1200px – 1499px */
@media (min-width: 1200px) and (max-width: 1499px) {
  .full-right-slider .sv-carousel__viewport {
    padding-left: max(60px, calc((100vw - 1130px) / 2 + 0));
  } 
  .full-right-slider .sv-carousel__item {
    flex: 0 0 260px;
  }
}

/* 1500px and above */
@media (min-width: 1500px) {
  .full-right-slider .sv-carousel__viewport {
    padding-left: max(5px, calc((100vw - 1270px) / 2 + 0));
  }
}

@media (max-width: 1199px) {
  .full-right-slider .sv-carousel__item {
    flex: 0 0 240px;
  }

  .full-right-slider .sv-block__header,
  .full-right-slider .sv-arrow {
    max-width: 100%; 
  }
}

@media (min-width: 1024px) {
  .header-element .sv-row.min-desktop {
    display: none !important;
  } 
  .col-seperator .sv-column-8 {
    border-right: #c0c0c0 solid 1px;
    padding-right: 3em; 
  }
  .col6-seperator .column_2 {
    border-right: #c0c0c0 solid 1px;
    padding-right: 1.5em; 
  }
  .col6-seperator .column_2:last-child{
    border-right: 0;
    padding-right: 0;
  }
  .one-post .column_1 .img_wrp img {
    border-radius: 0;
    max-width: 100%;
    max-height: 521px;
    object-fit: cover;
  }  
}

@media (max-width: 1270px) { 
  .env-container{
    padding: 0 15px;
    margin: auto;
  }
  .sidebar_ads {
    padding: 0 15px;
    margin: auto;
  }
  .rest-list .ln-news-list .ln-list__item .env-text-heading-05{
    font-size: 26px; 
  }
}

.footer .sv-fluid-grid .sv-row,
.mega-menu-content .sv-row {
  display: flex;
  flex-wrap: wrap;
}

.footer .sv-fluid-grid .sv-column-3,
.footer .sv-fluid-grid .sv-column-4,
.footer .sv-fluid-grid .sv-column-5,
.footer .sv-fluid-grid .sv-column-12,
.mega-menu-content .sv-column-3,
.mega-menu-content .sv-column-4,
.mega-menu-content .sv-column-5,
.mega-menu-content .sv-column-12 {
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .c525 {
    border: none;
}
.column_2 .img_wrp img {
    height: 287px;
}
  .pd-30{
    padding-left: 30px;
  }
  .c193{
    background: none;
  }
  .footer .sv-fluid-grid .sv-column-3,
  .footer .sv-fluid-grid .sv-column-4,
  .footer .sv-fluid-grid .sv-column-5,
  .mega-menu-content .sv-column-3,
  .mega-menu-content .sv-column-4,
  .mega-menu-content .sv-column-5 {
    width: 50%;
    flex: 0 0 50%;
  }

  .footer .sv-fluid-grid .sv-column-12,
  .mega-menu-content .sv-column-12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .footer .env-text-body-01,
  .mega-menu-content .env-text-body-01 {
    margin-bottom: 30px !important;
    line-height: 1.8;
  }
}


@media (max-width: 640px) {
  .footer .sv-fluid-grid .sv-column-3,
  .footer .sv-fluid-grid .sv-column-4,
  .footer .sv-fluid-grid .sv-column-5,
  .footer .sv-fluid-grid .sv-column-12,
  .mega-menu-content .sv-column-3,
  .mega-menu-content .sv-column-4,
  .mega-menu-content .sv-column-5,
  .mega-menu-content .sv-column-12 {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 1024px) { 
   .page_block .pagecontent:has(#Headcontent) .sv-text-portlet:has(#Ingress) .sv-text-portlet-content {     
      max-width: 100%;    
    }
    .page_block .env-text-heading-02, .page_block .env-text-heading-04 {
      font-size: 20px;
    }
  
    .sv-grid-layout-12-columns.sv-fluid-grid .sv-column-12 {
      min-width: 100% !important;
      width: 100% !important;
    }

   .header-element .sv-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin: 0;
    width: 100%;
    justify-content: center;
  }  

  .header-element .sv-column-3:first-child {
    flex: 0 0 35% !important;
    max-width: 35% !important;
    width: 35% !important;
  }
  
  .header-element .sv-column-9:last-child {
    flex: 0 0 65% !important;
    max-width: 65% !important;
    width: 65% !important; 
  }

  #svid10_33419f2119ed9b517913ab_svid30_33419f2119ed9b5179118f_svid30_33419f2119ed9b51791604 {
  width: 20px; 
}

  #svid10_33419f2119ed9b517912c7_svid30_33419f2119ed9b5179118f_svid30_33419f2119ed9b51791604 {
    display: flex;
    justify-content: flex-end;
  }

  .c64{
    min-width: 100%;
  }

  .sv-grid {
    display: grid;
    grid-template-columns: repeat(var(--columns, 12), 1fr) !important; /* fallback to 12 if not set */
  }

  .sv-carousel__item{
    padding: 10px 0 !important;
  }

  .article-content{
    padding-left: 15px;
    padding-right: 15px;
    
  }
  .popular-tema-img .sv-grid__item.column_3 .img_wrp img {
    width: 100%;
    height: 210px;
  } 
  .pt-0{
    padding-top: 0 !important;
  }

  .ln-news-list .ln-list__item .env-text-heading-05, .ln-news-list .ln-carousel__item .env-text-heading-05 { 
    font-size: 19px;
  }

  .env-container.writer_wrap.filter_list .env-news-item__headline__title a {
    font-size: 26px; 
  }
}

@media (max-width:767px) {
  .content_wrapper, .extra_class .ln-news-list .ln-article__image-link img {   
      min-height: 100%;
  }
  .env-container.extra_class .ln-list__item a.ln-article__image-link {
      height: 150px;
      width: 150px;
  }
}
@media (max-width: 767px) and (min-width: 560px) {
    .popular-tema-img .sv-grid__item.column_3 .img_wrp img {
      width: 100%;
      height: 310px;
    }
}

/* Tablet: 2 columns */
@media (max-width: 992px) and (min-width: 769px) {
    .popular-tema-img.c87 .sv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .popular-tema-img.c87 .sv-grid {
        grid-template-columns: 1fr !important;
    } 
    .rest-list .ln-news-list .ln-list__item .env-text-heading-05,
    .c32 .env-text-heading-03 {
      font-size: 20px;
    } 
}
@media (max-width: 768px) and (min-width: 600px){
    .nd-content_wrapper .feature_img {
      max-width: 250px !important;
      min-width: 250px !important;
    }
}
@media (min-width: 768px) {
  .c32 .sv-grid__item.column_2 .img_wrp img {
    width: 100%;
    height: 370px;
    object-fit: cover;
  }
}

@media (min-width: 560px) {
  .two-col-img .sv-grid__item.column_2 .img_wrp img {
    width: 100%;
    height: 265px;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .sv-carousel__btn { 
    padding: 8px 10px !important;
  }
  .anonseinhold .sv-block__header .env-text-heading-04{
    font-size: 22px;
  }
  .anonseinhold .env-text-heading-04 a {
    font-size: 20px; 
  }
  .anonseinhold .sv-carousel__item.custom_item.column_3 {
    display: block;
    gap: 0;
    border-bottom: 1px solid #c0c0c0;
  }
  .anonseinhold .sv-carousel__item.custom_item.column_3 .img_wrp img {
    height: 100%;
    width: 100%;
  }
  .anonseinhold .sv-carousel__track {
    display: block;
    gap: 0; 
  }
}
@media (max-width: 650px) {
   .env-news-item.writer_list, .ln-news-list .ln-list__item--image-left {   
    flex-direction: column;
  }
  #adarticle-grid .env-news-item__media {
    min-width: auto;
    min-height: auto;
    max-width:100%;
}
  .header-element .c4 {
    max-height: auto;
    max-width: 130px;
    margin-top: 5px;
  }  
  .header-element .c6 { 
    max-width: 25px;
    position: relative;
    top: 2px;
  } 
  .filter_list .writer_list .env-news-item__media {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  
}

/* Mobile */
@media (max-width: 560px) {

  .env-container.extra_class .ln-list__item a.ln-article__image-link {
    height: 100%;
    width: 100%;
}
  .full-right-slider .sv-carousel__viewport {
    padding-left: 0; 
  }

  .full-right-slider .sv-carousel__item {
    flex: 0 0 200px;
  }
 
   .header-element a.env-cta { 
    padding: 5px;
  }

  .header-element .c28 { 
    margin-right: 0.5em; 
  }

  .header-element .c26 { 
    max-width: 22px;
  }

  .header-element .c4 {
    max-width: 130px;
  }

  .header-element .c22 { 
    margin-left: 0.7em; 
  } 

} 
@media (min-width: 480px) {
  .login_icon {
    display: none;
  }
}
@media (max-width: 560px) {
  .sv-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 480px) {
  
  .header-element .c6 {
    max-width: 22px; 
  }
  .header-element a.c13 span {
    display: none;
  }  
  .c404 { 
    max-width: 40px;
    margin-right: 0;
  }  
}  

@media only screen and (max-width: 1024px) {
   .header-element .sv-grid-layout-12-columns [class*="sv-column-"] { 
    margin-bottom: 0 !important;
  }
  .sv-searchbox input[type="text"]{
    max-width: 95%;
  }
   .footer_search { 
    max-width: 95%;
  }
  .sv-grid-layout-12-columns [class*="sv-column-"] {
    margin-left: 0 !important;
    margin-bottom: 0;
  }
  .mt30sm{
    margin-top: 30px;;
  }
  .c295{
    border-right: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
    .col-3-img .img_wrp img { 
      min-height: 200px; 
    }
}

@media only screen and (max-width: 1024px) and (min-width: 560px) {

.env-cta {
  padding: 10px 18px;
}


}


@media only screen and (max-width: 599px) {
.sv-searchbox {
   text-align: center;
}
  .sv-searchbox input[type="text"]{
   max-width: 92%;
}
 .sm-block {
    display: block !important;
    min-width: 100% !important;
  }
   
}

@media only screen and (max-width: 450px) {
   header .env-button {
  font-size: 13px !important;
	}
}

.sv-searchbox input[type="text"]:focus {
  outline: none;
}

/* Search box */
.header-element .sv-searchbox.active {
  display: block;
  position: absolute;
  width: 100% !important;
  max-width: 100% !important;
  top: 49px;
  z-index: 999;
}
  
@media (max-width: 992px) {
  .header-element .sv-searchbox.active {
    display: block !important;
    position: absolute !important;
    left: 48% !important;
    transform: translateX(-50%);
    top: 60px;
    padding: 10px 20px;
    min-width: 85% !important;
  }
}

.left-post .ln-news-list .ln-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.left-post .ln-article__actions, 
.left-post .sv-article__actions{
  display: none !important;
} 
.newsletter .env-cta{
  background-color: #1A226C;  color: #fff;
}

  @media (max-width: 1024px) {
      .header-element .button_wrap .env-cta::before{
         margin-right: 0 !important;
      }
      header .env-cta{
         padding: 10px; 
      }
      
      .htf-button .env-cta,
       .ha-btn .env-cta,
       .hl-log .env-cta{
           font-size:0;
           letter-spacing: 0;
       }      

      .hl-log .env-cta::before { 
        width: 16px !important;
        height:16px !important;
        text-align: center;
        margin-right: 0px;
        background-size: contain;
      }
   }




/* Scoped to this page only via the unique page class */
.equal-height-article .sv-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* forces both columns to match the tallest one */
}

.equal-height-article .sv-column-8,
.equal-height-article .sv-column-4 {
  display: flex;
  flex-direction: column;
  height: auto;
}

/* Let the immediate content wrapper inside each column fill the stretched height */
.equal-height-article .sv-column-8 > .sv-layout,
.equal-height-article .sv-column-4 > .sv-layout {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Undo the stretch on mobile/tablet, where columns stack anyway */
@media (max-width: 1024px) {
  .header-element .ha-btn.button_wrap .env-cta::before {
      width: 100px !important;
      content: "ABONNER";
      font-size: 14px;
      background: none;
  }
  .htf-button .env-flex .env-cta {
    background-color:#fff !important;
    border: 1px solid #1A226C !important;
}
  .equal-height-article .sv-column-8,
  .equal-height-article .sv-column-4 {
    height: auto;
  }
  .equal-height-article .sv-column-8 > .sv-layout,
  .equal-height-article .sv-column-4 > .sv-layout {
    height: auto;
  }
  .c495 {
    float: none; 
  }
}

/* Mobile */
@media (max-width: 560px) { 
  .nd-news-list.env-container {
    padding: 0;
  }
   
  .env-text-heading .env-text-heading-02{
    font-size: 26px;
  }
  .banner_wrap .env-text-display-03{
    font-size: 24px !important;
  }
  .banner_wrap h1 {
    font-size: 26px;
  }
  .banner_wrap p {
    font-size: 20px;
  } 
  #sv-tag-search-wrapper { 
    max-width: 80% !important;
  }
  input#sv-tag-input-img { 
    right: -50px !important; 
  }
  .sv-use-margins h1 {
    font-size: 30px;
  }
  /* .sv-text-portlet-content br{
    display: none;
  } */
  .header-element .button_wrap .env-cta::before {
        width: 12px !important;
        height: 12px !important;
    }
    
  .header-element .ha-btn.button_wrap .env-cta::before {
    background: none;
    width: 60px !important;
    font-size: 10px;
    content: "ABONNER";
    height: auto;
  }
  .mega-menu-icon img {
      max-width: 40px;
  }
  .htf-button .env-flex .env-cta {
    background:none !important;
    border:1px solid #1A226C !important;
  }
  .mega-menu-icon {
    height: auto !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-left:0.5em;
}
.header-element .sv-row {
    padding: 5px 0 !important;
  } 
  .footer .sv-layout.sv-skip-spacer.sv-column-12.sv-template-layout {
    padding-right: 6em;
} 
.newsletter .env-flex .env-cta {   
    width: 94%;
}
.sv-arrow {
    bottom: -10px !important;
}
/* .sv-sivs-ajax-filter {
    overflow: hidden;
} */
.full-right-slider .sv-arrow {
margin:0;
padding:0;
}
.login_btn_wrap img {
    display: none;
}
.sv-carousel__track {
  gap:0 !important;
}
.full-right-slider .sv-carousel__viewport {
  overflow: hidden;
}

.qJ961klAIWcRJHpzmIgj .DdmtbQrpBbQVlDBYLv6m .ZP2K3kyU9NCKmduBabiO a{
	padding: 12px 30px !important;
}

.env-container.writer_wrap.filter_list.related .env-news-item__media {
  min-width: 100%;
  width: 100%;
}
.writer_wrap li.env-list__item{
  padding: 1.2em 0;
}

.back_to_front span {
  line-height: 1.5;
  font-size: 16px;
}
.c556 .sv-decoration-spacing {
    padding-top: 0em;
    padding-bottom: 0;
}
.ln-news-list .ln-tag-filter__header{
  font-family: nunito-sans;
}
.tag_btn_list li a, .ln-news-list .ln-tag-filter__pill { 
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: nunito-sans;
}
.c556 .env-text-list.env-text-display-01 li {
    font-size: 19px;
}
 .page_block .env-text-heading-02 {
    font-size: 22px;
}
.c556 .sv-dropdown__menu {
    left: auto;
    right: 0;
}
.c565, .c262 .sv-decoration-spacing {
    padding-bottom: 1.7em;
    padding-top: 1.7em;
} 
.c556 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}
 .article-content {
    padding-left: 0;
    padding-right: 0;
  }
  
footer .env-text-body-01 {
    font-size: 14px;
}
footer .env-text-display-02 {
    font-size: 16px !important;
}
footer .c522:nth-child(2) {
    padding-top: 0;
}
footer .c3em {
    margin-left: 0;
}
.abonnment .env-cta, .abonnment .env-cta, 
.abonnment.env-cta, .abonnment.env-cta,
.button_wrap.extra_class a.env-cta{
  font-size: 16px !important;
}

.abonnment .env-text-heading-03 {
  color: #0F5766;
  font-size: 30px;
  line-height: 1.1;
}
.column_2 .img_wrp img {
    height: 100%;
}
.head_wrap_small span {
  font-size: 20px !important;
}
.sec_list {
  font-size: 18px !important;
}
.sec_list ul {
  padding-left: 15px !important;
}
.videocation .sv-column-12{
  padding: 1em 0 !important
  }

  .videocation .sv-column-6 {
    padding: 0 !important;
  }
  .abonnment.videocation .env-text-heading-02 {
    font-size: 24px !important;
  }
  .footer_search .search_field {
        padding: 5px 9% 5px;
  }
  .sv-sivs-ajax-filter .env-container, .sv-ln_news_list .env-container, .env-container.writer_wrap {
    padding: 0;
  }
  .page_block.sv-column-4 .env-justify-content--center {
    justify-content: left;
  }
  .pg-annonser{
    overflow-x: hidden;
  } 
  .body-search .c2388 {
    padding-left: 10%;
    width: 85% !important;
 }
.sv-column-10.c556 {
    padding: 0 !important;
}
.annosor p.env-text-display-02 {
    font-size: 20px;
}
.c522 .c613 {
    float: none;
}
.c522 .c613  p.env-text-body-04 {
    margin: 0;
    line-height: 1.5;
}
.c522 li.env-list__item a {
    padding: 0;
}
.extra_class.sidebar_wrap:has(#Metafields) p time {
    display: block;
}
.subscription_list {    
    font-size: 9px;    
    margin-top: 5px;   
    width: 100%;
    padding: 5px;
    gap: 5px;
    top:25px;
}
.logged_wrap span {
    font-size: 0;
    width: 65px;
}
.logged_wrap span:before {
    content: "abonnement";
    font-size: 9px;
    float: right;
}
.logged_wrap svg {
    width: 9px;
}
.subscription_list a {
    background: transparent;
}
.logged_wrap .env-cta.lged_wrp {   
    padding: 4px;
}
.article-content .sv-text-portlet-content {
  font-size: 14px;
}
.svp-collapse .sv-text-portlet .sv-text-portlet-content,
.svp-collapse .sv-text-portlet .sv-text-portlet-content p{
    font-size: 15px;
    line-height: 1.5;
}

.pagecontent:has(#Headcontent) .sv-collapsible-content{
  width: 100%;
  max-width: 100%;
}
.page_block.log-col.sv-column-4 .env-justify-content--center {
  justify-content: center;
}
}
@media (max-width: 480px) { 
  .c564 { 
    margin-left: 0.5em; 
  }
}
