@font-face {
    font-family: 'montserratregular';
    src: url('//cdn.100procent.com/fonts/montserrat/Montserrat-Regular-webfont.eot');
    src: url('//cdn.100procent.com/fonts/montserrat/Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn.100procent.com/fonts/montserrat/Montserrat-Regular-webfont.woff') format('woff'),
         url('//cdn.100procent.com/fonts/montserrat/Montserrat-Regular-webfont.ttf') format('truetype'),
         url('//cdn.100procent.com/fonts/montserrat/Montserrat-Regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('//cdn.100procent.com/fonts/montserrat/Montserrat-Bold-webfont.eot');
    src: url('//cdn.100procent.com/fonts/montserrat/Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn.100procent.com/fonts/montserrat/Montserrat-Bold-webfont.woff') format('woff'),
         url('//cdn.100procent.com/fonts/montserrat/Montserrat-Bold-webfont.ttf') format('truetype'),
         url('//cdn.100procent.com/fonts/montserrat/Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    font-size: 62.5%;
}

body {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.3em;
    font-size: 14px;
    font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: montserratregular, arial;
    color: #444;
    margin-top: 4px;
    margin-bottom: 8px;
    font-weight: normal !important;
}

.navbar a,
#submenu-headline,
.submenu
{
    font-family: montserratbold, arial;
    font-weight: normal !important;
}

#footer
{
    font-family: montserratregular;
    font-weight: normal !important;
}

h1 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 15px 0 5px 0;
}

h2 {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 15px 0 2px 0;
}

h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 15px 0 2px 0;
}

h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 15px 0 1px 0;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px 0 1px 0;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 0 0;
}

@media (min-width: 768px)
{
    .navbar .rootmenu > a
    {
        color: #fff !important;
    }
}


#content-bottom a
{
    color: #859600;
}
.btn span.glyphicons

{
    text-shadow: none;
    color: #fff;
}

.glyphicons

{
    text-shadow: none;
}

.glyphicons-search
{
    font-weight: normal;
    color: #fff;
}

.pointer
{
    cursor: pointer;
}

label
{
    margin-bottom: 0;
}

.content-body.row
{
    min-height: 200px;
    margin: 0 !important;
}

#site-inner-wrapper
{
    position: relative;
    margin: 10px auto -30px auto;
    z-index: 1;
}

#footer-wrapper
{
    padding-top: 30px;
}

#site-inner-wrapper > .container
{
    background: #fff;
    box-shadow: 0 13px 13px 3px rgba(55, 55, 55, 0.1);
}

#site-inner-wrapper > .container > .row
{
    margin-left: 0;
    margin-right: 0;
}

#site-inner-wrapper > .container > .row:nth-child(2)
{
    margin-bottom: 15px;
}

#content
{
    background: #fff;
    min-height: 600px;
    padding-bottom: 50px;
}

@media(min-width: 769px) {
    #scrollable-list {
        overflow: auto;
        max-height: 400px;
    }
}

#content-bottom
{
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
}

#footer-wrapper
{
    background: #000;
    position: relative;
    z-index: 0;
}

#footer
{
    font-size: 12px;
    color: #b9b6b8;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer a
{
    color: #fff;
}

#footer > *
{
    color: inherit;
}

/*------------ SubMenu ---------------*/

.submenu
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

.submenu ul
{
    padding-left: 10px;
    padding-top: 0;
}

.submenu li
{
    list-style: none;
}

.submenu a
{
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.submenu a:hover
{
    text-decoration: underline;
}

#submenu-headline
{
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 10px;
}

#submenu-headline a
{
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

#submenu-headline a:hover
{
    text-decoration: underline;
}

.submenu-root-node
{
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 9px;
    border-top: 2px solid #000;
}

#submenu-container
{
    margin-top: 19px;
    margin-left: -15px;
    margin-right: -15px;
}

.submenu-item
{
    margin-left: 10px;
}

.submenu-sub-item
{
    padding: 2px 0 2px;
    margin: 0;
    font-weight: normal;
}

#sub-menu
{
    position: relative;
    left: -15px;
}

.dropdown-menu > li > a
{
    white-space: normal !important;
}


#contact-form .question,
#contact-form .answer
{
    padding: 5px 10px;
}

#contact-form > tbody > tr > td:first-child
{
    font-weight: bold;
}

.recaptcha-error
{
    color: #ff0000;
}

#search-term
{
    display: none;
}

#search-results
{
    margin-top: 10px;
}

#search-results .hits
{
    padding-left: 35px;
}

#search-results .separator
{
    margin-top: 25px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #000000;
    margin-left: -30px;
}

#search-results .no-search-hits
{
    font-style: italic;
    color: #000;
    margin-left: 17px;
    margin-bottom: 20px;
}

#search-results .heading
{
    border-top: 3px solid #000;
    height: 20px;
    background: #f4f4f4;
    padding-left: 17px;
    padding-top: 5px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 14px;
}

#search-results .hit-title
{
    color: #000;
}

#search-results .hit-title a
{
    text-decoration: none;
}

#search-results .hit-title:hover
{
    text-decoration: underline;
}

#search-results .excerpt
{
    color: #000000;
}

.search-section
{
    margin-bottom: 20px;
}

span.search-results
{
    color: #000000;
    font-size: 28px;
}

#search-results ul
{
    list-style: decimal;
}

#contact-form table
{
    table-layout: fixed;
    width: 100%;
}

#contact-form td.answer input[type=text],
#contact-form td.answer textarea,
#contact-form #recaptcha_widget_div
{
    width: 100% !important;
}

.search-widget
{
    padding: 0 !important;
}

.search-widget input[type=text]
{
    border: 1px solid #000;
    border-radius: 0;
}

.search-widget .btn
{
    border-radius: 0;
    background: #000;
    padding: 0;
}

.search-widget .btn > span
{
    line-height: 100%;
}

.search-widget input[type=text]
{
    box-shadow: none;
}

.search-widget input,
.input-group-btn
{
    vertical-align: bottom;
}

.input-group-btn
{
    display: inline-block !important;
    width: auto;
}

#content-bottom .body-content
{
    min-height: 300px;
}

.dropdown-menu
{
    padding: 0;
}

.navbar-default .navbar-nav > .active > a
{
    color: inherit !important;
}


@media (min-width: 768px)
{
    .search-widget
    {
        display: inline-block;
        font-size: 0;
    }

    .search-widget > *
    {
        vertical-align: bottom;
    }

    .search-widget,
    .search-widget *
    {
        float: none !important;
    }

    .search-widget input[type=text]
    {
        display: inline-block !important;
    }

    .search-widget > span
    {
        display: inline-block;
        width: auto;
    }

    .navbar-default .navbar-nav > .active,
    .navbar-default .navbar-nav > .active:hover
    {
        background: #bed600;
    }
}

@media (max-width: 430px)
{
    #top
    {
        height: 76px !important;
    }

    #logo
    {
        width: 100px !important;
    }

    #odling-med-omsorg
    {
        width: 134px !important;
    }
}

@media (max-width: 767px)
{
    body
    {
        background-image: linear-gradient(to bottom, #b5d700 0, #94ad00 141px, #f0f7cb 141px, #e2ef96 100%);
    }

    #top
    {
        height: 103px;
        overflow: hidden;
    }

    #logo
    {
        width: 160px;
        margin-left: 0px;
        margin-top: 14px;
    }

    #odling-med-omsorg
    {
        position: absolute;
        width: 200px;
        right: 2px;
        top: 44px;
    }

    #fran-sverige
    {
        display: none;
    }

    #svenskt-sigill
    {
        display: none;
    }

    #vattenkanna
    {
        display: none;
    }

    #content-bottom
    {
        margin: inherit !important;
    }

}

@media (max-width: 767px)
{
    /* bbq menu */

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .open > a
    {
        background: #bed600 !important;
    }

    .navbar
    {
        background: #000 !important;
        min-height: 40px;
        margin-bottom: 0 !important;
    }

    .navbar-toggle
    {
        float: left !important;
        margin: 3px 0 0 15px !important;
        background: inherit !important;
    }

    nav .search table
    {
        margin-top: 3px;
    }

    .navbar-header > table > tbody > tr > td:first-child
    {
        width: 71px;
    }

    nav .search td
    {
        vertical-align: middle;
    }

    nav .search td:last-child
    {
        width: 40px;
        text-align: center;
    }

    nav .search input[type=text]
    {
        height: 26px;
        margin-right: 2px;
        color: #000;
        box-sizing: border-box;
        font-size: 90%;
    }

    nav .search button
    {
        color: #fff;
        height: 20px;
        border: none;
        background: none;
        clear: none;
        padding: 0;
    }

    .navbar-nav
    {
        margin-top: 0;
        background: #fff;
    }
}

@media(min-width: 768px)
{
    nav .search
    {
        display: none;
    }
}

@media (min-width: 768px)
{
    /* horizontal menu colors and text styles */
    .navbar-nav > li > a
    {
        padding-left: 28px;
        padding-right: 28px;
    }

    /* menu items */
    .nav .open > a:hover
    {
        background-color: #000 !important;
    }

    .navbar
    {
        background: #000 !important;
        background-image: linear-gradient(to bottom, #333, #050505 100%) !important;
        border-radius: 0;
    }

    .navbar-default
    {
        border: 0;
        background: none;
    }

    .nav > li
    {
        border-right: 2px solid #fff !important;
    }

    .navbar-default ul li ul li
    {
        border-right: 0;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form
    {
        padding: 0;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > span > a
    {
        background: none !important;
    }

    .rootmenu:hover > .dropdown-menu
    {
        display: block;
    }

    .navbar-nav > li:hover > ul.dropdown-menu,
    .navbar-nav > li:hover > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu
    {
        background-color: #bed600;
    }

    .dropdown-menu li > a
    {
        color: #000;
    }

    .dropdown-menu li:hover > a
    {
        background: #000;
        color: #fff !important;
    }

    .navbar,
    .dropdown-menu li > a
    {
        font-weight: bold;
    }

    .navbar-nav > li > a,
    .navbar-nav > li:hover ul li a:hover
    {
        color: #fff;
    }

    /* resolution specific */

    #tagline
    {
        margin-top: 30px;
    }

    /*Multi-level navigation support*/
    .dropdown-submenu
    {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu
    {
        top: -2%;
        left: 99.5%;
        margin: 0;
        padding: 0;
    }

    .dropdown-menu
    {
        border-radius: 0;
    }

    .dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu
    {
        display: block;
    }

    .dropdown-submenu > a:after
    {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #333;
        margin-top: 5px;
        margin-right: 0;
    }

    .dropdown-submenu:hover > a:after
    {
        border-left-color: #fff;
    }

    .dropdown-submenu:active > a:after
    {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left
    {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu
    {
        left: -100%;
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    body
    {
        background-image: linear-gradient(to bottom, #b5d700 0, #94ad00 141px, #f0f7cb 141px, #e2ef96 100%);
    }

    #top
    {
        height: 103px;
        overflow: hidden;
    }

    #logo
    {
        width: 150px;
        margin-left: 6px;
        margin-top: 14px;
    }

    #odling-med-omsorg
    {
        position: absolute;
        width: 200px;
        left: 190px;
        top: 43px;
    }

    #fran-sverige
    {
        position: absolute;
        width: 56px;
        left: 395px;
        top: 20px;
    }

    #svenskt-sigill
    {
        position: absolute;
        width: 56px;
        left: 450px;
        top: 20px;
    }

    #vattenkanna
    {
        position: absolute;
        left: 532px;
        width: 200px;
        top: 1px;
    }

    .search-widget
    {
        margin-top: 7px;
    }

    .search-widget form
    {
        width: 300px;
        margin-left: 75px;
    }

    .search-widget input[type=text]
    {
        width: 140px;
        height: 26px;
        line-height: 26px;
    }

    .search-widget .btn
    {
        width: 24px;
        height: 24px;
    }

    .navbar-nav > li > a
    {
        padding-left: 19px;
        padding-right: 19px;
        padding-top: 12px;
        font-size: 11px;
    }

    .dropdown-menu
    {
        width: 200px;
    }

    .rootmenu > a
    {
        padding-top: 13px !important;
    }

    .dropdown-menu a
    {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px)
{
    body
    {
        background-image: linear-gradient(to bottom, #b5d700 0, #94ad00 197px, #f0f7cb 197px, #e2ef96 100%);
    }

    #top
    {
        height: 142px;
        overflow: hidden;
    }

    #logo
    {
        margin-left: 6px;
        margin-top: 24px;
    }

    #odling-med-omsorg
    {
        position: absolute;
        width: 280px;
        left: 254px;
        top: 56px;
    }

    #fran-sverige
    {
        position: absolute;
        width: 70px;
        height: auto;
        left: 545px;
        top: 20px;
    }

    #svenskt-sigill
    {
        position: absolute;
        width: 70px;
        height: auto;
        left: 620px;
        top: 20px;
    }

    #vattenkanna
    {
        position: absolute;
        left: 690px;
        top: 6px;
    }

    .search-widget
    {
        margin-top: 9px;
    }

    .search-widget form
    {
        width: 300px;
        margin-left: 28px;
    }

    .search-widget input[type=text]
    {
        width: 178px;
        height: 30px;
        line-height: 30px;
    }

    .search-widget .btn
    {
        width: 28px;
        height: 28px;
    }

    .dropdown-menu
    {
        width: 200px;
    }

    .rootmenu > a
    {
        padding-top: 13px !important;
    }

    .dropdown-menu a
    {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media (min-width: 1200px)
{
    body
    {
        background-image: linear-gradient(to bottom, #b5d700 0, #94ad00 197px, #f0f7cb 197px, #e2ef96 100%);
    }

    #top
    {
        height: 142px;
        overflow: hidden;
    }

    #logo
    {
        margin-left: 6px;
        margin-top: 24px;
    }

    #odling-med-omsorg
    {
        position: absolute;
        left: 254px;
        top: 50px;
    }

    #fran-sverige
    {
        position: absolute;
        left: 685px;
        top: 20px;
    }

    #svenskt-sigill
    {
        position: absolute;
        left: 790px;
        top: 20px;
    }

    #vattenkanna
    {
        position: absolute;
        left: 890px;
        top: 6px;
    }

    .search-widget
    {
        margin-top: 9px;
    }

    .search-widget form
    {
        width: 300px;
        margin-left: 48px;
    }

    .search-widget input[type=text]
    {
        width: 204px;
        height: 30px;
        line-height: 30px;
    }

    .search-widget .btn
    {
        width: 28px;
        height: 28px;
    }

    .dropdown-menu
    {
        width: 200px;
    }

    .rootmenu > a
    {
        padding-top: 13px !important;
    }

    .dropdown-menu a
    {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px)
{

    .navbar-default .navbar-nav > li > a
    {
        color: #fff;
    }
}

@media (min-width: 992px)
{
    .dropdown-menu > li > a
    {
        padding: 3px 15px 3px 13px;
    }
}

@media (min-width: 768px)
{
    .dropdown-menu
    {
        border: 0;
    }

    #top
    {
        padding: 0;
    }

    .navbar
    {
        border: 0;
        min-height: inherit;
        margin: 0 auto;
    }

    .navbar-default .navbar-nav > li > a
    {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        font-size: 14px;
        color: #000;
    }

    .navbar-default .navbar-nav > li > a
    {
        color: #fff;
    }

    .navbar-default .navbar-nav > li:hover
    {
        background: #000;
    }

    .navbar-default .navbar-nav > li:hover > a
    {
        color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: #fff;
    }
}

/* END MENU */

.navbar-nav .open .dropdown-menu > li > span > a
{
    padding: 5px 15px 0 25px;
}

a:hover, a:focus
{
    color: inherit !important;
}

/* Indentering, bbq-meny*/
@media (max-width: 767px)
{
    nav a
    {
        color: #777 !important;
    }

    nav .dropdown-link-container
    {
        padding-right: 0 !important;
    }

    .navbar .dropdown-menu li > span > a
    {
        height: 30px;
        line-height: 30px;
    }

    a.dropdown-toggle
    {
        height: 40px;
        display: block;
    }

    .dropdown-menu .dropdown-menu
    {
        padding-left: 15px;
    }

    ul.nav .glyphicons-circle-arrow-down
    {
        position: absolute !important;
        top: inherit !important;
        right: 10px;
    }

    .navbar-collapse
    {
        position: relative;
        top: 3px;
    }
}

#branding100 a {
    color: #969696 !important;
}