/* Stilregler för artikelsidor med blå toppyta */

.cms-article-template .cms-hero {
    margin-bottom: 1rem;
    padding-bottom: .75rem
}

@media(min-width: 768px) {
    .cms-article-template .cms-hero {
        margin-bottom:1.5rem;
        padding-bottom: 1.5rem;
    }
}

.cms-breadcrumb,
.cms-article-template .cms-hero {
    background-color: #00005a;
}
.cms-breadcrumb .tracemenu__item .normal,
.cms-breadcrumb .tracemenu__item a,
.cms-article-template .cms-hero .ingress,
.cms-article-template .cms-hero h1 {
    color: #fff
}
.cms-article-template .cms-hero h1 {
    font-size: 1.75rem;
    margin-top: 0;
    padding-top: 1.125rem
}

@media (min-width: 768px) {
.cms-article-template .cms-hero h1 {
        font-size:2.5rem
    }
.cms-article-template .cms-hero p.ingress {
        font-size: 1.375rem;
    }
}

.cms-article-template .cms-hero h1:after {
    width: 7.188rem;
    margin-top: .75rem;
    margin-bottom: .75rem;
    background-color: #95c23e
}

@media (min-width: 768px) {
.cms-article-template .cms-hero h1:after {
        width:13.75rem;
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

/* Stilregler för numrerade sektioner */
/*.af-steps-guide {	
	counter-reset: section;
}
.af-steps-guide > div > :first-of-type {
       position: relative;
}
.af-steps-guide .sv-column-7 {
       position: relative;
}

@media (max-width: 1199px) {
   .af-steps-guide h2:not(.cms-faktaruta h2) {
       margin-left: 3rem;
   }
}
.af-steps-guide :first-of-type h2:before {
    background: #fff;
    box-sizing: content-box;
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 15px;
    top: -4px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 7px;
    border: 3px solid #95C23E;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 17px;
}

@media (min-width: 768px) and (max-width: 1199px) {
   .af-steps-guide :first-of-type h2:before {
       left: 0;
       top: 0;		
   }
}
@media (min-width: 1200px) {
.af-steps-guide :first-of-type h2:before {
    left: -70px;
    top: -7px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 34px;
    line-height: 32px;
}
}
.af-steps-guide .cms-faktaruta h2:before {
    content: none !important;
}*/