.tm-header, .tm-header .uk-sticky {
    -webkit-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0 0 20px -8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9999;
}
a[uk-icon="linkedin"] {
    color: #1a4979!important;
    border: 2px solid #1a4979!important;
}



.uk-button-small {
    padding-top: 2px;
}

.uk-padding-top {
    padding-top: 35px;
}

.uk-padding-top-large {
    padding-top: 60px;
}

span.lang {
    display: none;
}

span.lang:lang(sv) {
    display: inline-block;
}

.red {
    color: #e01f25;
}

.blue {
    color: #1a4979;
}

.bloom-scroll-top-button, .bloom-scroll-top-button:hover {
    color: #e01f25;
}

body.boxit .tm-top {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: content-box;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}



.tm-header-mobile {
    padding: 0 10px;
}



.hexagone {
    position: absolute;
    top: -56px;
    width: 114px;
    height: 103px;
    background: url(/images/ikoner/poly2.png) center center no-repeat;
}

.uk-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: .9em;
    margin-right: 10px;
    border-left: 5px solid #1a4979;
}

.hidecontent .tm-bottom {
    margin-top: 0;
    padding-top: 0;
}

.startsidan .tm-sidebar {
    align-items: center;
}
.startsidan .tm-sidebar {
    display: flex;
}

.reporticon .cls-1 {
    fill: #1a4979;
}

.reportlink a {
    color: #1a4979;
}

.helsebox {
    border-radius: 3px;
    display: block;
    background: #1a4979;
    color: #fff;
    padding: 25px 0;
    width: 100%;
    text-align: center;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.helsebox a {
    color: #fff;
}

.helsebox:hover {
    background: #0c3258;
}


@media all and (max-width: 900px) {
    h1 {
        font-size: 2rem;
    }
    h2 {

    }
    h3 {

    }
}
.staff-related-smaller img,
.staff.horisontal.wrapper img {
    max-width: 75px;
}

@media all and (max-width: 750px) {
    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    .uk-padding {
        padding: 20px;
    }
}