﻿a[href*='mailto']
{
    word-break: break-all;
}

h3.lobster, .lobster
{
    /*font-family:'Lobster Two';*/
    font-family: 'ff-providence-web-pro',cursive;
    font-size: 20px;
}

.lobster-orange
{
    color: #f07d29;
    /*font-family:'Lobster Two';*/
    font-family: 'ff-providence-web-pro';
    font-size: 20px;
}

.italic
{
    font-style: italic;
}

.noise-bg
{
    background: url(images/bg_noise.jpg);
}

.noise-dark-bg
{
    background: url(images/bg_noise_dark.png);
}

.noise-light-bg
{
    background: url('images/bg_noise_light.png');
}

.noise-general-bg
{
    background: url('images/bg_noise_general.png');
}

{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.white-text-stroke /* hvit ramme med skygge rundt tekst, p.s. det finnes -webkit-text-stroke også */
{
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 3px 3px 3px #bbb, -3px 3px 3px #bbb, 3px -3px 3px #bbb, -3px -3px 3px #bbb;
}

header.top
{
    min-height: 148px;
    /*min-height:125px;*/
    background: #fff;
    position: relative;
    /*box-shadow: 0px 0px 6px 0px rgb( 0, 0, 0 );  fra photoshop */
    box-shadow: 0px 0px 4px 0px #bbb;
    z-index: 1;
    text-align: center; /* for å sentrere login-, meny- og søkeboks på mobil */
}

html.har-brodsmule header.top
{
    /*box-shadow:none;*/
}

header.top .logo
{
    display: block;
    /*float:left;
	margin:65px 0 0 27px;*/
    /*position:absolute;
	top:51px;*/
    /*left:53px;*/
    float: left;
    margin: 51px 0 0 15px;
}

header.top .language
{
    display: block;
    /*float:left;*/
    font-family: 'learning-curve';
    font-size: 22px;
    font-weight: bold;
    /*margin:73px 0 0 27px;*/
    color: #e0701f;
    position: absolute;
    top: 61px;
    left: 218px;
}

header.top section.menu
{
    float: right;
    margin: 60px 72px 0 0;
}

.top-panel
{
    /*background:#f07d29;*/
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    /*bottom:-35px;*/ /* går lenger ned enn header.top */
    bottom: 0;
    position: absolute;
    display: none;
    text-align: left;
}
    /* login klasselærer */
    .top-panel .login
    {
        width: 35%;
        height: 100%;
        float: left;
    }

    .top-panel .felter
    {
        width: 80%;
        padding: 15px 0 0 30px;
    }

    .top-panel .felter-klasselarer
    {
        padding-left: 0px;
    }

    .top-panel .felter input[type=text],
    .top-panel .felter input[type=password]
    {
        width: 100%;
        border: none;
        background: #eee;
        padding: 5px;
        height: 30px;
        font-size: 20px;
        color: #000;
        margin-bottom: 10px;
    }

    .top-panel .felter .btn-login
    {
        width: 135px;
        height: 28px;
        background: #f07d29;
        color: #fff;
        border: none;
    }

    .top-panel .felter .new-password
    {
        float: right;
        font-size: 14px;
        color: #000;
        text-decoration: underline;
    }

    /* login elev */
    .top-panel .error
    {
        /*display:none;*/
    }

    .top-panel .login-elevsiden
    {
        width: 35%;
        height: 100%;
        float: left;
        border-left: 2px solid #eee;
        border-right: 2px solid #eee;
    }

        .top-panel .login-elevsiden .felter-elevsiden
        {
            display: none;
        }

    .top-panel a.link-klasselarer,
    .top-panel a.link-elevsiden
    {
        display: block;
        width: 100%;
        height: 100%;
        /*float:left;
		border-left:5px solid #8f4d1c;*/
        color: #f07d29;
        font-size: 20px;
        text-align: center;
        padding: 18px 0 0 0;
        color: #f07d29;
        /*font-family:'Lobster Two';*/
        /*font-family:'ff-providence-web-pro';*/
        font-size: 26px;
        font-style: italic;
    }

    .top-panel a.link-klasselarer
    {
        display: none;
    }

    .top-panel div.circle
    {
        display: inline-block;
        width: 66px;
        height: 66px;
        background: #eee;
        border-radius: 50%;
        overflow: hidden;
    }

    .top-panel div.user
    {
        /*background-image: url(//lh5.googleusercontent.com/-aSYDkRL_eZg/AAAAAAAAAAI/AAAAAAAAAAA/f52FqCTUBOo/s32-c/photo.jpg);
		background-size:40px 40px;*/
    }



    .top-panel a.link-elevsiden img
    {
        display: inline-block;
    }

    .top-panel a.link-ny-bruker
    {
        display: block;
        width: 20%;
        height: 100%;
        float: left;
        /*border-left:5px solid #8f4d1c;*/
        border-right: 2px solid #eee;
        color: #f07d29;
        font-size: 20px;
        text-align: center;
        padding: 18px 0 0 0;
        /*font-family:'Lobster Two';*/
        /*font-family:'ff-providence-web-pro';*/
        font-size: 26px;
        font-style: italic;
    }

        .top-panel a.link-ny-bruker img
        {
            display: inline-block;
        }

    .top-panel a.btn-close-login-panel
    {
        display: block;
        width: 10%;
        height: 100%;
        float: right;
        /*border-left:5px solid #8f4d1c;		*/
        position: relative;
        cursor: pointer;
    }

        .top-panel a.btn-close-login-panel img
        {
            display: block;
            position: absolute;
            top: 33px;
            right: 37px;
        }

        .top-panel a.btn-close-login-panel .white-box
        {
            background: #fff;
            width: 50%;
            height: 50%;
            position: absolute;
            bottom: 0;
            right: 0;
        }


div.breadcrumb
{
    /*background:#f07d29;*/
    background: #eee;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}

html.har-brodsmule div.breadcrumb
{
    /*box-shadow: 0px 0px 10px 0px #bbb; */
}

div.duerher a:link, div.duerher a:visited
{
    padding-left: 4px;
    padding-right: 4px;
}

.table-cell
{
    display: table-cell;
    vertical-align: middle;
}

.center-vertical
{
    display: inline-block;
}

a.btn-show-mobile-menu,
a.btn-show-tablet-menu
{
    display: none;
    width: 45px;
    height: 45px;
    background: #f07d29;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0 0 0;
    text-align: center;
    z-index: 2;
    background-image: url('images/mobile_menu_icon.png');
    background-repeat: no-repeat;
    background-position: 12px 15px;
    cursor: pointer;
    margin-left: 10px;
}


a.btn-show-login
{
    display: block;
    width: 74px;
    height: 74px;
    background: #f07d29;
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: 3px 1px 1px 1px rgba(00, 00, 00, 0.2);
    color: #fff;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 12px;
    padding: 27px 0 0 0;
    text-align: center;
    z-index: 2;
}

a.btn-show-search
{
    display: block;
    width: 74px;
    height: 74px;
    background: #f07d29;
    position: absolute;
    top: 74px;
    right: 0px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 12px;
    padding: 27px 0 0 0;
    text-align: center;
}

footer.address
{
    text-align: center;
    color: #414141;
    font-size: 17px;
    margin: 30px 0 40px 0;
}

footer.general
{
    text-align: center;
    color: #414141;
    font-size: 14px;
    margin: 30px 0 20px 0;
    display: table;
    width: 100%;
}

    footer.general > a
    {
        display: inline-block;
    }

    footer.general .logo-footer
    {
        display: inline-block;
        margin-right: 25px;
        vertical-align: middle;
    }

    footer.general .tekst-footer
    {
        display: inline-block;
        vertical-align: middle;
    }

/*footer.general > a:after
	{
		display:block;
		content:'.'; 
		visibility:hidden;
	}*/

footer.main
{
    min-height: 60px;
    background-image: linear-gradient(to right, #e94936, #f6914a);
    /*box-shadow:3px 1px 1px 1px rgba(00, 00, 00, 0.2);*/
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: 'Open Sans',Arial;
    padding: 11px 10px 11px 10px;
}

    footer.main .nyhetsbrev,
    footer.main .facebook,
    footer.main .tag
    {
        width: 33%;
        float: left;
    }

        footer.main .nyhetsbrev .tekst
        {
            display: inline-block;
            margin-right: 10px;
            font-size: 13px;
            /*font-weight:600;*/
            letter-spacing: 0.02em;
        }

        footer.main .nyhetsbrev input[type=text]
        {
            display: inline-block;
            width: 174px;
            height: 35px;
            background: #fff;
            border: none;
            padding: 0 10px;
            margin: 0 10px 0 0;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-clip: padding-box;
        }

        footer.main .nyhetsbrev input[type=submit]
        {
            display: inline-block;
            color: #f07d29;
            font-weight: bold;
            font-style: italic;
            border: none;
            border-radius: 5px;
            background-image: -moz-linear-gradient( 90deg, rgb(225,225,225) 0%, rgb(255,255,255) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(225,225,225) 0%, rgb(255,255,255) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(225,225,225) 0%, rgb(255,255,255) 100%);
            box-shadow: 0px 2px 3px -1px #444;
            width: 40px;
            height: 35px;
            cursor: pointer;
        }

    footer.main .facebook
    {
        text-align: center;
        margin: 6px 0 0 0;
    }

        footer.main .facebook a
        {
            display: inline-block;
            height: 32px;
            color: #fff;
            font-style: italic;
            background: url('images/icons/icon_facebook_big.png') no-repeat;
            background-size: 31px 31px;
            padding-left: 41px;
            padding-top: 4px;
        }

    footer.main .tag,
    footer.main .tag a
    {
        color: #fff;
        /*font-weight:bold;*/
        font-style: italic;
        margin: 10px 0 0 0;
    }

footer.tall
{
    height: 205px;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #e94936, #f6914a);
    text-align: center;
    color: #fff;
    padding: 37px 0 0 0;
}


    footer.tall .column
    {
        width: 33%;
        float: left;
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
        line-height: 26px;
        letter-spacing: 0.05em;
    }

        footer.tall .column .antall
        {
            font-size: 45px;
            font-style: italic;
            font-weight: bold;
            /*font-family:'Lobster Two';*/
            font-family: 'ff-providence-web-pro';
            margin-bottom: 20px;
            margin-top: 20px;
        }


.rotator-and-video
{
    margin-top: 66px;
}

.cta
{
    margin-top: 100px;
    height: 174px;
}

    .cta a
    {
        display: block;
        float: left;
        width: 33%;
        text-align: center;
    }

        .cta a img
        {
            display: inline-block;
            width: 160px;
        }

        .cta a .tekst
        {
            /*font-family:'Lobster Two';*/
            /*font-family:'ff-providence-web-pro';*/
            font-style: italic;
            color: #f07d29;
            font-size: 24px;
            font-weight: bold;
            line-height: 25px;
            letter-spacing: 0.02em;
            /*text-shadow:0px 0px 3px #fff;*/
            margin: -20px 0;
            -moz-transform: rotate(-2deg);
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
        }

    .cta #btnKurs
    {
        height: 100%;
        position: relative;
        display: table;
    }

        .cta #btnKurs .tittel-og-dato
        {
            display: table-cell;
            ;
            vertical-align: middle;
        }

        .cta #btnKurs .tittel
        {
            margin-bottom: 15px;
            -moz-transform: rotate(-2deg);
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
        }

            .cta #btnKurs .tittel span
            {
                color: #242424;
                font-size: 14px;
                background: #fff;
                padding: 5px 25px 5px 25px;
                box-shadow: 0px 0px 5px #DDD;
                border-radius: 4px;
                line-height: 25px;
            }

        .cta #btnKurs .dato
        {
            -moz-transform: rotate(-2deg);
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
        }

            .cta #btnKurs .dato span
            {
                color: #242424;
                font-size: 14px;
            }

        .cta #btnKurs .tekst
        {
            margin-top: 0px;
            position: absolute;
            bottom: 10px;
            left: 50%;
            margin-left: -90px;
            margin-bottom: 0;
        }

.news
{
    margin-top: 110px;
    margin-bottom: 60px;
}

.frontpageRotator
{
    /*width:941px;
	height:581px;*/
    float: left;
    /*margin-right:43px;*/
    width: 61.5%;
    margin-right: 3%;
    max-height: 585px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
}

#frontpageImages
{
    /*height:100%;	*/
    height: auto;
}

    #frontpageImages > div /* rotatorbilder skjult før cycle har startet */
    {
        display: none;
    }

    #frontpageImages img
    {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

.frontpageVideo
{
    /*width:548px;*/
    width: 35.5%;
    /*height:581px;*/
    float: left;
    position: relative;
    display: none;
}

    .frontpageVideo .tekst
    {
        color: #282828;
        /*font-family:'Lobster Two';*/
        /*font-family:'ff-providence-web-pro';*/
        font-style: italic;
        font-size: 18px;
        /*line-height:45px;*/
        line-height: 30px;
        /*letter-spacing:0.02em;*/
        text-align: center;
        margin-top: 30px;
    }

    .frontpageVideo #pager
    {
        text-align: center;
        margin-top: 40px;
    }

        .frontpageVideo #pager a
        {
            width: 14px;
            height: 14px;
            /*float: left;		*/
            overflow: hidden;
            display: inline-block;
            background: url(images/icons/icon_pager.png) no-repeat center center;
            margin: 0 5px 0 5px;
        }

            .frontpageVideo #pager a.cycle-pager-active
            {
                background: url(images/icons/icon_pager_selected.png) no-repeat center center;
            }

    .frontpageVideo .embed
    {
        width: 100%;
        height: 308px;
        position: absolute;
        bottom: 6px;
        left: 0;
        -webkit-border-radius: 6px;
        -moz-radius: 6px;
        border-radius: 6px;
        overflow: hidden;
    }


div.nyheter
{
    margin-left: -22px;
    position: relative;
}

    div.nyheter .nyheter-wrapper
    {
        overflow: hidden;
    }

    div.nyheter .nyheter-inner
    {
        width: 10000px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        transition: all .5s;
        padding-top: 5px;
    }

.general-extra div.nyheter
{
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
}

    .general-extra div.nyheter .nyheter-inner
    {
        width: auto;
    }

div.nyheter .rotate-left
{
    display: none;
    position: absolute;
    left: -40px;
    /*top:50%;*/
    top: 107px;
    margin-top: -36px;
    width: 22px;
    height: 36px;
    background: url('images/icons/icon_rotator_left.png');
    background-size: 22px 36px;
}


div.nyheter .rotate-right
{
    display: block;
    position: absolute;
    right: -40px;
    /*top:50%;*/
    top: 107px;
    margin-top: -36px;
    width: 22px;
    height: 36px;
    background: url('images/icons/icon_rotator_right.png');
    background-size: 22px 36px;
}

.general-extra div.nyheter .rotate-left,
.general-extra div.nyheter .rotate-right
{
    display: none;
}

div.nyhet
{
    /*width:349px;*/
    width: 278px;
    margin: 0 17px 22px 19px;
    /*float:left;*/
    display: inline-block;
    background: #fff;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 6px 0px #bbb;
    box-shadow: 0px 0px 6px 0px #bbb;
}

.btn-tilbake
{
    margin-top: 4px;
    display: inline-block;
}

.btn-nyhet-tilbake
{
    margin-top: 28px;
    display: inline-block;
}

.general-extra div.nyhet
{
    display: block;
    width: auto;
    margin-left: 0px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .general-extra div.nyhet .dato
    {
        font-size: 12px;
    }

div.nyhet a.bilde
{
    display: block;
    width: 100%;
    height: 166px;
    overflow: hidden;
}

    div.nyhet a.bilde img
    {
        width: 100%;
        min-height: 166px;
    }

div.nyhet div.tittel
{
    margin: 0 0 15px 0;
    padding: 27px 27px 0 27px;
}

div.nyhet div.ingress
{
    margin: 0 0 15px 0;
    padding: 0px 27px 0 27px;
}

div.nyhet div.les-hele
{
    text-align: center;
    margin: 0 0 20px 0;
}

div.nyhet a.les-hele
{
    display: inline-block;
    height: 23px;
    background: url('images/plussikon.png') left center no-repeat;
    padding: 3px 0 0 30px;
    color: #f07d29;
    font-style: italic;
}

/* Rom */

header.general
{
    /*min-height:355px;*/
    min-height: 280px;
    /*font-family:'Open Sans';
	font-size:17px;*/
    color: #3e3e3e;
    font-weight: normal !important;
    /*line-height:30px;
	letter-spacing:0.05em;*/
}

    header.general strong /* nb, bare under utvikling... eh, yeah, right*/
    {
        font-weight: normal !important;
    }

    header.general .left,
    header.general .right
    {
        width: 50%;
        float: left;
    }

    header.general .right
    {
        height: 100%;
    }

        header.general .right img
        {
            /*width:100%;	*/
            /*max-height:357px;*/
            height: 357px;
            display: inline-block;
            /*-webkit-filter:blur(2px);*/
            margin-bottom: -5px; /* ligg over skyggen */
        }

        header.general .right .illustrasjonsbilde
        {
            /*border-radius:4px;*/
            overflow: hidden;
            text-align: right;
        }

        header.general .right .map
        {
            height: 100%;
        }

    header.general .rom-map
    {
        position: relative;
    }

        header.general .rom-map #map-control
        {
            position: absolute;
            bottom: -1px;
            left: 50%;
            margin-left: -73px;
            /*background: #33BCD0 url('images/pil-ned.png') no-repeat center right;*/
            background: #F07D29 url('images/pil-ned.png') no-repeat center right;
            color: #FFF;
            font-size: 16px;
            padding: 10px 45px 10px 10px;
            border-radius: 3px 3px 0 0;
            z-index: 900;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            z-index: 10;
            cursor: pointer;
        }

            header.general .rom-map #map-control.aktiv
            {
                background: #F07D29 url('images/pil-opp.png') no-repeat center right;
            }


    header.general .padding
    {
        padding: 80px 90px 80px 0;
    }

section.rom-utlisting
{
    box-shadow: 0px 0px 5px 0px #bbb;
}

section.rom-fylker
{
    width: 15%;
    margin-right: 1%;
    float: left;
    opacity: 0.98;
    /*box-shadow: 3px 0px 10px -3px #BBB; */
    /*box-shadow:3px 3px 10px -4px #BBB;*/
    padding: 20px 0 0 0;
}


    section.rom-fylker a#rom-filter-alle
    {
        /*font-family:'Lobster Two'; */
        /*font-family:'ff-providence-web-pro';*/
        font-weight: bold;
        font-style: italic;
        font-size: 18px;
        margin: 10px 0 20px 0;
        display: block;
    }

    section.rom-fylker .search
    {
        display: block;
        border-radius: 4px;
        background-color: rgb( 255, 255, 255 );
        box-shadow: 0px -1px 2px 0px rgba( 40, 40, 40, 0.3);
        border: none;
        /*width: 448px;*/
        height: 25px;
        /*font-family:'Open Sans';
			  font-size:1px;*/
        font-weight: normal;
        font-style: italic;
        color: #555555;
        padding: 0 10px 0 10px;
        margin: 10px 0;
        width: 90%;
    }

    section.rom-fylker ul
    {
        list-style: none;
        margin: 0;
    }

        section.rom-fylker ul li
        {
            margin-bottom: 0px;
            height: 33px;
        }

            section.rom-fylker ul li a
            {
                display: inline-block;
                font-family: 'Open Sans';
                /*font-size:15px;*/
                font-weight: bold;
                color: #2f2f2f;
            }

            section.rom-fylker ul li span
            {
                display: inline-block;
                background: white;
                overflow: visible;
                width: 23px;
                height: 33px;
                font-family: 'Open Sans';
                font-size: 12px;
                font-weight: bold;
                color: #2f2f2f;
                padding: 9px 0 0 0px;
                text-align: center;
                background: url('images/ellipse_white.png') 0 8px no-repeat;
                margin-left: 15px;
            }

section.rom-liste
{
    width: 84%;
    float: left;
    box-shadow: inset 2px 0px 5px -2px #BBB;
    padding: 40px;
    background: #fff;
}

section.nyhet section.rom-fylker
{
    width: 14%;
}

section.nyhet section.rom-liste
{
    width: 85%;
    padding-right: 84px;
}

section.rom-liste h2
{
    margin-top: 0;
    padding: 0;
    font-size: 18px;
}

section.rom-liste.fylke
{
    padding: 40px;
}

header.rom-liste
{
    box-shadow: inset 0px 0px 6px 0px #ddd;
    height: 84px;
    padding: 15px 0 15px 15px;
}

    header.rom-liste ul
    {
        list-style: none;
        float: left;
        margin-top: 12px;
        margin-left: 55px;
    }

    header.rom-liste li
    {
        float: left;
        margin-right: 70px;
    }

        header.rom-liste li a
        {
            /*font-family:'Lobster Two';*/
            font-family: 'ff-providence-web-pro';
            font-size: 20px;
            color: #2f2f2f;
            font-weight: bold;
            font-style: italic;
        }

            header.rom-liste li a.selected
            {
                color #E0701F;
            }


    header.rom-liste input.search
    {
        border-radius: 5px;
        background-color: rgb( 255, 255, 255 );
        box-shadow: 0px -1px 2px 0px rgba( 40, 40, 40, 0.3);
        border: none;
        /*width: 448px;*/
        width: 35%;
        height: 50px;
        font-family: 'Open Sans';
        font-size: 16px;
        font-weight: bold;
        color: #555555;
        padding: 0 0 0 10px;
        float: left;
    }

ul.rom-liste
{
    list-style: none;
    padding: 75px;
}

    ul.rom-liste li
    {
        width: 50%;
        float: left;
        margin-bottom: 60px;
    }

        ul.rom-liste li div.bilde
        {
            width: 137px;
            height: 137px;
            border-radius: 50%;
            display: inline-block;
            overflow: hidden;
        }

        ul.rom-liste li table
        {
            width: 100%;
        }

        ul.rom-liste li td.bilde
        {
            width: 137px;
        }

        ul.rom-liste li div.bilde img
        {
            max-width: 300px;
            min-height: 143px;
        }

        ul.rom-liste li a
        {
            display: inline-block;
            /*float:left;*/
            margin-left: 40px;
            margin-top: 0px;
        }

.ingen-resultater
{
    display: none;
    /*font-size:20px;*/
    font-style: italic;
    text-align: center;
    margin: 20px 0;
}

/* rom */

section.rom
{
    /*background-image:linear-gradient(to right, #e94936, #f6914a);*/
    background-image: linear-gradient(45deg, #e94936, #f6914a);
    padding: 66px 0 0 0;
}

section.rom-top
{
    height: 294px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

    section.rom-top div.image
    {
        float: left;
        width: 294px;
        /*height:294px;*/
        /*height:0;*/
        /*padding-bottom:100%;*/
        position: relative;
        overflow: hidden;
        border-top-left-radius: 5px;
    }

        section.rom-top div.image > div.outer
        {
            width: 100%;
            height: 0;
            padding-top: 100%;
        }

        section.rom-top div.image div.inner
        {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        section.rom-top div.image img.rombilde
        {
            min-width: 100%;
            min-height: 100%;
            max-width: 180%;
            /*height:100%;*/
            border: none !important;
            display: block;
        }

            section.rom-top div.image img.rombilde.placeholder
            {
                width: 100%;
            }

        section.rom-top div.image .show-gallery
        {
            width: 57px;
            height: 57px;
            background: #fff;
            -webkit-transform: rotate(-45deg);
            position: absolute;
            top: -28px;
            left: -28px;
            box-shadow: 0px 0px 5px 1px #AAA;
        }

            section.rom-top div.image .show-gallery img
            {
                position: absolute;
                -webkit-transform: rotate(45deg);
                top: 36px;
                left: 18px;
            }

    section.rom-top header.rom
    {
        float: left;
        /*width:1238px;*/
        width: 1070px;
        height: 100%;
        text-align: center;
        display: table;
    }

        section.rom-top header.rom .inner
        {
            display: table-cell;
            vertical-align: middle;
        }

        section.rom-top header.rom .romeier
        {
            font-size: 13px;
            color: #464646;
            text-transform: uppercase;
            /*font-weight:600;*/
        }

        section.rom-top header.rom .romstatus
        {
            /*font-size:25px;*/
            /*font-family:'Lobster Two';*/
            /*font-family:'ff-providence-web-pro';*/
            font-family: 'Open Sans';
            font-size: 18px;
            font-weight: bold;
            font-style: italic;
            margin: 16px 0 0 0;
        }

            section.rom-top header.rom .romstatus img
            {
                vertical-align: top;
            }

            section.rom-top header.rom .romstatus.drift
            {
                color: #7a8c70;
                margin-left: 3px;
            }

            section.rom-top header.rom .romstatus.pilotering
            {
                color: #4481ab;
                margin-left: 3px;
            }

                section.rom-top header.rom .romstatus.pilotering img
                {
                    /*margin-top:6px;*/
                    margin-top: 2px;
                }

            section.rom-top header.rom .romstatus.etablering
            {
                color: #37a842;
                margin-left: 3px;
            }

                section.rom-top header.rom .romstatus.etablering img
                {
                    margin-top: 6px;
                }


section.rom-content
{
}

    section.rom-content .rom-meny
    {
        width: 294px;
        /*width:auto;*/
        float: left;
    }

        section.rom-content .rom-meny .rom-meny-inner
        {
            border-bottom-left-radius: 5px;
            overflow: hidden;
        }


    section.rom-content .rom-innhold-wrapper
    {
        float: left;
        /*width:1238px;		*/
        width: 1070px;
    }

.rom-modul section.rom-content .rom-innhold-wrapper
{
    margin-top: -180px;
}

.rom-modul section.rom-top header.rom
{
    height: 47%;
}

section.rom-content .rom-innhold-wrapper-content
{
    background: #fff;
    /*margin-bottom:60px;*/
}

    section.rom-content .rom-innhold-wrapper-content.padding-bottom
    {
        margin-bottom: 60px;
    }

section.rom-content .rom-innhold-wrapper .rom-innhold
{
    width: 75%;
    float: left;
    padding: 50px;
    font-family: 'Open Sans';
    color: #555555;
}

    section.rom-content .rom-innhold-wrapper .rom-innhold h4
    {
        margin: 5px 0 5px 0;
    }

section.rom-content .rom-innhold-wrapper .rom-innhold-fullwidth
{
    width: 100%;
}

section.rom-content .rom-innhold-wrapper .rom-innhold img
{
    max-width: 100%;
}

section.rom-content .rom-innhold-wrapper .rom-innhold strong span[style*='14']
{
    font-size: 17px !important;
    color: #303030;
    font-family: 'Open Sans';
    font-weight: 600;
}

section.rom-content .rom-innhold-wrapper .rom-innhold .aktiviteter h2
{
    /*color:#000;*/
    font-size: 18px;
    font-style: italic;
    margin: 0 0 15px 0;
}

section.rom-content .rom-innhold-wrapper .rom-innhold .aktiviteter h3
{
    font-size: 16px;
    /*color:#000;*/
    margin: 0 0 15px 0;
}

section.rom-content .rom-innhold-wrapper .rom-extra
{
    width: 25%;
    float: left;
    line-height: 28px;
    color: #313131;
    padding: 50px 20px 50px 0;
}

    section.rom-content .rom-innhold-wrapper .rom-extra h3
    {
        font-size: 16px;
        font-style: italic;
        margin: 0;
        padding: 0;
    }

    section.rom-content .rom-innhold-wrapper .rom-extra h3
    {
        margin-top: 30px;
    }

        section.rom-content .rom-innhold-wrapper .rom-extra h3.first
        {
            margin-top: 0;
        }

section.rom-content .rom-innhold-wrapper ul.kontakt-oss
{
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

    section.rom-content .rom-innhold-wrapper ul.kontakt-oss li
    {
        border-bottom: 1px solid #ddd;
        padding: 10px 0 10px 0;
    }

        section.rom-content .rom-innhold-wrapper ul.kontakt-oss li > div.bilde-og-info
        {
            display: table;
            table-layout: fixed;
            width: 100%;
        }

        section.rom-content .rom-innhold-wrapper ul.kontakt-oss li:first-child
        {
            border-top: 1px solid #ddd;
        }

        section.rom-content .rom-innhold-wrapper ul.kontakt-oss li:last-child
        {
            border-bottom: none;
        }

    section.rom-content .rom-innhold-wrapper ul.kontakt-oss .bilde
    {
        /*float:left;*/
        padding-right: 20px;
        display: table-cell;
        width: 40%;
    }

    section.rom-content .rom-innhold-wrapper ul.kontakt-oss .info
    {
        margin-right: 20px;
        display: table-cell;
        width: 60%;
    }

    section.rom-content .rom-innhold-wrapper ul.kontakt-oss .info
    {
        vertical-align: middle;
    }

    section.rom-content .rom-innhold-wrapper ul.kontakt-oss img
    {
        max-width: 100%;
    }

h3.first
{
    margin-top: 0;
}

section.rom-content .rom-meny .rom-share
{
    margin: 35px 0;
}

a.share
{
    display: block;
    background: url('images/icons/icon_share.png') left center no-repeat;
    background-size: 27px 27px;
    padding: 3px 0 0 32px;
    color: #fff;
    height: 27px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

a.share-orange,
span.share-orange
{
    background: url('images/icons/icon_share_orange.png') left center no-repeat;
    background-size: 27px 27px;
    color: #f07d29;
}

.st_sharethis_custom
{
    background: url('images/icons/icon_share_orange.png') left center no-repeat;
    background-size: 27px 27px;
    color: #f07d29;
    display: block;
    height: 27px;
    padding-left: 30px;
    font-size: 13px;
    font-weight: bold;
    /*float:right;*/
    cursor: pointer;
}

.st_sharethis_left
{
    background: url('images/icons/icon_share.png') left center no-repeat;
    display: block;
    background-size: 27px 27px;
    padding: 3px 0 0 32px;
    color: #fff;
    height: 27px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

.st_sharethis_left_email
{
    background: url('images/icons/icon_love.png') left center no-repeat;
    display: block;
    background-size: 27px 27px;
    padding: 3px 0 0 32px;
    color: #fff;
    height: 27px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}


a.share-email
{
    background: url('images/icons/icon_love.png') left center no-repeat;
    background-size: 27px 27px;
}

a.share-facebook
{
    background: url('images/icons/icon_facebook.png') left center no-repeat;
    background-size: 27px 27px;
}

.rom-liste
{
}

    .rom-liste .modul
    {
    }

        .rom-liste .modul .bilde
        {
            width: 139px;
            height: 139px;
            float: left;
        }

        .rom-liste .modul .info
        {
            /*width:400px;
		float:left;*/
            /*margin-left:20px;*/
            padding: 28px 0 0 0;
        }

            .rom-liste .modul .info h2
            {
                margin: 0;
                padding: 0;
            }

                .rom-liste .modul .info h2 a
                {
                    color: #f07d29;
                    font-size: 16px;
                    font-weight: bold;
                    /*font-style:italic;*/
                }

            .rom-liste .modul .info .maalgruppe
            {
                color: #303030;
                font-size: 16px;
                font-weight: bold;
            }

            .rom-liste .modul .info .modul-nr
            {
                /*color:#303030;
			font-size:16px;
			font-weight:bold;*/
            }

ul.rom-meny
{
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.rom-meny > li
    {
        display: table;
        min-height: 80px;
        width: 100%;
        /*border-bottom:1px solid #fff;*/
    }

        ul.rom-meny > li > a
        {
            width: 100%;
            /*display:table-cell;*/
            display: block;
            vertical-align: middle;
            min-height: 80px;
            color: #2b2b2b;
            /*border-bottom:1px solid #fff;*/
            /*padding:0 0 0 30px;*/
            padding: 29px 10px 29px 30px;
            font-size: 15px;
            font-weight: bold;
        }

            ul.rom-meny > li > a.selected
            {
                background: url('images/bg_noise_light.png');
                color: #F07D29;
            }

            ul.rom-meny > li > a.selected-bg
            {
                background: url('images/bg_noise_light.png');
            }

        ul.rom-meny > li:after
        {
            display: block;
            height: 2px;
            content: " ";
            background: url('images/menu_divider.png') repeat-x;
            margin-bottom: -4px;
            /*border-bottom:1px solid #e6e6e6;*/
        }


ul.meny-modul-liste:before
{
    display: block;
    height: 2px;
    content: " ";
    background: url('images/menu_divider.png') repeat-x;
    margin-top: -10px;
}

ul.meny-modul-liste
{
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
    background: #fff;
    padding: 10px 0 1px 0px;
    font-size: 15px;
}

    ul.meny-modul-liste li
    {
        margin: 7px 0;
        border-bottom: 1px solid #eee;
    }

        ul.meny-modul-liste li:last-child
        {
            border: none;
        }

        ul.meny-modul-liste li a
        {
            color: #303030;
            display: block;
            padding: 2px 5px 7px 40px;
        }

            ul.meny-modul-liste li a:hover
            {
                color: #f07d29;
            }


ul.galleri
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 195px;
}

    ul.galleri li
    {
        float: left;
        padding: 0;
        /*width: 247px;
		height: 247px;*/
        width: 214px;
        height: 214px;
        overflow: hidden;
    }

        ul.galleri li a
        {
        }

            ul.galleri li a img
            {
                display: block;
                min-width: 247px;
                min-height: 247px;
            }

/* Modul */

.modul-meny
{
    /*padding-bottom:15px;*/
    padding-bottom: 10px;
}

    .modul-meny a
    {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        /*padding:10px 15px 10px 15px;*/
        padding: 8px 11px 8px 11px;
        background: #f0f0f0;
        color: #303030;
        font-weight: bold;
        /*font-size:15px;*/
        border-radius: 5px;
    }

.modul-last-ned strong,
.modul-last-ned a
{
    float: left;
    margin-bottom: 15px;
}

/* Standard */
section.general
{
    padding-top: 40px;
    color: #2d2d2d;
    /*line-height:24px;
    letter-spacing:0.03em;*/
    box-shadow: 0px 0px 5px 0px #BBB;
}

    section.general section.general-menu
    {
        width: 20%;
        float: left;
    }

        section.general section.general-menu #menuwrp
        {
            margin: 20px 0;
        }

    section.general section.general-mobile-menu
    {
        display: none;
        padding: 0 10px 0 10px;
    }

    section.general section.general-content
    {
        width: 60%;
        float: left;
        padding: 0 40px 40px 40px;
        /*padding:0 40px 40px 0px;*/
    }

    section.general section.general-extra
    {
        width: 20%;
        float: left;
    }

    section.general .general-content-footer
    {
        margin: 40px 0 20px 0;
    }

        section.general .general-content-footer .updated
        {
            float: left;
            font-size: 11px;
        }

        section.general .general-content-footer .share
        {
            float: right;
        }

/* Nyheter */
.blurred
{
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    -o-filter: blur(12px);
    -ms-filter: blur(12px);
}

ul.masonry-listing-articles
{
    list-style: none;
    margin: 0;
    padding: 0;
}

li.articles-item
{
    /*width:360px;
		height:330px;*/
    width: 284px;
    height: 264px;
    float: left;
    border: 0px solid red;
    padding: 0;
}

    li.articles-item:first-child
    {
        /*width:720px;
		height:660px;*/
        width: 568px;
        height: 528px;
    }

    li.articles-item .articles-item-inner
    {
        position: relative;
        width: 100%;
        height: 100%;
    }

    li.articles-item a
    {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

    li.articles-item.article a section.image
    {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    li.articles-item.article a section.cover
    {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        /*background:#f07d29;*/ /* orange */
        background: #eee;
        opacity: 0.9;
    }

    li.articles-item.article a:hover section.cover
    {
        opacity: 0;
    }

    li.articles-item.article a section.first-item-blurred-panel
    {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 150px;
        background: #eee;
        opacity: 0.9;
    }

    li.articles-item.article a section.image img
    {
        min-width: 100%;
        min-height: 100%;
    }

    li.articles-item a section.content
    {
        position: absolute;
        left: 20px;
        bottom: 20px;
        right: 20px;
    }

        li.articles-item a section.content .dato
        {
            margin-bottom: 20px;
        }

            li.articles-item a section.content .dato span
            {
                background: #49433c;
                color: #fff;
                padding: 10px 20px;
            }

        li.articles-item a section.content .tittel
        {
            /*padding:5px;*/
        }

            li.articles-item a section.content .tittel span
            {
                background: #fff;
                color: #383838;
                padding: 10px 20px;
                line-height: 30px;
                display: block; /* midlertidig, inntil jeg finner javascriptet som kan brukes for å få det som i designet */
            }

    li.articles-item.article a:hover section.image
    {
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        -ms-filter: none;
    }

    li.articles-item.article a:hover section.content .tittel span
    {
        background: #E0701F;
        color: #fff;
    }

    li.articles-item.arkiv
    {
        /*box-shadow:0px 0px 3px 3px #000;*/
        box-shadow: inset -2px 2px 10px -4px #bbb; /* top and right*/
    }

        li.articles-item.arkiv a
        {
            text-align: center;
            display: relative;
        }

            li.articles-item.arkiv a .wrapper
            {
                left: 0;
                right: 0;
                bottom: 75px;
                position: absolute;
                text-align: center;
            }

            li.articles-item.arkiv a section.image
            {
                /*margin-top:106px;*/
                position: relative;
                display: inline-block;
                margin-bottom: 10px;
            }

            li.articles-item.arkiv a section.text
            {
                -moz-text-shadow: 0px 0px 3px #FFF;
                font-size: 17px;
                font-weight: bold;
                display: inline-block;
            }

div.last-flere-nyheter
{
    display: block;
    margin: 50px 0 50px 0;
    text-align: center;
}

    div.last-flere-nyheter a
    {
        display: inline-block;
        background: url('images/plussikon_big.png') left center no-repeat;
        background-size: 23px 23px;
        padding-left: 35px;
    }

/* search results */
.searchresults section.general section.general-menu,
.searchresults section.general section.general-extra
{
    display: none;
}

.searchresults section.general section.general-content
{
    width: auto;
    float: none;
}

    .searchresults section.general section.general-content h2
    {
        font-size: 16px;
    }

table.newtonadmin
{
    line-height: normal;
}
/* Modulutlisting */
.rom-modul
{
}

    .rom-modul h2.kindergarden_heading
    {
        color: #000000;
        font-size: 18px;
    }

    .rom-modul .kindergarden_item
    {
        margin-bottom: 10px;
    }

        .rom-modul .kindergarden_item a
        {
            color: #f07d29;
            font-size: 16px;
            font-weight: bold;
        }

    .rom-modul .module_link span,
    span.pilot
    {
        color: #a94442;
        font-size: 14px;
        padding-left: 35px;
        position: relative;
    }

        .rom-modul .module_link span:before,
        span.pilot:before
        {
            content: " ";
            display: block;
            width: 15px;
            height: 15px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #ffffff;
            position: absolute;
            left: 10px;
            top: 0;
            background-color: #f2dede;
            -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
            box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
        }

        .rom-modul .module_link span.approved,
        span.approved.pilot
        {
            color: #31708f;
        }

            .rom-modul .module_link span.approved:before,
            .rom-modul .module_link span.pilot.approved:before
            {
                background-color: #d9edf7;
            }
