@font-face {
    font-family: "Tekna-Regular";
    src: url("/Tekna-Regular.ttf");
    src: url("/Tekna-Regular.ttf") format('truetype')
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
p {
    font-family: 'Tekna-Regular' !important;
}

h1 {
    font-size: 28px !important;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
    font-family: 'Tekna-Regular' !important;
}

.course__hero-backicon {
    margin-top: 2rem;
    display: block;

    ::before {
        position: relative;
        transition: transform 0.3s ease;
        vertical-align: middle;
        content: "";
        background-image: url("/arrow-left.svg");
        right: 0;
        background-repeat: no-repeat;
        display: inline-block;
        width: 2rem;
        height: 1.6rem;
        background-size: 1.6rem;
    }
}

.course__hero-backlink {
    font-size: 1.6rem;
}

/* Status: Påmeldt */
.status_282820001 {
    background-color: #E6F2E7;
    color: #007A0F;
}

/* Status: Venteliste */
.status_282820004 {
    background-color: #FCEFD1;
}

/* Status: Avmeldt */
.status_282820011 {
    background-color: #FBE6E6;
    color: #D30000;
}


#statusFilter {
    display: flex;
    margin-bottom: 16px;
}

#statusFilter span {
    cursor: pointer;
    padding: 8px;
    margin-right: 16px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
    transition: all 0.2s ease;
}

/*
#statusFilter span:hover {
     border: 1px solid #003847; 
}
*/
#statusFilter span.active {
    border: 1px solid #003847;
}

.deltakelse {
    padding: 4px 8px;
    margin: 2px;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.search-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 18px;
    display: none;
}

.search-clear:hover {
    color: #333;
}

.search-clear.show {
    display: block;
}