/* Hide recaptcha badge */
#tm-top {
    margin-top: -90px;
}

.grecaptcha-badge {
    display: none;
}
.tm-child-list>ul>li:nth-child(n+2), .tm-child-list>ul>li>ul, .uk-list>li:nth-child(n+2), .uk-list>li>ul {
    margin-top: 0px;
}
/* Force sup to be smaller, overriden by subnav first-child otherwise */
.sub, sup {
    font-size: 75% !important;
}

/* Make sure checkbox label gets a red underlined if not check and is mandatory */
.uk-form-danger + label, .uk-form-danger:focus + label {
    color: #f0506e;
    border-bottom: 2px solid #f0506e !important;
    padding: 3px;
}

.uk-navbar-left {
    z-index: 999!important;
}

/* Adds support for cover on old iphones */
.uk-cover {
    -webkit-transform: translate(-50%, -50%);
}

body.hidemenu .uk-navbar-nav {
    display:none;
}

body.hidemenu .uk-navbar-container {
    padding-bottom: 10px;
}


.gradback {
    background: rgb(10, 130, 86);
    background: -moz-linear-gradient(90deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    background: linear-gradient(90deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a8256", endColorstr="#0f99c2", GradientType=1);
}

.uk-section-secondary {
    background: rgb(10, 130, 86);
    background: -moz-linear-gradient(48deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    background: -webkit-linear-gradient(48deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    background: linear-gradient(48deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a8256", endColorstr="#0f99c2", GradientType=1);
}


#search-loader {
    top: 5px;
    left: 10px;
}

.searchresultbox {
    width: 360px;
    position: absolute;
    top: 50px;
    right: 0;
    background: transparent;
    z-index: 99999;
}

#search-results {
    padding: 10px 15px;
    background: #fff;
}

.whitetext {
    color: #fff;
}

.swe, .eng {
    display: none;
}

.swe:lang(sv), .eng:lang(en) {
    display: inline-block;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}

.uk-navbar-toggle {
    color: #fff !important;
}

.tm-header-mobile {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.tm-header-mobile .uk-logo {
    margin-top: 0px;
    width: 200px;
}


.bloomquote {
    font-family: "Antic";
    color: #777;
    margin: 50px 25px 25px 25px;
    font-size: 1.4rem;
    line-height: 1.65;
}

.uk-navbar-dropdown {
    padding-left: 20px !important;
}

.tm-toolbar {
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 9;
    width: 100%;
}

.colorit {
    color: #007A58;
}

.mypadding {
    padding: 50px 25px 25px 0px;
}

.lararplattform {
    width: 150px;
    padding: 15px 25px;
    border-radius: 0px 0px 20px 20px;
    margin-top: 0px;
    /* border: 4px solid rgba(255,255,255,0.5); */
    border-top: none;
    letter-spacing: 0.1em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.bloom-higher {
    margin-top: -100px !important;
}

.bloomposition {
    max-width: 900px;
}

#module-440 {
    overflow: hidden;
}

.startsidan .tm-header {
    padding-top: 0px;
}

.uk-logo {
    margin-top: -20px;
    width: 305px;
}

.uk-navbar-sticky .uk-logo {
    margin-top: -60px;
    width: 305px;
}

.imagesplit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    min-height: calc(50vh);
    width: calc(50vw - 50px);
    overflow: hidden;
    max-width: 900px;
    max-height: 65vh;
}

.bloomfill {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#tm-mobile .uk-modal-body a, #tm-mobile .uk-modal-body li {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    padding: 0px 0;
    letter-spacing: 1px;
}

.uk-navbar-container.uk-navbar-sticky, .uk-navbar-container {
    padding-top: 0px;
    background: rgb(10, 130, 86);
    background: -moz-linear-gradient(90deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    background: linear-gradient(90deg, rgba(10, 130, 86, 1) 0%, rgba(15, 153, 194, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a8256", endColorstr="#0f99c2", GradientType=1);
}

.uk-navbar-container {
    padding-top: 10px;
}

a.addicon {
    padding-left: 28px!important;
    position: relative!important;
}
a.addicon:after {
    content: url('/images/symbols/lock.svg')!important;
    position: absolute!important;
    left: 0!important;
    margin-top: 3px;
    width: 26px;
}

.uk-logo {
    padding-top: 10px;
}

.uk-navbar-container.uk-navbar-sticky .uk-logo img {
    width: 220px;
    margin-top: 50px;
    margin-left: -25px;
}

.uk-background-cover {
    background-size: cover !important;
}


.uk-navbar-nav > li > a {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}


.uk-accordion-title {
    padding: 12px 15px;
    border-radius: 5px;
    border:1px solid #D2B782;
}

.uk-accordion-content {
    padding: 15px;
    background: #fff;
}
.uk-accordion-title::before {
    color: #fff;
}

.uk-box-shadow-medium {
    box-shadow: 5px 5px 15px rgba(0,0,0,.15);
}

a.glink span {
    color: purple;
}

a.switcher-popup span {
    color: white;
}

.bloom-info {
    background: #eee;
    color: #0a8256;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 0.9rem;
    margin: 25px 0;
}

.greenchecklist li span {
    margin-right: 12px;
    color:#0a8256;
}
.greenchecklist li {
    font-size: 1.3rem;
}
.greenchecklist {
    margin-bottom: 35px;
}

.tm-toolbar {
    position: absolute;
}

.divider {
    width: 100%;
    height: 100px;
}

.divider span {
    background: url(/images/bars.jpg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 100px;
    display: block;
    margin: auto;

}

.seclogo {
    max-height: 100px!important;
    text-align: center;
    margin-bottom: 15px;
}
.seclogo img {
    max-height: 100%;

}

.uk-tooltip:after {
    content: ' ';
    position: absolute;
    bottom: -25px;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 30px;
    border-color: #d2b782 transparent transparent transparent;
    -webkit-transform:rotate(360deg);
    z-index: 999999;
}

@media all and (max-width: 659px) {



    .mypadding {
        padding: 20px 25px 25px 0px;
    }

    .seclogo {
        min-width: 75px;
        width: 100px;
    }

    #module-440 {
        max-height: 640px;
    }

    .imagetext {
        bottom: 0;
    }

    .imagetext .uk-text-italic {
        font-size: .875rem;
        line-height: 1.5;
    }

    .lesstopmarginommobile {
        margin-top: 0px !important;
    }

    .uk-button-group a {
        padding: 0 25px !important;
        font-size: .975rem;
    }

    div[template="blm_main_footer_columns"] {
        padding: 0 25px;
    }
}

@media (min-width: 959px) {
    .uk-margin-auto-m {
        margin:auto;
    }
}

@media (max-width: 1360px) {
    .uk-navbar-nav>li>a {
        font-size: 14px;
    }

    .uk-logo {
        max-width: 250px;
    }
}

@media (min-width: 1200px) {
    .uk-heading-small {
        font-size: 3.4rem;
    }

    .spectexter {
        font-size: 2rem;
    }
}


@media (min-width: 2000px) {
    .uk-heading-hero {
        font-size: 7rem;
    }


    .bloomposition {
        max-width: 900px;
    }
}
