.illustrasjon-container {
    position: relative;
}

.illustrasjon {
    background-repeat: repeat;
    background-position-x: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.large-screen {
    margin-top: 20px;
}

.large-screen, .small-screen {
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .large-screen {
        display: block;
    }

    .small-screen {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .large-screen {
        display: none;
    }

    .small-screen {
        display: block;
    }
}

.large-screen .illustrasjon {
    background-size: 2041px 281px;
    width: 2041px;
    height: 281px;
}

.large-screen .illustrasjon-container h1 {
    color: #fff;
}

.small-screen .illustrasjon {
    background-size: 1307px 180px;
    width: 1307px;
    height: 180px;
}

.veileder-punkt {
    text-decoration: none;
    float: left;
    margin-bottom: 15px;
}

a.veileder-punkt:focus:not(:active) > .veileder-circle {
    background-color: #ecc238;
    color: #000;
    border: 3px solid #004758;
}

.large-screen .veileder-punkt {
    margin-top: 150px;
}

.small-screen .veileder-punkt {
    margin-top: 80px;
    width: 100%;
}

.large-screen .veileder-circle {
    height: 86px;
    width: 86px;
    font-size: 48px;
}

.small-screen .veileder-circle {
    height: 52px;
    width: 52px;
    font-size: 24px;
}

.veileder-circle {
    background-color: #004785;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.veileder-selected .veileder-circle {
    background-color: #e5f3f9;
    color: #004758;
    border: 3px solid #004758;
}

.veileder-punkt:not(.veileder-selected):hover .veileder-label {
   text-decoration: underline;
}

.veileder-selected .veileder-label {
    font-weight: bold;
}

a.veileder-punkt:hover > .veileder-circle {
    background-color: #e5f3f9;
    color: #004758;
    box-shadow: 0px 5px 5px #808080;
}
.veileder-punkt:not(.veileder-selected):hover {
    cursor: pointer;
    text-decoration: none;
}

a.veileder-punkt:active > .veileder-circle {
    background-color: #e5f3f9;
    color: #004758;
    box-shadow: 0px 5px 5px #808080 inset;
}

a.bottom-link {
    text-decoration: none;
}

a.bottom-link:hover, a.bottom-link:active, a.bottom-link:focus {
    text-decoration: underline;
}

.veileder-label {
    width: 150px;
    margin: auto;
    text-align: center;
    line-height: 1.4em;
}

.last-point {
    transform: rotate(20deg);
}

div.veileder-selected span.glyphicon-star {
    color: #004758;
}

.large-screen .last-point {
    font-size: 36px;
}

.small-screen .last-point {
    font-size: 24px;
}

.point-nav {
    display: block;
    margin: 10px;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    position: relative;
    background-color: #004785;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-nav.non-link {
    background-color: #ebf2f3;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.point-nav > span {
    color: white;
    font-size: 16px;
}

div.non-link > span {
    color: #9faeaf;
}

.glyphicon {
    color: white;
}

a.veileder-punkt:hover .glyphicon {
    color: #004758;
}

a.veileder-punkt:focus .glyphicon {
    color: #000;
}

a > span.bottom-label {
    display: block;
    clear: both;
}

a:hover > div.point-nav {
    background-color: #e5f3f9;
    box-shadow: 0px 5px 5px #808080;
}

a:hover > div.point-nav .glyphicon {
    color: #004758;
}

a:focus > div.point-nav .glyphicon {
    color: #004758;
}

a:active > div.point-nav {
    background-color: #e5f3f9;
    color: #004758;
    box-shadow: 0px 5px 5px #808080 inset;
}

a:focus:not(:active) > div.point-nav {
    background-color: #ecc238;
    color: #000;
    border: 3px solid #004758;
}

a:focus > span.bottom-label {
    font-weight: bolder;
}

.prev-point {
    float: left;
}

.next-point {
    float: right;
}

.prev-bottom {
    float: left;
    width: 50%;
}

.next-bottom {
    float: right;
    width: 50%;
}

.next-bottom .bottom-label {
    text-align: right;
}
