/*!
Theme Name: IQPLUS / HAI INTERAKTIV
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iqplus-hai-interaktiv
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.

IQPLUS / HAI INTERAKTIV is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.bilde-blog{text-align: center;margin-top: 2em;}
header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #0085A1;
}

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085A1;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085A1;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 65px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
  background-color: #0085A1;
  border-color: #0085A1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}



html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	    overflow-x: hidden;

}

body {
	margin: 0;
	    max-width: 100%;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 3px;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 3px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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: royalblue;
}



a:hover, a:focus, a:active {
	color: midnightblue;
}

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-left: 0;
}

.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 {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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 {
	margin: 1.5em 0 0;
}

.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;
}




@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?kff36q');
  src:  url('fonts/icomoon.eot?kff36q#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?kff36q') format('truetype'),
    url('fonts/icomoon.woff?kff36q') format('woff'),
    url('fonts/icomoon.svg?kff36q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
font-size: 3.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Bedrift:before {
  content: "\e901";
  color: #fff;
}
.icon-Kontakt:before {
  content: "\e902";
  color: #fff;
}
.icon-Kurs:before {
  content: "\e903";
  color: #fff;
}
.icon-Larebedrifter:before {
  content: "\e904";
  color: #fff;
}
.icon-Larlingplass:before {
  content: "\e905";
  color: #fff;
}
.icon-Login:before {
  content: "\e906";
  color: #fff;
}
.icon-Okonomi:before {
  content: "\e907";
  color: #fff;
}
.icon-Om_oss:before {
  content: "\e908";
  color: #fff;
}
.icon-Slik:before {
  content: "\e909";
  color: #fff;
}
.icon-Nyheter:before {
  content: "\e900";
  color: #fff;
}

.margin_custom{
	margin-left: 0px;
	padding-left: 10px;
}

#menu i {padding-right:25px;}
#sjekkliste{display: none;}


#sjekklisteArrow {
    width: 1em;
    height: 1em;
    display: inline-block;
    background: transparent url(../img/icons/Arrow-Green-22pt.svg) center center;
    background-size: 1em 1em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    vertical-align: middle;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}
.alle-vare{
	    line-height: 5.5 !important;
    font-weight: bold;
    font-size: 1rem;
}
.sub-border{
	    color: red;
    border-color: red;
    background: red;
    /* border-width: 19.2rem; */
    width: 42px;
    position: absolute;
    top: 13px;
    right: 24px;
    height: 1.5px;
		background-color: #F45D5D !important;

}

#menuToggle {
	cursor: pointer;
	    width: 100%;
    z-index: 2;
    position: absolute;
	display: flex;
	border: none;
}

.post-banner {
    min-height: 47.6115vh !important;
	position: relative;
}

.blogg img{
	padding: 30px!important; 
}

.blogg p { text-align: left;}
.blogg h3 {text-align: left;}
.blogg .vce-post-description--background-wrapper {padding: 10px;}
#custom_wid_post ul {  
list-style: none;}
#custom_wid_post {
    padding-left: 0px !important;
    padding-right: 10px !important;
padding-top: 1em !important;}
#custom_wid_post img{width:100%;padding: 10px;}
#custom_wid_post h3 {
	font-weight: lighter !important;    
	font-size: 1.75rem !important;
	margin-bottom: 0.5rem !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    color: inherit!important; }

#custom_wid_post p {margin-top: 0;
    margin-bottom: 1rem;
	    display: block;
	    font-size: 1rem !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}





.theme-os #introTop {
  background-image: url(../../../wp-content/uploads/2018/03/Forside-bred.jpg);
  background-size: cover;
  background-position-y: 20%;
  min-height: 25rem;
}

.alle-bedrifter{
	    text-align: center !important;
}

@media (min-width: 770px){


.theme-os #introTop h2 {
    color: #fff;
    font-weight: bold;
    padding-top: 11rem;
    padding-bottom: 8rem;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.3;
    min-width: 380px;
	max-width: 400px;
}
.theme-os .banner-top {
    height: 34rem !important;
}
	
}






@media (max-width: 575px){
.height_top {margin-top: 130px !important;}
	.titel_vore h1 {text-align: left !important}

#menu-dropdown_left > li > div {margin-bottom: 0px !important;
	
}

		.theme-os #introTop {
  background-image: url(../../../wp-content/uploads/2018/03/Forside-bred.jpg);
  background-size: cover;
  background-position-y: 20%;
  min-height: 28rem;
}
#banner-forisden{
		height: 30em;
	}
	
}
@media (min-width: 992px) {
  .theme-os .half-of-full-container-width {
    width: 480px !important;}
.theme-os #introTop h2 {
    color: #fff;
    font-weight: bold;
    font-weight: bold;
    padding-top: 7rem !important;
    padding-bottom: 8rem !important;
    margin-bottom: 0 !important;
    font-size: 2rem;
    line-height: 1.3;
}

}

@media (min-width: 1500px) {
	.theme-os #introTop {
  background-image: url(../../../wp-content/uploads/2018/03/Forside-bred.jpg);
  background-size: cover;
  background-position-y: 20%;
  min-height: 52rem;
}
#banner-forisden{
		height: 52em;
	}	

}

@media (min-width: 1200px) {
  .theme-os .half-of-full-container-width {
    width: 570px !important;
  }
}

@media (min-width: 992px) {
  .theme-os .half-of-full-container-width.padfix {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

}





.total-width {width:700px;}

@media (max-width: 768px){
	

	
.theme-os #menu .menu-right li {
    margin-bottom: 0rem;
	margin-left: -4rem;
}
.icon-Larlingplass{visibility: hidden;}
.icon-Okonomi{visibility: hidden;}
.icon-Kurs{visibility: hidden;}
.icon-Larebedrifter{visibility: hidden;}
.icon-Login{visibility: hidden;}
	#menu-dropdown_left {
	 columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
	.menu-dropdown_left-container{
		width: 100%;
	}
	
.theme-os #introTop h2 {
    color: #fff;
    font-weight: bold;
    font-weight: bold;
    padding-top: 7rem !important;
    padding-bottom: 8rem !important;
    margin-bottom: 0 !important;
    font-size: 1.3rem;
    line-height: 1.3;
}

.theme-os #introTabPanel {
position: relative;
margin-right: auto;
padding-right: 15px;
padding-left: 18px;
margin-top: -15rem !important;
}
	
.theme-os #introTop {
    background-image: url(../../../wp-content/uploads/2018/03/Forside-bred.jpg);
    background-size: cover;
    background-position-y: 80%;
    min-height: 27rem;
    background-position-x: 70%;
}
.height_top {
	margin-top: 10em !important;}
	
	
}

@media (max-width: 768px) and (min-width: 576px ){
.height_top {
    margin-top: -60px !important;

	}
.theme-os #introTabPanel {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
	margin-top: -15rem;}

.theme-os #introTop h2 {
color: #fff;
font-weight: bold;
padding-top: 4em !important;
padding-bottom: 8rem !important;
padding-left: 0em !important;
margin-bottom: 0 !important;
font-size: 1.3rem;
line-height: 1.3;
}

	.theme-os #introTop {
background-image: url(../../../wp-content/uploads/2018/03/Forside-bred.jpg);
background-size: cover;
background-position-y: 0%;
min-height: 27rem;
		background-position-x: 56%;}
	
	
	
}
@media (max-width: 576px ) {
		.theme-os #introTop {
background-image: url(../../../wp-content/uploads/2018/03/Forside-bred.jpg);
background-size: cover;
background-position-y: 0%;
min-height: 33rem;
		background-position-x: 56%;}
	
	.height_top {
    margin-top: -60px !important;

	}
.theme-os #introTabPanel {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
	margin-top: -15rem;}

}


@media (max-width: 770px){
    .theme-os #introTop h2 {
width: 300px;
}
	
.height_top{
	    margin-top: 160px !important;
}

#menu-dropdown > li{
		height: 2.5em;
	}	
	
	.media .media-navbar{
		width: 10em;
	}	
	
}
.tab-intro p {padding-left: 1em;}

.bg_color{
    background-color: #EAF4F5;
    width: 800%;
    height: 120%;
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -30px;
}

	.rpwe-ul{padding-left: 0px;}


@media (max-width:990px){
		.rpwe-ul{padding-left: 1em;}

}


#locationMenu button {
	font-size: 1.2em;
}


#professionMenu li {
    width: 130%;
	margin-left: 0px;
	}



.bilde-blog > img{
	width: 100%;
}
.blog-tittle{
	    margin-top: 55px;
}

.blog-tittle-single{
	    margin-top: 105px;
}

#partners{
	margin-top: 95px;
}

.min-hr{
}


.min-hr2{
}


.hr-color-1{
	background-color: #F45D5D !important;
}


.hr-color-2{
		background-color: #469FA3 !important;
}

.min-hr-change{
	background-color: white !important;
}


.theme-os #menuLink::after {
    margin-left:7px;
    content: ' ';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(https://opplaringssenteret.no/wp-content/themes/iqplus-hai-interaktiv/img/icons/Meny-Hamburger-22pt.svg) no-repeat top left;
    background-size: 1rem 1rem;
    vertical-align: middle;
    cursor: pointer;
}

.theme-os #menuLink.active::after {
    background-image: url(https://opplaringssenteret.no/wp-content/themes/iqplus-hai-interaktiv/img/icons/Meny-X-22pt.svg);
}


.mia{
	    border-bottom-style: solid;
    border-width: 1.5px;
    padding-bottom: 21-px;
    height: 23px;
}


@media (max-width: 992px) {
.sub-border {
    width: 42px;
    position: absolute;
    top: 13px;
    right: 39px;
    height: 1.5px;
    background-color: #F45D5D !important;
}
}


/* Updates by Sigurd Heggemsnes August 2020 */
/* sigurd@kult.design */

time.rpwe-time{
	display:none;
}

.logo{
	display:flex;
	flex-direction:row;
	align-items:center;
}

.people-grid.small{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin-left: -1rem;
	margin-right:-1rem;
	padding-left:5%;
	padding-right:5%;
}
@media (min-width:1500px){
	.people-grid.small{
		padding-left:15%;
		padding-right:15%;
	}
}
.people-col{
	padding: 0 0 1rem 1rem;
	margin-bottom:1rem;
	width:33.333%;
}
@media (max-width:768px){
	.people-grid.small{
		display:block;
		margin-left:0;
		margin-right:0;
	}
	.people-col{
		width:100%;
		padding:0;
	}
}
.people-col h2{
	font-weight: bold;
    font-size: 24px;
    padding-top: 30px;
}

.people-col p{
	font-size:16px;
}
.people-col a{
	color: #F45D5D;
	font-size:16px;
}

.people-email, .people-phone{
	margin-bottom:1.5em;
	margin-top:1.5em;
}

/* full width layout */

/* 
@media only screen and (min-width:768px){
	.people-grid.full{
		max-width: calc(56% - 9px);
		margin:0 auto;
	}
}

.people-grid.full{
	padding:0 12%;
}
@media only screen and (min-width:1259px){
	.people-grid.full{
		max-width: calc(56% - 9px);
		padding:0 6%;
	}
}
@media only screen and (min-width:1385px){
	.people-grid.full{
		padding:0 8%;
	}
}
@media only screen and (min-width:1539px){
	.people-grid.full{
		padding:0 10%;
	}
} */

.people-row{
	display:flex;
	flex-direction: column-reverse;
	margin-bottom:2em;
	margin-top:1em;
}
@media only screen and (min-width:768px){
	.people-row{
		flex-direction: row;
		margin-bottom:4em;
	}

	.people-col-2\:3{
		padding-right:2em;
	}
	.people-col-2\:3{
		width:66.666%;
	}
	.people-col-1\:3{
		width:33.333%
	}
}

.people-row h2{
	font-weight:500;
	font-size:24px;
}
.people-row img{
	padding-bottom:30px;
}