#content-link a {
    position: absolute;
    top: -240px;
}

#content-link a:focus {
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 100000;
    white-space: nowrap;
    font-size: 1.5em;
    border: 1px solid;
    padding: 8px;
    background: none repeat scroll 0% 0% #FFF;
    text-decoration: underline;
}

#placeholder-content .full-articledisplay .header {
    display: block;
    float: left;
    width: 100%;
}

#placeholder-content .article h1 {
    padding-bottom: 10px;
    display: block;
}

#placeholder-content .full-calendardisplay h2.digest,
#placeholder-content .full-articledisplay .digest p {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 40px;
    color: #040404;
    display: block;
    float: left;
    width: 100%;
    padding-top: 4px;
}

#placeholder-content .full-articledisplay .header-image {
    width: 100%;
    /*height:298px;*/
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    z-index: -40;
    float: left;
    display: block;
}

#placeholder-content .full-articledisplay .header-image img {
    width: 100%;
    height: auto;
    /*margin:-15% 0 0 0;*/
    display: inline;
}

#placeholder-content .full-articledisplay h1,
#placeholder-content .full-articledisplay h2,
#placeholder-content .full-articledisplay h3 {
    width: 100%;
    /*float: left;*/
    margin-top: -20px;
}

#placeholder-content .article-content {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

#placeholder-content .article-content p img + * + * {
    display: inline-block;
}

#placeholder-content .article-content h1,
#placeholder-content .article-content h2,
#placeholder-content .article-content h3 {
    margin: 10px 0 10px 0;
    font-weight: 300;
}

#placeholder-content .full-activitylist,
#placeholder-content .full-articledisplay {
    margin-top: 46px;
}

#placeholder-content .full-activitylist h3 {
    font-size: .8em;
}
#placeholder-content .full-activitylist ul.articles li.article {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

#placeholder-content .full-activitylist ul.articles li h3 a {
    white-space: normal;
    font-size: 2.35em;
    font-weight: 300;
    color: #050505;
}

#placeholder-content .full-activitylist ul.articles li p.calendar-date {
    margin-top: 10px;
    margin-bottom: 10px;
}

#placeholder-content .full-activitylist ul.articles li p.calendar-date .location {
    padding-left: 20px;
}

#placeholder-content .full-activitylist ul.articles li ul.links li {
    margin-top: 5px;
}

#placeholder-content .full-calendardisplay .tile-content .calendar-tile-date {
    display: block;
    margin-bottom: 35px;
}

#placeholder-content .full-articledisplay h1 {
    white-space: normal;
    font-size: 2.35em;
    color: #050505;
}

#placeholder-content .article-content h2 {
    font-size: 2.1em;
}

#placeholder-content .article-content h3 {
    font-size: 1.8em;
}

#placeholder-content .article-content p {
    line-height: 28px;
    font-size: 1em;
    color: #040404;
}

#placeholder-content .article-content strong {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

#placeholder-content .article-content table {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #3c3c3c;
    font-size: 1.2em;
}

#placeholder-content .article-content table thead {
    background-color: #555555;
    text-transform: uppercase;
    padding: 20px;
}

#placeholder-content .article-content table thead tr {
    background-color: #555555;
    color: #fdfbfb;
}

#placeholder-content .article-content table thead th {
    padding: 10px;
}

#placeholder-content .article-content table tbody tr:nth-child(odd) {
    background-color: #ebebeb; /* annenhver e1e1e1 ebebeb  */
    border: 2px solid #fff;
}

#placeholder-content .article-content table tbody tr:nth-child(even) {
    background-color: #e1e1e1; /* annenhver e1e1e1 ebebeb  */
    border: 2px solid #fff;
}

#placeholder-content .article-content table.ctwebform-table tbody tr {
    background-color: transparent;
    border: 0;
}

#placeholder-content .article-content table.ctwebform-table input[type="submit"] {
    float: right;
}

#placeholder-content .article-content table td {
    padding: 5px;
    vertical-align: top;
}

#placeholder-content .article-content table caption {
    background-color: #555555;
    text-transform: uppercase;
    color: #eee;
    padding: 5px;
}

/* Table article-cotnent blank template */
#placeholder-content .article-content table.blank {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
}

#placeholder-content .article-content table.blank thead tr {
    background-color: #fff;
    color: #000;
    max-width: 80%;
    overflow: hidden;
}

#placeholder-content .article-content table.blank tbody tr:nth-child(odd) {
    background-color: #fff; /* annenhver e1e1e1 ebebeb  */
}

#placeholder-content .article-content table.blank tbody tr:nth-child(even) {
    background-color: #fff; /* annenhver e1e1e1 ebebeb  */
}

#placeholder-content .article-content table.blank td {
}

#placeholder-content .article-content table.blank caption {
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
}

/* End blank */

#placeholder-content .article-content img {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#placeholder-content .article-content ul {
    list-style: disc;
    list-style-position: inside;
}

#placeholder-content .article-content li {
    font-size: 1.13em;
    padding-bottom: 7.5px;
    padding-top: 7.5px;

}

#placeholder-content .article-content ol {
    list-style: decimal;
    list-style-position: inside;
    display: table;
}

ol {
    margin: 0px;
    padding-left: 15px;
}

ol li {
    margin: 0px;
    padding: 0px;
    text-indent: -1em;
    margin-left: 1em;
}

/* End Artikkel */

/** x.x ~ Small Searchinput
 ****************************/
.small-searchinput {
    margin-top: 25px;
    float: right;
    clear: right;
    color: #ddd;
}

.small-searchinput label {
    display: none;
}

.searchinput input[type=text],
.small-searchinput input[type=text] {
    float: left;
    border: 0;
    margin: 0;
    width: 207px;
    padding: 7px 10px 8px 10px;
    height: 17px;
    font-size: 0.85em;
    color: #000;
    background-color: #CCCCCC;
}

.small-searchinput input[type=text]::-webkit-input-placeholder { color: #444343; } /* WebKit browsers */
.small-searchinput input[type=text]:-moz-placeholder { color: #444343; } /* Mozilla Firefox 4 to 18 */
.small-searchinput input[type=text]::-moz-placeholder { color: #444343; } /* Mozilla Firefox 19+ */
.small-searchinput input[type=text]:-ms-input-placeholder { color: #444343; } /* Internet Explorer 10+ */


.small-searchinput input[type=text] {
    width: 187px;
}

input[type=submit],
button.tipafriend,
button.tipafriend-closebutton,
.searchinput button,
.small-searchinput button {
    background-color: #03898C;
    color: #fff;
    width: 78px;
    height: 32px;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
}

button.tipafriend {
    width: 150px;
    margin-top: 10px;
}

.searchinput input[type=text],
.searchinput button {
    margin-top: 10px;
    float: left;
}

.searchinput.tile-common {
    margin: 10px 20px;
}

/* Search-result */

.search-result ul {

}

.search-result ul.articles > li {
    display: block;
    float: left;
    padding-bottom: 8px;
    padding-top: 14px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    width: 100%;
}

.search-result .list-thumbnail-default {
    display: none;
}

.search-result h3 {
    display: block;
    font-size: 1.2em;
    float: left;
    margin-left: 20px;
    width: 100%;
}

.search-result a {
    color: #000;
}

.search-result .byline {
    font-size: 0.80em;
    color: #ccc;
    width: 70%;
    float: left;
    display: inline;
    margin-left: 20px;
}

.search-result .digest {
    float: left;
    display: inline;
    overflow: hidden;
    margin-left: 20px;
    line-height: 20px;
    padding-top: 4px;
}

.search-result .digest p {
    font-size: 0.95em;
    margin-bottom: 10px;
}

.search-result ul > li li.internal {
    float: right;
    text-align: right;
}

.searchresult-message {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* UserList */
.userlist {
    float: left;
    width: 100%;
}

#placeholder-content .userlist h1 {
    margin-top: 10px;
    margin-bottom: 24px;
    display: block;
}

.userlist form {
    margin-bottom: 65px;
}

.userlist ul {
    margin-top: 60px;
}

.userlist ul > li.user {
    display: block;
    float: left;
    width: 90%;
    border-bottom: 1px solid #eee;
}

.userlist table {
    border-spacing: 0;
}

.userlist div.photo, .userdisplay div.photo {
    float: left;
    display: block;
    width: 100px;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    min-width: 140px; /* Avatar bildevariant */
    min-height: 100px;
}

.userlist div.photo img, .userdisplay div.photo img {
    max-width: 130px;
    height: auto;
    max-height: 130px;
}

.userlist ul li {
    padding-bottom: 15px;
    padding-top: 15px;
}

.userlist ul > li.user h3 {
    font-size: 1.25em;
}

.userlist ul > li.user span.title {
    font-size: 1em;
}

.userlist ul > li.user span.tel {
    font-size: 1em;

}

.userlist ul > li.user a.email {

    font-size: 1em;
}

.userlist .property, .userdisplay .property {
    display: block;
}

.userdisplay h3.fn.property {
    font-weight: bold;
}

.userlist .phone-buttons {
    margin-top:10px;
}

.userlist ul > li.vcard.user a.details.button {
    margin-top:10px;
    display: none;    
}

.userlist input[type="text"] {
    float: left;
    margin: 0px;
    width: 207px;
    height: 31px;
    font-size: 25px;
    color: #000;
    padding-left: 5px;
    border: 1px solid #ccc;
}

.userlist select {
    display: block;
    font-size: 1.0em;
    font-weight: 300;
    height: 35px;
    float: left;
    margin-left: 6px;
    padding: 5px 4px 2px 4px;
    font-family: "Open Sans", "sans-serif"
    /*background-image:url("/images/dropdown-button.png");
    background-position: right;
    background-repeat:no-repeat;
    -webkit-user-select: none;
    -webkit-appearance: none;*/
}

.userlist button {
    display: block;
    font-size: 1.1em;
    height: 35px;
    float: left;
    padding-top: 4px;
    background-image: url("/images/userlist/search-button.png");
    background-size: 100% 100%;
    border: 1px solid #ccc;
    padding: 0;
    width: 37px;
}

.userlist button > span {
    display: none;
}

.userlist .searchfield {
    display: block;
    float: left;
    line-height: 17px;
}

.userlist label {
    display: none;
}

.userlist .message {
    display: block;
    padding-top: 20px;
    clear: both;
}

.userdisplay {
    font-size: 1.2em;
    margin-top: 40px;
}
.userdisplay .homearticle {
    clear: both;
}
.userdisplay .homearticle p.digest {
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px;
    margin-bottom: 12px;
}
.userdisplay .homearticle .content {
    margin-bottom: 45px;
}

/* Billboard --------------------------------------------------------------> */
.billboard.tile-common {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.billboard .tile-content {
    overflow: hidden;
}

.billboard li.article {
    display: none;
}

.billboard li.current {
    display: block;
    z-index: 1;
    left: 0px;
}

.billboard li.inactive {
    display: block;
    z-index: 1;
    left: -1200px;
}

.billboard .tile-content {
    height: 396px;
}

.billboard ul.articles {
    list-style: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.billboard li.article {
    position: absolute;
    width: 100%;
    height: 450px;
    overflow: visible;
    /*background-size: 100% auto;*/
}

.billboard li.article a {
    display: block;
    text-decoration: none;
}

.billboard li.article .content {
    overflow: visible;
    width: 100%;
}

.billboard .veil {
    display: block;
    position: absolute;
    width: 100%;
    height: 112px;
    top: 284px;
    right: 0;
    color: #000;
    overflow: hidden;
    /* Backbrowser supported solid color */
    background: rgb(112, 112, 112);
    /* With Alpha for cool browsers */
    background: none repeat scroll 0% 0% rgba(112, 112, 112, 0.8);
}

.billboard .veil div.content {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;

}

.billboard h1.header {
    margin-top: 12px;
    display: block;
    padding-left: 55px;
    color: #fbfafa;
    font-size: 2.25em;
    font-weight: 300;
}

.billboard .digest {
    padding-left: 55px;
    max-height: 45px;
    overflow: hidden;
    margin-top:6px;
}

.billboard .digest p {
    color: #fbfafa;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.38em;
    padding-right: 40px;
}

.billboard h1.header-overlay {
    display: none;
}

.billboard li img {
    width: 100%;
    height: auto;
    min-height: 300px;
    float: left;
}

.billboard h1.header-overlay a {
    color: #eee;
}

.billboard ul.slidesjs-pagination {
    position: absolute;
    display: inline;
    bottom: 27%;
    z-index: 100;
    height: 35px;
    line-height: 35px;
    font-size: 100%;
    float: right;
    right: 25px;

}

.billboard ul.slidesjs-pagination a {
    float: right;
    height: 15px;
    width: 15px;
    background-color: #ccc;
    border: 2px solid #fff;
    color: #ccc;
    margin: 2px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.billboard ul.slidesjs-pagination a > span, a.slidesjs-previous, a.slidesjs-next {
    display: none;
}

.billboard .slidesjs-pagination-item {
    float: left;
    margin-left: 7px;

}

.billboard ul.slidesjs-pagination a:hover,
.billboard ul.slidesjs-pagination a.active {
    background-color: #35A1A3;
}

/* End Billboard */

/** Slideshow for full article display
************************/
.slideshow {
    margin-top: 10px;
    width: 100%;
    position: relative;
    float: left;
}

.slideshow a.previous, .slideshow a.next {
    position: absolute;
    top: 175px;
    z-index: 10;
    display: none;
}

.slideshow a.previousSlide {
    height: 78px;
    width: 50px;
    background: url("/images/billboard/arrow.png") no-repeat scroll 20px 16px transparent;
    z-index: 99999;
    display: block;
    left: -13px;
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

}

.slideshow a.nextSlide {
    height: 78px;
    width: 50px;
    background: url("/images/billboard/arrow.png") no-repeat scroll 5px 27px transparent;
    z-index: 2;
    right: -22px;
    position: absolute;
}

.slideshow a.next {
    right: 0px;
}

.slideshow .large-text-wrapper {
    position: absolute;
    width: 97%;
    padding: 0 10px 10px;
    bottom: 0;
    background-color: #EBEBEB;
    /* Theres a bug in firefox. Not showed correctly: https://bugzilla.mozilla.org/show_bug.cgi?id=35168 */
}

.slideshow p.large-text {
    background-color: #EBEBEB;
    margin: 0px;
    font-size: 1.3em;
    opacity: 0.8;
    line-height: 1.1em;
    text-align: center;
    padding-top: 5px;
}

.slideshow .large-image {
    position: relative;
    width: 100%;
    /*min-height:594px; */
    overflow: hidden;
    /*vertical-align: middle;*/
    display: table-cell;
    vertical-align: middle;
    background-color: #ebebeb;
    padding-top: 10px;
}

.slideshow img.large {
    max-width: 650px;
    max-height: 495px;
}

.slideshow .large-image a {
    /*height: 594px; */
    width: 792px;
    display: table-cell;
    text-align: center;
}

.slideshow .thumbnails {
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

.slideshow .thumbnails ul {
    /* Something really big. to allow scrolling with js */
    width: 99999px;
    margin-left: 0px;
    height: 100px;
}

.slideshow .thumbnails li {
    /* Margin must equal .current's border */
    width: 100px;
    height: 70px;
    float: left;
    overflow: hidden;
    display: table-cell;
    text-align: center;
    padding: 10px 10px 19px;
}

.slideshow .thumbnails li img {
    /* width:100%; */
    height: 100%;
}

.slideshow .thumbnails li.current {

    background: none repeat scroll 0% 0% rgb(238, 238, 238);
    box-shadow: 0px 0px 5px rgb(153, 153, 153) inset;

}

.slideshow .thumbnails li.current span.triangle {
    display: none;
    position: absolute;
    margin-left: 38px;
    z-index: 9999;
    width: 1px;
    border-style: solid;
    border-width: 0px 8px 7px;
    border-color: transparent transparent rgb(235, 235, 235);
    margin-top: -12px;
}

.slideshow .thumbnails li img {
    max-width: 97px;
    max-height: 74px;
    margin-top: 3px;
}

.slideshow .thumbnails li.current img {

}

/* End Slideshow */

/* Site locatator */

.sitelocator {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 0;
    /*margin-bottom: 20px;*/
    font-size: 80%;
}

.sitelocator div.title {
    float: left;
    padding: 0;
    display: none;
}

.sitelocator span {
    float: left;
    display: inline;
    font-size: 14px;
    color: #807c7c;
}

.sitelocator a:after {
    content: " / ";
    font-style: normal;
    color: #040404;
}

.sitelocator a {
    color: #003399;
    font-size: 14px;
}

.sitelocator li {
    display: inline;
    float: left;
    padding-right: 5px;
}

.sitelocator ul {
    display: inline;
}

.clear {
    clear: both;
}

/* Mobile Menu */
.mobile-category-menu {
    display: none;
}

.linktoolbar {
    display: none;
    padding-top: 36px;
    padding-bottom: 30px;
    clear: both;
}

.linktoolbar li {
    float: left;
    display: inline;
    padding-right: 10px;
}

.linktoolbar li h3 {
    float: left;
    display: inline;
    font-size: .9em;
    margin-top:14px;
    text-transform: uppercase;
}

.linktoolbar-item:hover {
    opacity: 0.85;
}

#show_socialmedias + .linktoolbar {
    display: block;
}

.linktoolbar #tipafriend {
    display: none;
}

div#tipafriend.show {
    display: block;
    position: relative;
    width: 90%;
    max-width: 500px;
    min-height: 200px;
    box-shadow: 1px 1px 5px #313131;
    top: 45px;
    left: 55px;
    padding: 20px;
    padding-left: 50px;
}

div#tipafriend #tipform label.tipafriend {
    display: block;
    width: 30%;
    margin-top: 20px;
}

div#tipafriend #tipform input.tipafriend {
    display: inline-block;
    width: 70%;
    padding: 3px;
    font-size: 1em;
    border: 1px solid #707070;
    background-color: #ffffff;
}

div#tipafriend #tipform > div {
    display: block;
    float: left;
}

div#tipafriend #tipform button.loading {
    background-color: #8b8989;
}

div#tipafriend #result,
div#tipafriend .error-msg {
    color: #ff2f41;    
}

div#tipafriend #result {
    font-weight: 700;
    margin-bottom: 5px;
}

div#tipafriend #tipform .error-msg {
    margin-top: 1px;
    display: block;
}

div#tipafriend #tipform input.tipafriend.error {
    background-color: rgba(249, 180, 48, 0.38);
    border: 1px solid #cc0000;
}

div#tipafriend #success-result {
    display: none;
}

div#tipafriend #success-result > div {
    margin: 4px 0;
    display: block;
    clear: both;
}

div#tipafriend #success-result div.message h2 {
    font-size: 1.4em;
}

div#tipafriend #success-result div.detailed {
    font-size: 0.9em;
    color: #323231;
}

/* Newslist */
.frontpage .newslist {
    display: block;
    float: left;
    width: 281px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 1px 1px 6px #e1e1e1;
    background-color: #FFF;
}

.newslist h2 {
    margin-top: 6px;
    font-size: 1.55em;
    margin-bottom: 10px;
    font-weight: 300;
    color: #636262;
}

.newslist li {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.newslist li.last {
    margin-bottom: 9px;
}

.newslist li h3 a {
    color: #040404;
    font-weight: 600;
    font-size: 1em;
}

.newslist li .byline {
    font-size: 0.75em;
}

.newslist li .divider {
    border-bottom: 1px solid #ACACAC;
    margin-top: 8px;
}

.newslist li ul.links,
.newslist li .digest {
    display: none;
}

.newslist img {
    display: none;
}

.newslist .digest a {
    width: 100%;
    color: #040404;
}

.newslist .bottom-links a {
    font-size: 1em;
    font-weight: 600;
}

/* Small-campaign */

.small-campaign li {
    display: block;
    float: left;
    width: 320px;
    box-shadow: 1px 1px 6px #e1e1e1;
    cursor: pointer;
    overflow:hidden;
}

.small-campaign a {
    color: #3c3b3b;
}

.small-campaign h3 {
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: 300;
}

.small-campaign .digest {
    padding-top: 5px;
}

.small-campaign .digest,
.small-campaign h3 {
    padding-right: 20px;
    padding-left: 20px;
}

.small-campaign .list-thumbnail-default {
    height: 45%;
    max-height:45%;
    overflow: hidden;
}

.small-campaign .list-thumbnail-default img {
    width: 100%;
}

.small-campaign ul.links {
    display: none;
}

.newslist,
.small-campaign li {
    height: 360px;
}

.frontpage #placeholder-content .placeholder-start + .tile-common {
    margin-right:19px;
    float:left;
}

.small-campaign li.first {
    margin-right: 20px;
}


.bottom-menu {
    float: left;
    display: block;
    margin-top: 5px;
}

.bottom-menu h3 {
    display: none;
}

.bottom-menu li {
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-left: 20px;
    padding-bottom: 10px;

}

.bottom-menu li.first {
    margin-left: 0px;
}

.bottom-menu li a {
    color: #fcfbfb;
}

.newsletter-form {
    float: right;
    width: 240px;
    display: block;
    clear: right;
}

.newsletter-form h3 {
    display: block;
    padding-top: 5px;
    text-align: left;
}

.newsletter-form label,
.newsletter-form .row {
    display: none;
}

.newsletter-form .textinput {
    display: inline;
    float: left;
    height: 30px;
    border: 0;
    background: #cccccc;
    margin-right: 0;
    width: 155px;
}

.newsletter-form .submit {
    float: right;
    display: inline;
    height: 32px;
}

/* Kategori Artikkelliste/Kategoriliste */

.full-articlelist.related-articles,
.prodlist {
    float: left;
    display: block;
    width: 100%;
}

.prodlist > div.tile-content > h3,
.prodlist > h3 {
    display: none;
}

.full-articlelist.related-articles ul.articles > li,
.prodlist ul.articles > li {
    display: block;
    float: left;
    padding-bottom: 50px;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.full-articlelist.related-articles .list-thumbnail-default,
.prodlist .list-thumbnail-default {
    display: inline;
    float: left;
    width: 220px;
    overflow: hidden;
    min-height: 150px;
    padding-right: 20px;
}

.full-articlelist.related-articles img,
.prodlist img {
    display: block;
    float: left;
    width: 100%;
    object-fit: cover;
}

.full-articlelist.related-articles h3,
.prodlist h3 {
    font-size: 1.6em;
    font-weight: 300;
}

.full-articlelist.related-articles a,
.prodlist a {
  color: #040404;
  font-size: 1.15em;
}

.full-articlelist.related-articles .byline,
.prodlist .byline {
    font-size: 0.85em;
    color: #b3b0b0;
    width: 70%;
    display: inline;
}

.full-articlelist.related-articles .digest,
.prodlist .digest {''
    max-height: 80px;
    line-height: 20px;
    padding-top: 13px;
}

.full-articlelist.related-articles .digest p,
.prodlist .digest p {
    margin-bottom: 10px;
}

.full-articlelist.related-articles ul.articles .links .internal,
.prodlist ul.articles .links .internal {
    display: none;
}

.full-articlelist.related-articles ul.articles .links .external,
.prodlist ul.articles .links .external {
    display: none;
}

/* End Kategori Artikkelllsite */

/* related-info = Høyre meny dokumenter/lenker */
.related-info .title {
    background-color: #555555;
    color: #fcfbfb;
    padding: 13px;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 24px;
    font-weight: 300;
}

.related-info ul {
    margin-bottom: 10px;
}

.related-info li {
    overflow: hidden;
}

.related-info li a {
    display: block;
    font-size: 15px;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 24px;
}

.related-info {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.contactus-bottom {
    display: block;
    float: left;
    width: 500px;
    margin-left: 125px;
    margin-top: 45px;
    font-size: 1.15em;
}

.contactus-bottom strong {
    font-weight: 600;
}

.socialmedia {
    float: right;
    display: block;
}

.socialmedia li {
    width: 60px;
    height: 60px;
    display: inline;
    float: left;
}


.faq ul {
    float: left;
    width: 100%;
}

.faq li > a {
    font-size: 1.2em;
    color: #000;
    float: left;
    width: 100%;
}

.faq li > a > h2:after {
    content: "+";
    float:right;
}

.faq li.active > a > h2:after {
    content: "-";
    float:right;
    margin-right:3px;
}

.faq li.active div.display-block {
    margin-bottom: 10px;
    float: left;
    background: #eee;
}

.faq ul > li {
    border-bottom: 0px solid #e05206;
    float: left;
    width: 100%;
    -webkit-transition : width 1.2 s, height 1.2 s, -webkit-transform 1.2 s; /* For Safari 3.1 to 6.0 */
    transition: width 1.2s, height 1.2s, transform 1.2s;
    background: #eee;
    margin-bottom: 10px;

}

.faq ul > li.active {
    border-bottom: 0;
}

.faq li div.faq-article {
    display: none;
    float: left;
    width: 100%;
    font-size: 0.8em;

}

.faq li div.faq-article > div.full-articledisplay {
    font-size: 1em;
    padding: 30px;
    padding-top: 10px;
}

.faq li h2 {
    color: #fff;
    padding: 6px 20px 6px 30px;
    background: #555;

}

.faq li.active h2 {
    background-repeat: no-repeat;
    background: #E05206;

}

#placeholder-content .faq .full-articledisplay h1 {
    display: none;
}

#login-form-container {
    float: left;
    width: 100%;
    max-width: 445px;
}

.login-form h3,
.tile-common.login-form h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.tile-common.login-form label {
    width: 20%;
    min-width: 150px;
    float: left;
}

.tile-common.login-form input[type=text],
.tile-common.login-form input[type=password],
.tile-common.login-form input.textinput {
    width: 40%;
    min-width: 295px;
    float: left;
    height: 28px;
    border: 0;
    padding: 0;
    background: none repeat scroll 0% 0% #CCC;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#placeholder-right .tile-common.login-form input[type=text],
#placeholder-right .tile-common.login-form input[type=password],
#placeholder-right .tile-common.login-form input.textinput,
#placeholder-left.tile-common.login-form input[type=text],
#placeholder-left .tile-common.login-form input[type=password],
#placeholder-left .tile-common.login-form input.textinput {
    width: 30%;
    min-width: 150px;
    height: 25px;
    font-size: 1em;
}

.login-form div.label-input-group .textinput.error {
    background-color: #E9D948;
}

#login-form-container input.submit {
    float: right;
}

#login-form-lostpassword-container .login-form-link {
    display: block;
    clear: both;
}

#login-form-lostpassword-container #lostpassword_form .submit {
    width: 102px;
    margin-left: 10px;
    height: 28px;
}

.login-form #login-form-logout input[type=submit] {
    margin-top: 5px;
}

.login-form .login-form-changepassword .login-form-link,
.login-form #login-form-logout .login-form-link {
    margin-top: 10px;
}

.login-form .login-form-changepassword .login-form-link a,
.login-form #login-form-logout .login-form-link a {
    font-size: 0.9em;
}

.login-form .login-form-changepassword div.label-input-group,
.login-form .login-form-changepassword form .submit {
    padding: 5px;
    display: block;
    clear: both;
    width: 100%;
}

.login-form .login-form-changepassword div.label-input-group input[type=text],
.login-form .login-form-changepassword div.label-input-group input[type=password],
.login-form .login-form-changepassword div.label-input-group label {
    width: 200px;
}

.login-form .login-form-changepassword div.label-input-group label {
    float: left;
}

.login-form .login-form-changepassword div.label-input-group input[type=text],
.login-form .login-form-changepassword div.label-input-group input[type=password] {
    padding: 4px;
}

.login-form .login-form-lostpassword-container input[type=submit],
.login-form .login-form-changepassword input[type=submit] {
    width: 100px;
}

.login-form-error {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: 700;
    padding: 6px;
}

#placeholder-bottom .sociallinks {
    margin-top: 45px;
}
#placeholder-bottom .sociallinks li {
    display: inline;
}

#placeholder-bottom .sociallinks li a.facebook {
    width: 59px;
    height: 59px;
    display: block;
    float: left;
    background: url(/images/socialmedia/facebook_logo.gif) no-repeat;
    margin-right: 16px;
}
#placeholder-bottom .sociallinks li a.facebook:hover {
    background: url(/images/socialmedia/facebook_logo_hover.gif) no-repeat;
}

#placeholder-bottom .sociallinks li a.instagram {
    width: 59px;
    height: 59px;
    display: block;
    float: left;
    background: url(/images/socialmedia/instagram_logo.gif) no-repeat;
    margin-right: 16px;
}

#placeholder-bottom .sociallinks li a.instagram:hover {
    background: url(/images/socialmedia/instagram_logo_hover.gif) no-repeat;
}

#placeholder-bottom .sociallinks li a.digitalmuseum {
    width: 59px;
    height: 59px;
    display: block;
    float: left;
    background: url(/images/socialmedia/digitaltmuseum.png) no-repeat;
    background-color: #ABAAA9;
}

#placeholder-bottom .sociallinks li a.digitalmuseum:hover {
    background-color: #03898C;
}

/*LINK TOOLBAR*/
.linktoolbar li a span {
    display:none;
}

.linktoolbar li {
    width: 40px;
    height: 50px;
    display: inline-block;
    float: left;
    border-radius:70px;
    margin-right:10px;
}

.linktoolbar li a {
    display: block;
    width: 50px;
    height: 50px;
}

.linktoolbar li:hover {
    cursor:pointer;
}

.linktoolbar li.print {
    background: url('/images/socialmedia/icons_transparent.png') no-repeat scroll -8px -90px #eee;
}

.linktoolbar li.tipafriend {
    background: url('/images/socialmedia/icons_transparent.png') no-repeat scroll -84px -90px #eee;
}

.linktoolbar li.share {
    width: 55px;
    margin-left: 15px;
}

.linktoolbar li.share:hover {
    background: none;
    cursor: default;
}

.linktoolbar li.facebook {
    background: url('/images/socialmedia/icons_transparent.png') no-repeat scroll -209px -90px #eee;
}

.linktoolbar li.twitter {
    background: url('/images/socialmedia/icons_transparent.png') no-repeat scroll -357px -90px #eee;
}

.linktoolbar li.linkedin {
    background: url('/images/socialmedia/icons_transparent.png') no-repeat scroll -284px -91px #eee;
}

.linktoolbar li.youtube {
    background: url('/images/socialmedia/icons_transparent.png') no-repeat scroll -431px -91px #eee;
}

.linktoolbar li:hover {
    background-color: #03898C;
}



#placeholder-bottom .small-articledisplay {
    float: right;
    margin-top: 50px;
}

#placeholder-bottom .contactus-bottom .tile-content {
    float: left;
}


.subcategorymenu > h3 {
    font-size:1.6em;
    padding-left: 20px;
    padding-top: 10px;
}

.subcategorymenu li:nth-child(1) a {
    padding-top:0px;
}

.subcategorymenu li > ul {
    display:none;
}

.subcategorymenu li.main-active > ul,
.subcategorymenu li.active > ul {
    display:block;
}

#placeholder-right .small-articlelist li.active a,
#placeholder-right .subcategorymenu li.active  a {
    border-left: 7px solid #03898C;
    padding-left: 13px !important;
}


.subcategorymenu .tile-content >  ul > ul > ul {
    display:none;
    margin-left:30px;
}

.subcategorymenu .tile-content > ul > li > ul {
    padding-left:35px;
}

.subcategorymenu ul > li {
    padding-bottom:22px;
}



#placeholder-right .subcategorymenu .tile-content > ul > li > ul > li > ul  a {
    padding:5px;
    font-size:1em;
}

.subcategorymenu .tile-content > ul > li > ul > li > ul {
    padding-left:15px;
}

.subcategorymenu .tile-content > ul > li > ul > li > ul > li > ul {
    padding-left:10px;
}

.subcategorymenu li.main-active {
    display:block;
}

.subcategorymenu li.has-children ~ li.active {
    display:block;
}

.subcategorymenu li.has-children > a span.treeview:after {
    content: "+";
    float:right;
    margin-right: 18px;
    height: 10px;
    margin-top: -10px;
    font-size: 1.6em;
}

#placeholder-right .subcategorymenu .tile-content > ul > li > ul > li > ul  a span.treeview:after {
    font-size:1.8em;
}
#placeholder-right .subcategorymenu .tile-content > ul > li > ul > li > ul li.main-active a span.treeview:after,
#placeholder-right .subcategorymenu .tile-content > ul > li > ul > li > ul li.active a span.treeview:after {
    font-size:2em;
    margin-right:21px;
}

.subcategorymenu li.has-children.main-active > a span.treeview:after,
.subcategorymenu li.has-children.active > a span.treeview:after {
    content: "-";
    float:right;
    margin-right:20px;
    height: 10px;
    margin-top: -16px;
    font-size: 2em;
}

.subcategorymenu li.has-children span.treeview:hover {
    cursor:pointer;
}

#placeholder-right .small-articlelist li a:hover,
#placeholder-right .subcategorymenu li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#placeholder-top .username {
    float: right;
    font-size: 0.75em;
    position: absolute;
    right: 10px;
    top: 9px;
    font-style: italic;
}

#placeholder-top .username a {
    color: #ffffff;
    text-decoration: none;
}
#placeholder-top .username a:hover {
    color: #dcdcdc;
}

#placeholder-top .small-articledisplay {
    position: relative;
    top: 72px;
    left: 6px;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    width: 70%;
}


.language-selector {
    float: right;
    margin-top: 15px;
    margin-left: 5px;
}
.language-selector li {
    display: inline;
    margin-left: 5px;
}
.language-selector li.inactive img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}
.language-selector li.inactive img:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* msie */
}

.ctform .ctwebform-element-type-submit {
    margin-right: 20px;
}

