/*!
Theme Name: lotteri
Theme URI: http://underscores.me/
Author: Ibrahim Alkali
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lotteri
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lotteri is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-content *, .homepage-wrap *:not(div, svg) {
	animation: fadeIn ease-in-out;
    animation-duration: .5s;
}

.text-content, .homepage-wrap{
	animation: slideUp ease-in-out;
    animation-duration: .3s;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #24292e;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

p:last-of-type {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f2f2f2;
	/* Fallback for when there is no custom background color defined. */
}

.admin-bar .header {
	top: 32px;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3498db;
}

a:visited {
	color: #3498db;
}

a:hover, a:focus, a:active {
	color: #2980b9 ;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-navigation .current_page_item, .main-navigation .current-page-ancestor{
	font-weight: 400;
	border-bottom: 3px solid;
}

.main-navigation .current_page_item:after {
	content: "";
}

.main-navigation a {
	text-decoration: none;
	color: #24292e;
    font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 800px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: space-between;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.menu-main-container li {
	height: 50px;
    line-height: 50px;
}

.menu-main-container li a {

}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h2, h3, h4 {
	margin-bottom: 1em;
}

h2 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.1rem;
}

/*Frontpage Styles */
.wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
}

.page-wrap {
	display: flex;
}

.secondary-menu {
	width: 220px;
	padding: 1em 0;
	padding-right: 1em;
}

.secondary-menu li {
	padding: .3em 0;
}

.secondary-menu li a {
	color: black;
	font-size: 1rem;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.secondary-menu .current-menu-item > a{
	color: #3498db;
}

.saksbehandling .text-content {
	width: 100%;
}

.text-content {
	width: calc(100% - 220px);
	margin-bottom: 2em;
}

.text-content ul {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.text-content ul li {
	margin-bottom: .5em;
}

.text-content ul li:last-of-type {
	margin-bottom: 0;
}

.homepage-intro, .text-content {
	background: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,0.23);
	position: relative;
    margin-top: -100px;
    border-radius: 3px;
}

.homepage-intro {
	padding: 1.5em;
	margin-top: -100px;
}

.text-content article {
	padding: 1.5em;
}

.heading-text {
	background: #5d5d5c;
    border-radius: 3px 3px 0 0;
    padding: .5em 1.5em;
    color: #fff;
    font-weight: 100;
}

.heading-text h2 {
	margin: 0;
    font-weight: 400;
    font-size: 1.6rem;
}

.homepage-intro p {
	margin-bottom: 0;
}

.homepage-columns {
	display: flex;
	justify-content: space-between;
}

.homepage-column {
	margin-top: 30px;
	width: 31.5%;
	background: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,0.23);
	border-radius: 3px;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.homepage-column:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.35);
}

.homepage-column-image {
	width: 100%;
	object-fit: cover;
	height: 160px;
	margin-bottom: -7px;
	border-radius: 3px 3px 0 0;
	transition: opacity .2s ease-in-out;
}

.homepage-column-image:hover {
	opacity: 0.9;
}

.homepage-column.sports .text {
	border-top: 6px solid #3E93BC;
} 

.homepage-column.culture .text {
	border-top: 6px solid #E2AC1F;
} 

.homepage-column.hiking .text {
	border-top: 6px solid #7CB829;
}

.homepage-column .text {
	display: flex;
    flex-direction: column;
    height: calc(100% - 160px);
}

.homepage-column .text p.text-detail {
	flex: 1 0 auto;
}

.homepage-column .text > a {
	color: inherit;
	text-decoration: none;
}

.homepage-column .link {
	margin-top: .5em;
    text-decoration: underline !important;
    font-weight: 300;
}

.homepage-column h4 {
	font-weight: 600;
	min-height: 3em;
}

.homepage-column.sports .link {
	color: #3E93BC;
} 

.homepage-column.culture .link {
	color: #E2AC1F;
} 

.homepage-column.hiking .link {
	color: #7CB829;
}

.homepage-column a {
    font-weight: 500;
}

.homepage-column .text a:first-of-type {
    height: calc(100% - 20px);
    padding: 1.5em;
    padding-bottom: 0;
}

.homepage-column .text a:nth-of-type(2) {
	padding: 1.5em;
	padding-top: 0;
}

/*menu*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255,255, 255, 0.95);
	z-index: 10;
}

.header h1 {
	padding: .5em 0;
	font-weight: 100;
}

.header-image-container {
	position: relative;
	height: 400px;
}

.header-image-container:after {
	content: "";
    position: absolute;
    height: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    border-bottom: 6px solid #fff;
}
    
.header-image {
	height: 400px;
	object-fit: cover;
	width: 100%;	
}

.homepage-secondary-columns {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homepage-search-app-column {
	width: 66%;
}

.homepage-staff-column,  .homepage-statistics-column {
	width: 31.5%;
}

.homepage-search-app-column, .homepage-staff-column,  .homepage-statistics-column {
	display: flex;
	background: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,0.23);
	padding: 1.5em;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	margin-bottom: 30px;
}

.homepage-search-app-column:hover , .homepage-staff-column:hover, .homepage-statistics-column:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.35);
}

.homepage-search-app-column .goto-icon , .homepage-staff-column .goto-icon, .homepage-statistics-column .goto-icon{
	flex-shrink: 0;
	margin-left: 2em;
	width: 16px;
    align-self: center;
    transition: all .3s ease-in-out;
}

.homepage-search-app-column .text, .homepage-staff-column .text, .homepage-statistics-column .text {
	color: #24292e;
}

.homepage-secondary-columns .link {
	text-decoration: none;
}

.homepage-search-app-column .goto-icon #Landing-page, .homepage-staff-column .goto-icon #Landing-page, .homepage-statistics-column .goto-icon #Landing-page{
    fill: currentColor;
    color: #24292e;
}

.homepage-secondary-columns .link:hover .goto-icon #Landing-page {
	color: #444;
}

.homepage-secondary-columns .link:hover .goto-icon {
	transform: translateX(5px);
}

.homepage-search-app-column .text, .homepage-staff-column .text, .homepage-statistics-column .text {
	flex-grow: 1;
	margin-top: -5px;
}

.homepage-search-app-column .search-app-icon, .homepage-staff-column .staff-icon,  .homepage-statistics-column .statistics-icon {
	margin-right: 1.5em;
	flex-shrink: 0;
}

.homepage-search-app-column p , .homepage-staff-column p,
  .homepage-statistics-column p{
	margin-bottom: 0;
}

.homepage-search-app-column h4 , .homepage-staff-column h4,  .homepage-statistics-column h4{
	margin-bottom: 0.5em;
}

.admin-bar .site-content {
	min-height: calc(100vh - 147px);
}

.admin-bar.finn-anlegg .site-content {
	min-height: calc(100vh - 76px);
}

.finn-anlegg .site-content {
	min-height: calc(100vh - 44px);
}

.site-content {
	min-height: calc(100vh - 115px);
}

.search-app-footer .wrap {
	display: flex;
}

.search-app-footer .footer-logo-container img {
	width: 40px;
	height: 30px;
}

.search-app-footer .footer-contact-info * {
	display: inline-flex;
	align-self: center;
	margin: 0;
}

.search-app-footer .footer-contact-info p {
	padding-left: 1em;
}

.search-app-footer-wrap {
	display: flex;
    padding: .5em 2em;
    justify-content: space-between;
	font-size: .9rem;
}

.search-app-footer-wrap .footer-contact-info h2 {
    font-weight: 600;
    font-size: 1rem;
    padding-right: 1em;
    margin-bottom: 0;
}

footer {
	background: #333333;
	color: #fff;
	bottom: 0;
	width: 100%;
}

footer .site-info {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
}

footer .site-info p {
	margin-bottom: 0;
}

.footer-logo-container {
	display: flex;
    align-items: center;
}

.footer-logo {
	margin-right: 1em;
    border-right: 1px solid #fff;
    padding-right: 1em;
    width: 52px;
    height: 42px;
}

.footer-contact-info h2 {
    font-weight: 100;
    font-size: 1.3rem;
    margin-bottom: 0;
}  
	
.footer-contact-info .widget {
	margin: 0;
} 

.process {
	display: flex;
	position: relative;
    padding-bottom: 1em;
}

.process:after {
	width: 2px;
	top: 60px;
    bottom: -10px;
    left: 24px;
    position: absolute;
    content: "";
    background: #eee;
}

.process:last-of-type:after {
	content: none;
}

#search-app-frame {
	width: 100%;
    height: calc(100vh - 178px);
    position: absolute;
    top: 134px;
}

.admin-bar #search-app-frame {
	height: calc(100vh - 210px);
}

.admin-bar #search-app-frame {
	top: 166px;
}

#search-app-frame.scrolled-nav {
	top: 166px;
}

.loading-widget {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(240, 240, 240, 0.99);
	z-index: 9;
}

.loader {
	border: 3px solid #ccc;
	border-top: 3px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	position: absolute;
	left: 50%;
	top: 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.process-head {
	cursor: pointer;
	padding-top: .5em;
}

.process-head:hover {
	color: #000;
}

.process-head.open:hover {
	color: inherit;
}

.process-head:hover .dropdown-icon {
	color: #24292e;
}

.process-caption {
	padding: 0 1em;  
}

.process-caption .title-wrapper {
	display: flex;
}

.open .process-caption .title-wrapper {
	font-weight: 600;
}

.process-caption .title-wrapper .dropdown-icon {
	margin-top: .5em;
}

.process-caption .title-wrapper div {
	flex-grow: 1;
    margin-right: 10px;
}

.open .process-caption {
	font-weight: 500;
}

.process-text {
    width: calc(100% - 60px);
}

.process-text p {
	margin-bottom: .5em;
}

.process-description {
	display: none;
	padding: 0 1em 1em;
}

.process-deadline {
	font-size: .9rem;
    color: #F96B00;
    margin: 0;
    font-weight: 100;
}

.process-icon.number{
	background: #3E93BC;
    color: #fff;
 	border-radius: 200px;
}

.process-icon {
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}

/*Specific styles for different pages*/
.anlegg-for-idrett-og-fysisk-aktivitet .text-content .heading-text{
	background: #3E93BC;
}

.kulturanlegg .text-content .heading-text{
	background: #E2AC1F;
}

.loyper-i-fjellet-og-overnattingshytter .text-content .heading-text{
	background: #7CB829;
}


.anlegg-for-idrett-og-fysisk-aktivitet .header-image-container:after {
	border-bottom: 6px solid #3E93BC;
}

.kulturanlegg .header-image-container:after {
	border-bottom: 6px solid #E2AC1F;
}

.loyper-i-fjellet-og-overnattingshytter .header-image-container:after {
	border-bottom: 6px solid #7CB829;
}

.header {
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.header , .header h1{
	transition: all .2s ease-in-out;
}

.home header.scrolled-nav .header {
	background: rgba(255, 255, 255, 1);
}

.anlegg-for-idrett-og-fysisk-aktivitet header.scrolled-nav .header {
	background: rgba(62, 147, 188, 1);
}

.kulturanlegg header.scrolled-nav .header {
	background: rgba(226, 172, 31, 1);
}

.loyper-i-fjellet-og-overnattingshytter header.scrolled-nav .header {
	background: rgba(124, 184, 41, 1);
}

header.scrolled-nav h1 {
	padding: 0;
}

.anlegg-for-idrett-og-fysisk-aktivitet .header {
	background: rgba(62, 147, 188, 0.95);
	color: #fff;	
}

.kulturanlegg .header {
	background: rgba(226, 172, 31, 0.95);
	color: #fff;
}

.loyper-i-fjellet-og-overnattingshytter .header {
	background: rgba(124, 184, 41, 0.95);
	color: #fff;
}

.finn-anlegg .header {
	background: rgba(78, 78, 78, .9);
	color: #fff;
	/*background: rgba(238, 238, 238, 0.9)*/
}

.search-app-header-container {
	position: absolute;
    width: 100%;
}

.anlegg-for-idrett-og-fysisk-aktivitet .main-navigation a, .kulturanlegg .main-navigation a, .loyper-i-fjellet-og-overnattingshytter .main-navigation a, .finn-anlegg .main-navigation a {
	color: #fff;
}


.anlegg-for-idrett-og-fysisk-aktivitet .secondary-menu li a:hover , .anlegg-for-idrett-og-fysisk-aktivitet .secondary-menu .current_page_item > a {
	color: #3E93BC;
}

.kulturanlegg .secondary-menu li a:hover , .kulturanlegg .secondary-menu .current_page_item > a {
	color: #E2AC1F;
}

.loyper-i-fjellet-og-overnattingshytter .secondary-menu li a:hover , .loyper-i-fjellet-og-overnattingshytter .secondary-menu .current_page_item > a {
	color: #7CB829;
}

.secondary-menu .current_page_item a {
	font-weight: 400;

}

.admin-bar .mobile-menu {
	top: 92px;
}

#mobile-menu-toggle {
	margin: 0;
    padding: 0;
    margin-right: 1.5em;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#mobile-menu-toggle:hover {
	color: black;
}

#mobile-menu-toggle svg {
	fill: currentColor;
}

.mobile-menu {
	display: none;
	position: fixed;
	background: rgba(238, 238, 238, 0.9);
    top: 62px;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 10;
	top: 62px;
	left: 0;
	right: 0;
}

.mobile-menu a {
	padding: 1em;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-decoration: none;
	background: #fff;
	color: #24292e;
}

.home-url-link, .home-url-link:visited {
	color: currentColor;
	text-decoration: none;
}

.home-url-link:hover {
	color: currentColor;
}

.faqs {
	padding-top: 1em;
}

.faq {
	border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
  
.faq:last-of-type {
	border-bottom: none;
}

.question.open {
	font-weight: 600;
}

.question {
	cursor: pointer;
	display: flex;
    align-items: center;
   	padding: 1em 0;
}

.question:hover {
	color: #000;
    font-weight: 600;
}   

.question:hover .dropdown-icon {
	color: #24292e;
}

.question.open:hover {
	color: inherit;
}

.question p {
	flex-grow: 1;
	margin-right: 1em;
}

.answer {
	display: none;
	padding-bottom: 2em;
	color: #666;
}

.dropdown-icon {
	transition: all .3s;
    flex-shrink: 0;
    width: 20px;
	fill: currentColor;
    color: #ddd;
}

.open .dropdown-icon{
	transform: rotate(180deg);
	color: #24292e;
}

header .wrap {
	position: relative;
}

.widget_multi_language_widget h2:empty{
	display: none;
}

.widget_multi_language_widget {
	width: 200px;
    margin: 0;
}

.heading-wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.mltlngg_switcher {
	width: 200px;
}

.map {
	background: rgba(0, 0, 0, 0.65);
}

.full-width {
	width: 100% !important;
}

#bbpress-forums {
	font-size: 14px;
}

#bbpress-forums a {
	text-decoration: none;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
 
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: #fff;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 10px 0;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    padding: 10px 0px;
    text-align: left;
    border-top: none;
    background: transparent;
    font-weight: 400;
}

li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    text-align: left;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: left;
}

li.bbp-forum-freshness a, li.bbp-topic-freshness a {
	font-size: 12px;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	border: none;
}

#bbpress-forums li.bbp-header {
    background: transparent;
}

.bbp-forums {
	margin-top: 20px;
	display: block;
}

#bbpress-forums div.bbp-search-form {
	display: none;
}

div.bbp-breadcrumb {
    float: initial;
    font-size: 14px;
    margin-bottom: 2em;
}

.bbp_widget_login, .widget_display_search {
	background: #fff;
    padding: 15px 10px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.bbp-logged-in h4 a {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.bbp_widget_login a {
	text-decoration: none;
}

.bbp_widget_login .logout-link {
	font-size: 14px;
}

.forum-sidebar {
	padding: 20px;
    width: 300px;
}

.forum-sidebar .widget_display_search input[type = "text"] , .bbp_widget_login input[type = "text"] , .bbp_widget_login input[type = "password"]{
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

.forum-sidebar button, .forum-sidebar .widget_display_search input[type = "submit"], .bbp-submit-wrapper button[type = "submit"]{
 	background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

.widget_display_search h2 {
	font-weight: 400;
    font-size: 16px;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
    clear: both;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer  {
	border-top: 1px solid #e4e4e4;
}

#bbpress-forums #new-post {
	background: #f2f2f2;
	padding-top: 15px;
	border-radius: 2px;
}

span.bbp-admin-links a {
    color: #3498db;
    font-weight: 600;
    font-size: 11px;
}

span.bbp-admin-links {
    color: #ddd;
    display: block;
    width: 100%;
    clear: both;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    float: none;
    margin-bottom: -3px;
    border: 0;
}

#menu-staff {
	border-bottom: 1px solid #ccc;
	margin: 0;
	list-style-type: none;
	padding: 0 25px;
}

#menu-staff .menu-item {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
	position: relative;
}

#menu-staff .menu-item .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 45px;
	margin: 0;
	border: 1px solid #c5c5c5;
   	box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    	background: #fff;
	width: 250px;
	transition: all .2s;
	z-index: 10;
}

#menu-staff .menu-item .sub-menu .menu-item {
	width: 100%;
}

#menu-staff .menu-item:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

#menu-staff .menu-item:last-of-type {
	margin-right: 0;
}

#menu-staff .menu-item a {
	text-decoration: none;
	color: #555;
	padding: 10px;
	display: block;
}

#menu-staff .menu-item a:hover {
	 color: #2980b9;
	 background: #f2f2f2;
}

#menu-staff > .menu-item.current-menu-item:after {
	background: #555;
	bottom: -1px;
	height: 2px;
	content: "";
	position: absolute;
	width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slideUp {
  from {
    opacity: 0.9;
    transform: translate3d(0, 10px,0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width:800px) {
	#wpadminbar {
    	position: fixed;
	}

	.header h1 {
		font-size: 1.4rem;
		padding: 0;
		line-height: 1;
	}
	
	header .wrap {
		display: flex;
		align-items: center;
		height: 62px;
	}

	.main-navigation li a{
		padding: 1em 0;
		display: block;
	}

	.page-wrap {
		flex-direction: column-reverse;
		padding: 0;
	}

	.wrap {
		padding: 0 1em;
	}

	.text-content {
		border-top: none;
		width: 100%;
		margin-bottom: 0;
		border-radius: 0;
	}
	.secondary-menu {
		width: 100%;
		padding: 2em 0;
	}

	.heading-text h2 {
		font-size: 1.2rem;
	}

	.homepage-columns, .homepage-secondary-columns, footer .site-info {
    	flex-direction: column;
	}
	.homepage-column {
		width: 100%;
	}
	.homepage-search-app-column, .homepage-search-column, .homepage-staff-column,  .homepage-statistics-column {
		width: 100%;
	}
	.homepage-search-app-column,  .homepage-statistics-column, .homepage-staff-column {
		margin-bottom: 30px;
	}
	.footer-contact-info {
		align-self: flex-start;
		margin-top: 2em;
		border-top: 1px solid rgba(255,255,255,0.05);
		padding-top: 1em;
		width: 100%;
	}
	.header {
		height: 62px;
	}
	header.scrolled-nav h1 {
		padding: .5em 0;
	}
	.header-image-container, .header-image {
		height: 250px;
	}

	.home .header {
		background: rgba(255, 255, 255, 1);
	}

	.anlegg-for-idrett-og-fysisk-aktivitet .header {
		background: rgba(62, 147, 188, 1);
	}

	.kulturanlegg .header {
		background: rgba(226, 172, 31, 1);
	}

	.loyper-i-fjellet-og-overnattingshytter .header {
		background: rgba(124, 184, 41, 1);
	}

	#search-app-frame {
	    top: 62px !important;
	    height: calc(100vh - 62px);
	}

	.admin-bar #search-app-frame {
	    top: 92px !important;
	    height: calc(100vh - 62px);
	}

	.mobile-menu .menu-main-container li {
		height: auto;
		line-height: inherit;
	}

	.language-switcher {
		display: none;
	}
	
	.mobile-language-switcher .mltlngg_switcher {
		width: 100%;
	}

	.search-app-footer {
		display: none;
	}

	.admin-bar #search-app-frame {
    	height: calc(100vh - 94px);
	}

	.homepage-column h4 {
		height: auto;
		min-height: auto;
	}
	
	.forum-sidebar {
 	  	padding: 0;
   		width: 100%;
		
		margin-top: 20px;
	}
	
	.bbpress .page-wrap {
		flex-direction: column;
	}
}

@media (min-width:800px and max-width: 1000px) {
	.main-navigation li{
		max-width: 20%;
	}
}

@media (min-width:801px) {
	#mobile-menu-toggle {
		display: none;
	}
}