@import url(https://fonts.googleapis.com/css?family=Kanit:800|Martel+Sans:100,400,600,800,900|Martel:100,400,800,900);
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* Reset the container */
body {
    font-family: "Martel Sans", sans-serif, Arial, Helvetica;
    font-size: 17px;
    color: #1d1d1b;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.container-fluid {
    max-width: 1554px;
}

.container {
    margin: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1176px;
}
/*banner test*/
/*
.lb_deskbanner {
    width: 930px;
    height: 180px;
    background: #ccc;
}

.lb_recbanner {
    width: 300px;
    height: 250px;
    background: #ccc;
}


.lb_mobbanner {
    width: 300px;
    height: 300px;
    background: #ccc;
}
*/

/*.container .row{background:#fff;}*/
.background-banner {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 1440px;
    width: 100%;
}

#Leaderboardtop {
    height: 65px;
    background: #e50051;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#Leaderboardtop h2 {
    padding-top: 20px;
    font-family: 'Martel Sans';
    font-weight: 900;
    font-size: 26px
}

#Leaderboardtop .spotlink a {
    margin-left: 20px;
    font-family: 'Martel Sans';
    font-weight: 400;
    font-size: 16px;
    color: #fff !important
}

#Leaderboard {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
/*.adsm-skin #left_sticky > div, .adsm-skin #right_sticky > div {position: sticky !important; top: 0 !important;}*/
#left_sticky {
    left: -190px;
}

#right_sticky {
    right: -190px;
}

#right_sticky, #left_sticky {
    padding-bottom: 5px;
    width: 160px;
    position: absolute;
    overflow: hidden;
    /*height: 800px;background: #dde1e8;*/
}

.sky1 {
    margin-bottom: 180px
}

#left_sticky div {
    overflow: hidden; /*margin: unset !important;  text-align: right !important;  */
}

#right_sticky div {
    overflow: hidden; /* margin: unset !important;  text-align: left !important; */
}

@media screen and (max-width: 1320px) {
    #left_sticky, #right_sticky {
        display: none;
    }
}
/*
.leftcol {
    float: left; 
    padding-top: 10px;
}

.rightcol {
    float: right;
    padding-top: 10px;
}
*/

.header {
    border-style: none none solid none;
    border-width: 0px 0px 3px 0px;
    border-bottom-color: #0886D6;
    font-size: 20px;
}

/* HEADER */

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: transform 0.35s ease, padding 0.3s ease;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
}

/* SKJULT */
.header.hide {
    transform: translateY(-100%);
}

/* LOGO default */
.sitelogo {
    width: 640px;
    transition: all 0.6s ease;
    margin: 40px 0 40px 0;
}

/* SCROLLED STATE */

.header.scrolled .sitelogo {
    width: 360px;
    margin: 0 0 15px 0;
    opacity: 0.95;
}
/*
.header.scrolled .topusermenu {
    padding-left: 5px;
}

.header.scrolled .navigation {
    padding-right: 5px;
}
*/

/* flyt logo op */
.header.scrolled .col-8 {
    align-items: flex-start !important;
}

/* mindre luft */
.header.scrolled {
    padding-top: 5px;
}

.topusermenu {
    font-size: 13px;
    line-height: normal;
    padding-top: 2px;
}

.topusermenu a {
    font-size: 13px;
    line-height: normal;
    padding-top: 2px;
}

.bordertop {
    border-style: none none solid none;
    border-width: 0px 0px 5px 0px;
    border-bottom-color: #d3729e;
}

.bannercontent {
    margin-bottom: 15px;
    text-align: center;
}

.facebookHolder {
    background: #fff;
    height: 450px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
}

/*h2, .h2 {font-size: 36px;}*/
a {
    text-decoration: none !important;
    color: #000;
}

a:hover {
    text-decoration: none !important;
    color: #3e3e3e;
}

b, strong {
    font-weight: 600;
}


/*forside*/

.normal_headline {
}

.bold_headline h2 { /*font-weight: 900!important;font-size: 52px;*/
}

.breaking_news_yellow_back a h2 {
    background: #fae478;
}

.breaking_news_yellow_back {
    background: #fae478;
    padding: 10px;
}

.breaking_news_yellow_back .nyhedskategori {
    padding-left: 5px !important;
}

.breaking_news_yellow_back a.nyhedskategori {
    color: #000 !important;
}

.breaking_news_yellow_back .nyhedskategori span {
    color: #000 !important;
}

.bold_headline_grey_back { /*font-weight: 900;background:#e4e6e7;padding:10px;*/
}

.thin_headline h2 {
    font-weight: 300;
}

.normal_headline_pink_back a h2 {
    background: #d3729e;
    color: #ffffff;
}

.normal_headline_pink_back {
    background: #d3729e;
    padding: 10px;
}

.normal_headline_pink_back .nyhedskategori {
    padding-left: 5px !important;
}

.normal_headline_pink_back a.nyhedskategori {
    color: #fff !important;
}

.normal_headline_pink_back .nyhedskategori span {
    color: #fff !important;
}

.normal_headline_blue_back a h2 {
    /*background: #4889B3;*/
    color: #fff;
}

.normal_headline_blue_back {
    background: #4889B3;
    padding: 10px;
}

.normal_headline_blue_back .nyhedskategori {
    padding-left: 5px !important;
}

.normal_headline_blue_back a.nyhedskategori {
    color: #fff !important;
}

.normal_headline_blue_back .nyhedskategori span {
    color: #fff !important;
}

.normal_headline_blue_back .relatednews a {
    color: #fff !important;
}


.normal_headline_black_back a h2 {
    color: #ffffff;
}

.normal_headline_black_back {
    background: #000000;
    padding: 10px;
}

.normal_headline_black_back .nyhedskategori {
    padding-left: 5px !important;
}

.normal_headline_black_back a.nyhedskategori {
    color: #fff !important;
}

.normal_headline_black_back .nyhedskategori span {
    color: #fff !important;
}

.normal_headline_pink_back, .normal_headline_black_back .relatednews a {
    color: #fff !important;
}

/*start marquee*/
.marquee.breaking_news_yellow_back {
    background: #fae478;
    padding: 4px 0 2px;
    font-size: 18px;
    font-weight: bold
}

.marquee.bold_headline, .marquee.normal_headline, .marquee.thin_headline, .marquee.bold_headline_grey_back {
    background: #e1e1e1;
    padding: 4px 0 2px;
    font-size: 18px;
    font-weight: bold
}

.marquee.normal_headline_pink_back {
    background: #d3729e;
    padding: 4px 0 2px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.marquee.normal_headline_blue_back {
    background: #4889B3;
    padding: 4px 0 2px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.marquee.normal_headline_black_back {
    background: #000000;
    padding: 4px 0 2px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.marquee span {
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee linear infinite;
    animation-delay: 2s;
    padding-right: 100px;
    text-indent: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
/*end marguee*/

@media screen and (max-width: 569px) {

  

}

.article-resume {
    position: relative; /*max-height: 350px;*/
}

.article-resume:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient( rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100% );
    margin-bottom: -1px;
}
/*seneste nyt tabs*/
.latestnewslink.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0886D6;
    border-color: #0886D6;
}

.latestnewslink.nav-tabs .nav-link {
    margin-bottom: -1px !important;
    border: 1px solid #0886D6;
    color: #0886D6;
}

.latestnewslink.nav-tabs .nav-link:hover {
    border: 1px solid #0886D6;
    color: #fff;
    background-color: #0886D6;
}

.relatednews a {
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    line-height: 22px;
}

.articlecontenttext .relatednews a {
    text-decoration: none !important;
}

.relatednews.border-top {
    border-top: 1px solid #999999 !important;
}

.rubrikker {
    background: #8ee7cb !important;
}



/*iframe content in article ex facebook ect 100% .articlecontent iframe, */
.articlecontent object, .articlecontent embed {
    width: 100% !important;
    border: 0;
}
/**/

.footerdagensavis {
    max-width: 190px;
    position: absolute;
    top: -15px;
}

/*kalender*/
.Arrangementskalenderheader {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 8px
}

.Arrangementskalendercontent {
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.Arrangementskalendercontent h1 {
    font-size: 13px;
}

.Arrangementskalendercontent p {
    margin-bottom: 6px;
    font-size: 12px;
}

.Arrangementskalendercontent a {
}

.kal {
    color: #000;
    font-size: 13px;
    padding: 5px;
    width: 10%;
    font-family: sans-serif, Arial, Helvetica;
}

a.reserveretkalender {
    color: #fff;
    font-size: 16px;
    padding: 5px
}

/*popupmenu*/
.popupmenu {
    z-index: 999;
    background: #F3F3F0;
    display: none;
}

a.submenuheadline {
    font-family: 'Martel Sans';
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.temawiderubrik h2 {
    font-family: sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #0886D6;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 12px 0;
}

.textpage {
}

.textpage a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #0886D6;
}

.textpage h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 100;
    color: #000;
    margin: 0 0 10px 0;
}

.textpage h2 {
    margin: 0;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    ;
    font-weight: bold;
    margin-bottom: 4px;
}

.textpage h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
}

.textpage h4 {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px !important;
    margin-bottom: 3px !important;
}
/*
.jobcontent {
    min-height: 250px;
}
*/

@media screen and (min-width: 992px) {

    .card-body .top {
        height: 240px;
        overflow: hidden;
    }

    .card-body .body {
        height: 180px;
        overflow: hidden;
    }

    .abonnementstextboks .card-footer {
        font-size: 15px;
    }
}

/*mobil*/
@media screen and (max-width: 992px) {

    .sitelogo, .header.scrolled .sitelogo {
        width: 440px;
        transition: all 0.6s ease;
        margin: 5px 0 10px 0;
    }
}

    @media screen and (max-width: 767px) {

        .sitelogo, .header.scrolled .sitelogo {
            width: 220px;
            transition: all 0.6s ease;
            margin: 0px 0 10px 0;
        }

        .container-fluid {
            padding:0px;
        }

        .footerdagensavis {
            max-width: 140px;
            position: static;
            top: 0px;
        }

       
        .fullArtikeltema {
            margin: 0 -15px 20px !important;
        }
        
    }


    .login-success {
        background: #e23e3f;
        color: #fff
    }

    .footer {
    }

        .footer a {
            color: #000;
            text-decoration: none !important;
        }

        .footer li {
            display: block;
        }

    /* In this example, this is the main item being resized */
    .Image_Wrapper {
        /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
        opacity: 0;
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .Caption_Content { /* padding:10px; */
        color: #FFF;
        padding: 20px;
    }

    div#strFeed {
        margin-bottom: 50px;
    }

    .articlecontentpix {
        margin-bottom: 5px;
    }

    .articlecontentpixtxt {
        font-size: 15px !important;
        line-height: 17px;
        font-style: italic;
    }
    /*.topnyhed {    margin-bottom: 15px;}*/
    .galleryimage.text-center {
        margin-top: 50px;
    }

    .form-control {
        margin-bottom: 10px;
        border-radius: 0 !important;
        border-color: #343a40 !important;
    }

    .btn.btn-primary.submit {
        background: #2b2252;
        border-radius: 0 !important;
    }

    .btn.focus, .btn:focus, .btn.active, .btn:active {
        outline: 0;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: transparent;
        border: 0;
    }

    .btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: transparent;
    }

    .footer .textpage {
        color: #000 !important;
    }

        .footer .textpage p, .textpage a {
            color: #000 !important;
        }

    .panel-body {
        padding: 0px;
        margin-top: 15px;
    }

    .panel-default {
        border-color: none;
        background: none !important;
    }

    .panel {
        margin-bottom: 40px;
        background-color: #fff;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: none;
    }

    .logincontenttxt h1, .logincontenttxt h2 {
        color: #e50051;
        font-size: 26px;
        font-family: 'Kanit';
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }

    .logincontenttxt {
        color: #e50051;
    }

        .logincontenttxt a {
            color: #e50051;
        }

    .abonnementbtn {
        font-weight: bold;
        background: #e50051;
        border: 0px solid transparent;
        padding: 12px 12px;
        font-size: 16px;
        color: #ffffff !important;
        width: 260px !important;
    }

        .abonnementbtn:hover {
            background: #e61f66;
            color: #ffffff !important;
        }

    .abonnementtext {
        background: #fefefe
    }

        .abonnementtext p, a {
            -webkit-font-smoothing: antialiased;
            line-height: 18px;
        }

.btn.btn-primary.submit {
    background: #C6779E;
    text-transform: uppercase;
    width:100%;
}

    .btn.btn-primary.submit:hover {
        background: #9b4b73;
    }

.textpage .card {border:0;
}

.textpage table tr, .textpage table th, .textpage table td {
    border: 1px solid #dee2e6;
    padding: 6px;
}

/*pakker*/
.kobabonnement {
    background: #cedae1;
}

    .kobabonnement h3 {
        color: #28284f;
        font-size: 18px;
        font-family: sans-serif;
        font-weight: 300;
    }

    .abonnementtext h3 {
        color: #000;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .kobabonnementhead1 {
        font-size: 20px !important;
    }

    .kobabonnementhead2 {
        font-size: 27px !important;
    }

    .kobabonnement a {
        color: #000;
        text-decoration: underline !important;
    }

    .kobabonnement small {
        line-height: 80%;
    }

    .textpage .kobabonnement .abonnementstextboks h4 {
        font-size: 24px !important;
    }

    .abonnementstextboks h2 {
        font-size: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
    }

    .abonnementstextboks .smalltext {
        font-size: 11pt;
    }

    .abonnementstextboks .smalltext a {
        font-size: 11pt;
    }
 
    .container_abon {
        padding-right: 20px
    }

    .topabonnement {
        background: #262626;
        color: #ffffff;
        text-align: center;
        padding: 0 20px 40px;
    }

    .topabonnement h1, .topabonnement h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 60px;
        font-weight: 800;
        color: #0886D6;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }

    .topabonnement h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 38px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }

    .subabonnement {
        padding: 20px 10px;
        min-height: 640px;
        margin-bottom: -5px;
    }

    .subabonnementbg {
        background: #ebebe6;
    }

    .subabonnement h1, .subabonnement h2, .subabonnement h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }

    .subabonnement2col {
        width: 470px !important;
    }

    .subabonnement3col {
        width: 313px !important;
    }

    .img-responsiveabon {
        width: 100%;
    }

    /*new login*/
    .Newslogin {
        background: #c9d0d5;
    }

    .login-form-msg, .login-form-msg2, .login-form-msg3 {
        color: red;
        margin-bottom: 15px;
    }

    .error.help-block {
        color: red;
        font-size: 13px
    }

    #website {
        display: none;
    }
    /*login*/

    .qc-cmp-button.qc-cmp-secondary-button {
        border-color: #eee !important;
        background-color: #eee !important;
    }

    .qc-cmp-persistent-link {
        bottom: -10px !important;
    }

    .qc-cmp-deprecation-messaging {
        display: none;
    }

    [data-toggle="collapse"] .fas:before {
        content: "+";
        float: right;
        font-weight: 100;
        text-align: center
    }

    [aria-expanded="true"] .fas:before {
        content: "-";
    }

    [data-toggle="collapse"].collapsed .fas:before {
        content: "+";
    }

    /*locked color*/
    .yellowcolor {
        color: #fcaf11
    }
    /*loading spinner*/
    .loader, .loader:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

    .loader {
        font-size: 10px;
        position: relative;
        text-indent: -9999em;
        border-top: 1.1em solid rgba(255, 255, 255, 0.2);
        border-right: 1.1em solid rgba(255, 255, 255, 0.2);
        border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
        border-left: 1.1em solid #ffffff;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
    }

    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    #loadingDiv {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.88);
    }
    /*datepickerkalender*/
    .datepicker {
        box-shadow: 8px 0px 8px #ccc;
    }

    .datepicker table {
        margin: 10px
    }


    /*start nyhedsbokse i nyhed / editor*/
    .newsclassgreybox {
        background: #e1e1e1;
        padding: 10px;
        border-style: none none none solid;
        border-left-width: 10px;
        border-left-color: #ccc;
    }

    .articlecontent blockquote2 {
        background: #e1e1e1;
        padding: 10px 25px;
        border-style: none none none solid;
        border-left-width: 5px;
        border-left-color: #ccc;
        font-weight: bold;
    }

    .img-fluid {
        width: 100% !important;
        height: auto !important;
    }

    .articlecontent blockquote {
        background: #dde1e8;
        padding: 15px 25px 5px;
        border-style: none none none solid;
        border-left-width: 5px;
        border-left-color: #c9d0d5;
    }

    .articlecontent blockquote.blockquote-grey {
        background: #dde1e8;
        padding: 15px 25px 5px;
        border-style: none none none solid;
        border-left-width: 5px;
        border-left-color: #c9d0d5;
    }

    .articlecontent blockquote.blockquote-blue {
        background: #fff;
        padding: 15px 25px 5px;
        border-style: none none none solid;
        border-left-width: 5px;
        border-left-color: #0886D6;
    }

    .articlecontent blockquote.blockquote-blue, .articlecontent blockquote.blockquote-blue p {
        font-weight: bold;
        font-size: 1.2rem;
    }

    .articlecontent blockquote.blockquote-reverse, .articlecontent blockquote.blockquote-reverse p {
        padding: 0;
        background: #e1e1e1;
        border-style: none;
        font-weight: normal;
        font-size: inherit;
    }

   
    /*radiobtn købabonnement*/

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #000;
        background-color: #c6cbcf;
        border-color: #6c757d;
    }



    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: none;
    }

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #b8bcce;
        border-color: #b8bcce;
        background-color: #b8bcce;
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        background-color: #28284f;
        -webkit-transform: translateX(.75rem);
        transform: translateX(.75rem);
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #fff;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat;
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat;
    }


    /*before*/
    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem;
    }

    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #b4b4b4;
        border: #adb5bd solid 0px;
    }

    *, ::after, ::before {
        box-sizing: border-box;
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #fff;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat;
    }



    .custom-switch.custom-switch .custom-control-label {
        padding-left: 2rem;
        padding-bottom: 0.5rem;
    }

        .custom-switch.custom-switch .custom-control-label::before {
            height: 1.5rem;
            width: calc(2rem + 0.75rem);
            border-radius: 3rem;
        }

        .custom-switch.custom-switch .custom-control-label::after {
            width: calc(1.5rem - 4px);
            height: calc(1.5rem - 4px);
            border-radius: calc(2rem - (1.5rem / 2));
        }

    .custom-switch.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        transform: translateX(calc(1.5rem - 0.25rem));
    }

    /*likes comments*/
    .like-btn {
        background: none;
        border: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .thumb:hover {
        transform: scale(1.2);
    }

    .thumb {
        width: 30px;
        height: 30px;
        fill: #aaa;
        transition: transform 0.2s ease, fill 0.2s ease;
    }

    .thumb.liked {
        fill: #0d6efd; /* blå thumbs-up */
    }

    .thumb.pop {
        transform: scale(1.3); /* Pop-animation */
    }

    .thumb.pop:hover {
        transform: scale(1.3);
    }
    /*likes comments*/

    .reading-progress {
        -webkit-transition: width 100ms ease;
        -o-transition: width 100ms ease;
        transition: width 100ms ease;
        height: 5px;
        background-color: #0886D6;
        width: 0px;
        z-index: 1000;
        position: fixed;
        top: 0px;
        left: 0;
    }
