/* Hide recaptcha badge */
.grecaptcha-badge { display: none; }
/* 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;
}
/* Adds support for cover on old iphones */
.uk-cover {
    -webkit-transform: translate(-50%,-50%);
}

#productmenu {
    background: #E51555;
    margin-bottom: 10px;
    margin-top: 10px;
}

#module-0 li {
    display: block;
    width: 100%;
}

#productmenu .uk-parent {
    position: relative;
}

.tm-header {
    margin-top:10px;
}

#module-484 {
    padding-left: 0;
    padding-right: 0;
}


#productmenu .uk-parent .uk-nav-sub {
    background: #E51555;
    display: none;
    position: absolute;
    border-top:2px solid #f8f8f8;
    top: 42px;
    left: 0px;
    z-index: 999;
    padding: 4px;
}

#productmenu .uk-parent:hover .uk-nav-sub {
    display: block;
}

#productmenu.uk-nav-default li, #productmenu .uk-parent .uk-nav-sub li {
    padding: 5px 15px;
}
#productmenu.uk-nav-default li a {
    color: #fff;
    font-size: 16px;
    padding: 4px;
    -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;
}

#productmenu.uk-nav-default li:hover {
    background: #B51742;
}

#productmenu .uk-parent .uk-nav-sub li a {
    color: #fff;
    font-size: 14px;
    width: 200px;
    padding: 4px;
}

#productmenu .uk-parent .uk-nav-sub li:hover a {
    background: #B51742;
}

.uk-navbar-dropdown-nav li a:focus,
.uk-navbar-dropdown-nav li a:hover {
    color: #fff;
    background: #B51742;
}

.uk-navbar-dropdown {
    padding: 4px;
}

.uk-navbar-dropdown li a {
    padding: 5px 15px;
}

.searchform {
    margin:10px 0 10px 10px;
}

#search-loader {
    top: 5px;
    left: 10px;
}

.searchresultbox {
    width: 360px;
    position: absolute;
    top: 50px;
    right: 0;
    background: transparent;
    z-index: 99999;
    max-height: 90vh;
    overflow: auto;
}

#search-results {
    padding: 10px 15px;
    background: #fff;
}

#search-phrase {
    min-width: 140px;
}
.startbox {
    background: #E51555;
    border-top:4px solid #B51742;
    border-bottom:4px solid #B51742;
    margin-top: 10px;
    padding: 15px;
}

.bloom-text-shadow {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.uk-flex-row {
    flex-direction: row;
}

.startbox p, .startbox div {
    color: #fff!important;
    font-size: 16px;
}
.startbox h2 {
    margin-top: 0;
    color: #fff!important;
    font-size: 26px;
}

#nattvandrarna {

}

.fakta td:first-child {
    font-weight: 600;
}

a > h3 {
    color: #E51555;
}

.tm-main.uk-section {
    padding-top: 25px;
    padding-bottom: 25px;

}
.uk-card-media-top {
    border-bottom: 1px solid #eee;
}

.uk-navbar-dropdown {
    top:75px!important;
}

.uk-navbar-dropdown-nav .uk-nav-sub a, .uk-navbar-dropdown-nav > li > a {
    color: #fff;
}

.swe, .eng {
    display: none !important;
}

.swe:lang(sv), .eng:lang(en) {
    display: inline-block !important;
}

.se .swe {
    display: inline-block !important;
}

.en .eng {
    display: inline-block !important;
}

.uk-table th {
    text-transform: none;
}

.uk-table-small td, .uk-table-small th {s
    padding: 6px 6px;
    font-size: 14px;
}




@media all and (max-width: 1290px) {
    #productmenu.uk-nav-default li {
        padding: 5px 2px;
    }
    #productmenu.uk-nav-default li a {
        font-size: 14px;
    }
}

@media all and (min-width: 959px) {
    .horizontal-line {
        flex-direction: row!important;
    }
}

@media all and (max-width: 960px) {
    .horizontal-line {
        flex-direction: row!important;
    }

    .uk-navbar-toggle {
        margin-left: 20px;
    }
}
@media all and (max-width: 780px) {
    #productmenu.uk-nav-default li {
        padding: 5px 5px;
    }
}

@media all and (max-width: 780px) {
    #productmenu.uk-nav-default li {
        padding: 5px 5px;
    }
    #productmenu.uk-nav-default li a {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .hideless500 {
        display: none;
    }
}