/*
Theme Name: PYX Tema
Version: 1.0
Description: A child theme of Twenty Seventeen
Author: jon
Template: twentyseventeen
*/

/** TODO Reorganize the CSS */

@import url("../twentyseventeen/style.css");

@-webkit-keyframes fadeinStroke {
  from {
    background-position: right bottom;
  }
  to {
    background-position: left bottom;
  }
}


@keyframes fadeOut {
  0% {
    transform: scale(1);
    position: relative;
    margin-left: 0;
  }

  50% {
    transform: scale(0.8);
    position: relative;
    margin-left: 0;
  }

  100% {
    position: relative;
    margin-left: -100vw;
  }
}


@keyframes fadeIn {
  0% {
    transform: scale(0.8);
    margin-left: 100vw;
  }

  50% {
    transform: scale(0.8);
    margin-left: 0;
  }

  100% {
    margin-left: 0;
    transform: scale(1);
  }
}

/**
.clicked {
  animation: fadeOut 0.8s forwards;
}

.fp-tableCell {
  animation: fadeIn 0.8s forwards;
}

html {
	scroll-behavior: smooth;
}
**/



wpcf7-text {
  display: inline-block;
  width: 50%;
}


.pitch h1 {
  font-weight: 300;
}

h1 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
}

h2 {
  color: inherit;
  font-family: 'Heebo',sans-serif;
  font-size: 1.20rem;
  font-weight: 400;
}

h3 {
  color: inherit;
  font-family: 'Heebo',sans-serif;
  font-size: 1.5rem;
}


p {
font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin: 0px;
  margin-bottom: 0.7em;
}

p a {
  text-decoration: underline;
  font-weight: 200;
}

div {
font-family: 'Heebo', sans-serif;
  font-weight: 200;
  font-size: 1rem;
}

label {
  font-weight: 200;
}

/*
HEADER
*/



.fp-tableCell {
    display: flex!important;
    align-items: center;
    width: 100vw;
    height: 100%;
    justify-content: space-around;
}

.fp-slidesContainer {
  height: 300px!important;
}


.drawlines .header {
  border-bottom: 1px solid #332C28;
}

.drawlines .section {
  border-left: 1px solid #332C28;
  border-right: 1px solid #332C28;
}

.drawlines .bottombar {
  border-top: 1px solid #332C28;
}

.drawlines .bottombar .post {
  border-right: 1px solid #332C28;
}

.darkmode {
  color: #fff;
}

.darkmode .magazinearticle .image {
  border: 40px solid #fff;
}

.darkmode .artikkelholder .content h1 {
  color: #332C28;
}

.darkmode .ref img {
  filter: invert(1);
}

.darkmode .header {
  background: #2b4163;
}

.darkmode .kunder .kunde img {
  filter: grayscale(0);
}


h1,h2,h3,h4 {
  color: #332C28;
}

.menu h1,h2,h3,h4 {
  color: #332C28;
}

.darkmode .singlearticle {
  background: #2b4163;
}

.darkmode .arrow {
  filter: invert(1);
}

.darkmode .textbackground {
  opacity: .02!important;
color: #fff;
}

.darkmode .header {
  background: #2b4163;
  transition-duration: 0s;
}

.darkmode .logotext {
  color: #fff!important;
}

.darkmode .slice {
  background: #fff!important;
}

.darkmode {
  background: rgb(43, 65, 99)!important;
  transition-duration: 0s;
}

.darkmode .seksjonsbilde img {
  filter: invert(1);
}

.darkmode .bottombar {
  background: rgb(43, 65, 99)!important;
  transition-duration: 0s;
}

.darkmode .bottombar a {
  color: #fff!important;
}

.darkmode .tjenesteindikator {
  color: #fff!important;
}

.darkmode input {
  background: #fff;
}

.darkmode .menu {
  background: #2b4163!important;
}

.darkmode .basicpitch {
  color: #fff!important;
}

.darkmode .menupoint a {
  color: #fff!important;
}

.darkmode input[type=submit] {
    color: #fff;
    border: 1px solid #fff;
}

.darkmode .slider {
  border: 1px solid #fff;
}

.darkmode label span {
  color: #fff;
}

.darkmode .menu span {
  color: #fff;
}

.darkmode .tjenesteindikatormeny {
  color: #fff!important;
}

.darkmode .slider:before {
  background-color: #fff;
}

.fp-right ul li a {
    background: #6ac1ac;
    width: 10px!important;
    height: 10px!important;
    display: block!important;
    border-radius: 100%;
    transition-duration: 0.5s;
}

.fp-right ul li a.active {
    transform: scale(1.5);
    transition-duration: 0.5s;
}

.fp-right ul {
  width: 10px;
}

.fp-sr-only {
  display:none;
}

.magazinearticle {
  display: inline-flex;
  margin: 0 auto;
  justify-content: space-around;
  width: calc(100vw - 22vw);
  margin-left: 14vw;
  margin-bottom: 150px;
}


.magazinearticle .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50vw;
  margin: 40px;
  height: 100vh;
}


.magazinearticle h1 {
  font-weight: 900;
}

.sticky {
  width: 30vw;
  display: inline-block;
  position: sticky;
  top: 15vh;
  align-self:
  flex-start;
  margin-right: 10px;
  background: transparent;
}

.sticky::after {
    content: "";
    width: 20vw;
    border-bottom: 1px solid #6FBFAC;
    position: absolute;
    right: -20vw;
    top: 27vh;
}

.sticky h1 {
  padding-top: 100px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  align-self: center;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #332C28;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: rgb(43, 65, 99);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgb(43, 65, 99);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider {
  border-radius: 30px;
}

.slider:before {
  border-radius: 50%;
}

.textbackground {
  color: #eee;
  position: fixed;
  z-index: -100;
  font-size: 72rem;
  line-height: 20rem;
  font-family: 'Heebo',sans-serif;
  font-weight: 200;
  width: 100vw;
  opacity: .2!important;
  left: 0;
  bottom: 0;
  margin-top: 30vh;
  transition-duration: 0s!important;
}

.kunder {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  flex-grow: 2;
  margin-top: 100px;
  max-width: 1400px;
}

.kunder .kunde {
  width: 20%;
  margin-right: 5%;
  height: auto;
  display: flex;
  margin-bottom: 100px;
}

.kunder .kunde img {
  filter: grayscale(1);
  width: auto;
  max-width: 50%;
  margin: 0 auto;
  max-height: 70px;
  align-self: flex-start;
  transition-duration: 1s;
}

.kunder .kunde img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
  transition-duration: 1s;
}

#horizontal {
    position: fixed;
    width: 250px;
    left: 0;
    top: 50px;
}

#horizontal:first-letter{
  top: 150px;
}



.menu {
  width: calc(100vw - 40px);
  margin-left: 20px;
  height: 100vh;
  background: #fff;
  display: none;
  position: fixed;
  top: 0px;
  z-index: 999;
  overflow-y: scroll;
}

.logotext {
  font-weight: 900;
  font-size: 3rem;
  font-family: 'Heebo', sans-serif;
  display: inline-flex;
  color: #332C28;
}


.logotext:hover + .logocircle {
  border-radius: 44% 56% 43% 57% / 36% 50% 50% 64%;
  transition-duration: 1s;
  width: 50px;
  height: 50px;
}


.logocircle {
  display: none!important;
  -webkit-animation: blob 15s infinite;
  -moz-animation: blob 15s infinite;
  -o-animation: blob 15s infinite;
  -ms-animation: blob 15s infinite;
  animation: blob 15s infinite;
  transition-duration: 1s;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-flex;
  background: rgb(176, 210, 191);
}

.logocircle:hover {
    border-radius: 44% 56% 43% 57% / 36% 50% 50% 64%;
    transition-duration: 1s;
    width: 50px;
    height: 50px;
}


.noscroll {
  display: block;
}

.noscroll .seksjon {
  width: calc(100vw - 40px);
  margin-left: 20px;
  display: block!important;
  margin-top: 100px;
  margin-bottom: 100px;
}

.noscroll .seksjon .innhold {
  display: block;
}

.noscroll .seksjon .artikler {
  display: flex;
  max-width: 1000px;
  height: auto!important;
  margin-top: -50px;
  margin-bottom: 150px;
}

.seksjonsbilde {
    align-items: center;
    display: inline-block;
    max-width: 39vw;
    vertical-align: middle;
}

.seksjonsbilde img {
  width: 100%;
  max-width: 100vw;
  background-size: cover!important;
  background-position: center;
  background-repeat: no-repeat;
}


.tjenesteindikator {
  display: inline-flex;
align-items: center;
position: relative;
top: -9px;
left: 6px;
transition-duration: 0.5s;
font-family: 'Heebo', sans-serif;
text-transform: uppercase;
font-size: 0.95rem;
font-weight: 300;
}

.basic {
  position: absolute;
  top: 100px;
  right: 30px;
}

.kontaktoss {
  padding: 20px; transition-duration: 1s; margin: 0 auto; width: 100%; max-width: 800px; text-align: center; margin-bottom: 250px;
}

.basicpitch {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 40%;
    color: #332C28!important;
}

.fp-right {
  display: block;
}

.menupoint {
  font-size: 4.5rem;
  font-weight: 300;
  font-family: 'Heebo', sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-right: 100px;
}

.menupoint a {
    background: none!important;
    color: #332C28!important;
}

.menupoint:after {
  content: "//";
  margin-left: 20px;
  opacity: 0;
}

.menupoint:hover:after {
  opacity: 1;
  transition-duration: 0.5s;
}

.header {
  width: 100vw;
  height: 100px;
  background: transparent;
  position: fixed;
  top: 0px;
  display: inline-flex;
  justify-content: space-between;
  padding: 20px;
  z-index: 1000;
  align-items: center;
}

.header img {
  height: 80px;
    width: auto;
}

.logo {
  display: inline-flex;
align-items: baseline;
}

.artikkelholder {
  color: #332C28;
  margin-bottom: 20px;
}

.fifty {
  color: #332C28;
}

.fifty a {
  color: #332C28!important;
}

.category {
  margin-left: 15px;
  pointer-events: none;
}

.category a {
  pointer-events: none;
}

ul {
  list-style: none!important;
}

li {
    color: inherit!important;
    display: inline-block;
    margin-right: 30px;
}

li a {
  color: inherit!important;
}

.singlearticle li {
  display: block;
}

.fp-right li:before {
  display: none;
}

li:before {
  content: "//";
  position: relative;
  left: -15px;
  color: #6FBFAC;
  display: inline-block;
  filter: invert(0)!important;
}

.bottombar {
  position: fixed;
  bottom: 0px;
  width: 100vw;
  background: #fff;
  display: inline-flex;
  align-items: center;
  color: #332C28;
  z-index: 999;

}

a:active {
  border: none;
  text-decoration: none;
}


.poster {
  width: 100%;
display: inline-flex;
justify-content: space-between;
transition-duration: 0.5s;
}

.post {
  width: 100%!important;
  display: inline-flex;
  justify-content: space-between;
  font-weight: 100;
  font-size: 0.5rem;
  border-right: 1px solid #999;
  padding-top: 20px;
  padding-bottom: 20px;
  transiton-duration: 0.5s;
}

.post:last-child {
  border: none;
}

.fp-right li a:before {
  display: none;
}

.fp-bottom li a:before {
  display: none;
}

.fp-bottom li:before {
  display: none;
}

.post a {
  font-size: 1rem;
  font-weight: 300;
  opacity: 1;
  padding: 12px 15px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
}

.tjenester {
  width: 100%;
  text-align: center;
}

.menubutton {
    z-index: 999;
    margin: 10px;
    cursor: pointer;
    align-self: flex-start;
    text-align: right;
    display: inline-block;
    float: right;
    position: relative;
}

.menubutton .slice {
	width: 40px;
	height: 2px;
	background: #332C28;
	margin-top: 8px;
	-webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  	transition: all 0.1s;
}


.menubutton:hover .slice {
	background: #332C28;
}

.menubutton .slice:nth-child(2) {
	width: 32px;
}

.menubutton:hover .slice:nth-child(2) {
	width: 40px;
	-webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  	transition: all 0.1s;
}

.active .slice:nth-child(3) {
	margin-top: -13px;
	-webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  	transition: all 0.1s;
  	transform: rotate(-45deg);
}

.active .slice:nth-child(1) {
	transform: rotate(45deg);
	margin-top: 18px;
	-webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  	transition: all 0.1s;
}

.active .slice:nth-child(2) {
	width: 0px;
		-webkit-transition: all 0.1s; /* Safari 3.1 to 6.0 */
  	transition: all 0.1s;
}

.active:hover .slice:nth-child(2) {
	width: 0px;
}



/*
CONTENT FRONT PAGE
*/

.content {
  width: calc(100vw - 40px);
  margin-left: 20px;
  margin-bottom: 100px;
}


.firstsection {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 100vh;

}

.wp-caption img[class*=wp-image-] {
  margin-top: 0px;
  margin-bottom: 0px;
}


.firstectioncontent {
  width: 100%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.firstsectioncontent h1 {
  max-width: 1200px;
}

.firstsectioncontent p {
  max-width: 600px;
}

.firstsectionimage {
  display: table-cell;
  vertical-align: middle;
}

.firstsectionimage {

}

.frontpage {
  text-align: center;
  margin: 0 auto;
  max-width: 100vw;
}

.frontpage h1 {
    font-size: 20rem;
    line-height: 18rem;
}
/*
CONTENT INNHOLDSBYGGER TJENESTER
*/

.seksjon {
  height: calc(100vh - 164px);
  position: relative;
  scroll-snap-type: mandatory;
   scroll-snap-points-y: repeat(100vh);
   scroll-snap-type: y mandatory;
   display: inline-flex;
   align-items: center;
}

.seksjon .innhold {
  max-width: 900px;
min-width: 300px;
top: calc(10vh);
padding-left: 30px;
padding-right: 30px;
width: 50vw;
padding-bottom: 40px;
margin-top: 40px;
transition: background-color 1s linear;

}

.fp-slidesNav.fp-bottom {
    bottom: 17px;
    text-align: center;
}
.refer {
  display: block!important;
  padding-top: 150px!important;
}


.fp-slidesNav.fp-bottom {
    bottom: 100px!important;
}

.slide {
  padding: 0px!important;
}
.referanser {
max-width: 900px;
min-width: 300px;
top: calc(10vh);
width: 60%;
transition: background-color 1s linear;
filter: grayscale(100);
width: 100%;
max-width: 1000px;
display: block!important;
justify-content: space-between;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
max-width: 1000px;
margin: 0 auto;

}

.referanser .fp-tableCell {
  height: 300px!important;
}

.seksjon .innhold h1 {
  padding-bottom: 30px;
  font-weight: 300;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    right: 30px!important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #b0d2bf!important;

}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}

/*
Pagebuilder
*/

.sidebygger {
  width: 100%;
}

.element {
  margin-bottom: 20px;
  overflow: hidden;
}

.parralax {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: calc(100vh - 80px);
  background-size: cover;
}

.link {
    margin-top: 30px;
    transition-duration: .5s;
    padding: 20px 40px;
    text-align: center;
    display: table;
}

.link p {
    text-decoration: none;
    font-weight: 100;
    font-size: .7rem;
    text-transform: uppercase;
    font-family: 'Heebo', sans-serif;
    transition-duration: 0s;
    display: table-cell;
    vertical-align: middle;
}

.link p:before {
  content: "//";
  position: relative;
  left: -15px;
  opacity: 0;
  transition-duration: 0.5s;
}

.link:hover p:before {
  content: "//";
  position: relative;
  left: -15px;
  opacity: 1;
  transition-duration: 0.5s;
}


.referanser .fp-tableCell img {
  width: 100%;
  max-width: 250px!important;
  margin: 0 auto;
}


.darktoggle {
  z-index: 1000;
  position: relative;
  top: 80vh;
  left: 50%;
}

.section > .link:hover {
  background-size: 110%;
}

.linkblack {
  margin-top: 30px;
}

.linkblack a {
  text-decoration: none;
  font-weight: 100;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: inherit;
  font-family: 'Heebo', sans-serif;
  padding: 10px 20px;
  border: 1px solid #332C28;
  color: #332C28;
  border-radius: 4px;
  transition-duration: 0.5s;
}

.linkblack a:hover {
  background: #332C28;
  color: #fff;
}

.parralax .content {
  position: absolute;
  bottom: 100px;
  max-width: 500px;
  width: 40%;
  padding: 20px;
  z-index: -1;
}

.fullscreen {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.fullscreen .content {
  max-width: 500px;
  width: 40%;
  padding: 20px;
  margin-right: 40px;
}

.artikkelholder {
  background: #fff;
}
.arrow {
  position: absolute;
bottom: 190px;
width: 25px;
height: auto;
left: 13px;
border-radius: 100%;
height: 25px;
width: 49px;
transform: rotate(90deg);
}

.darktogglemobile {
  display: none;
}

.darktoggledesktop {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}


.arrowmag {
    position: absolute;
    bottom: 250px;
    z-index: 800;
    color: #332C28;
    transform: rotate(-90deg);
    font-weight: 200;
    left: 8px;
}

.artikkelholder .content {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 30px;
}

.artikkelholder .content h1 {
  font-size: 2rem;
}

.artikler {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.artikler .artikkel {
  display: inline-flex;
  align-items: center;
  background-size: cover;
}


.ticker h1 {
  font-weight: 100;
  font-size: 0.8rem;
  color: #332C28;
  text-decoration: none;
  text-align: center;
}

.tickerartikkel {
  margin: 0 auto;
  text-transform: uppercase;
}

.fiftyholder {
  display: inline-flex;
  align-items: center;
  background: #fff;
}

.fifty {
  width: 50%!important;;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  overflow: hidden;
  background: #fff;
}

.ref {
  width: 100px;
}

.ansattholder {
  width: 100%;
  max-width: 230px;
  height: 230px;
  background: #666;
  display: table;
  transition-duration: 1s;
  margin-bottom: 20px;
  border-radius: 100%;
  margin-top: 20px;
}


.ansatt {
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 100%;
  overflow: hidden;
}

.ansatt img {
  border-radius: 100%;
}

.ansattbilde {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-flex;
  border: 1px solid #332C28;
}

.ansattbilde:after {
  content: "//";
position: relative;
top: calc(50% - 100px);
left: calc(100% + 20px);
font-size: 100px;
}

.ansattv2 {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.ansattv2 h1 {
  font-size: 1.5rem;
}

.noscroll {
  margin-bottom: 200px;
  padding-bottom: 200px;
}

.ansattinfo {
  text-align: left;
position: relative;
right: 0px;
left: 100px;
}

.ansattinfo .tjenester {
  text-align: left;
}

.ansatt h1 {
  font-size: 1.2rem;
  font-weight: 900;
}

.changeColor {
   background: #332C28;
}

input[type="email"] {
}

input[type="text"] {
}

input::placeholder {
  color: #666;
  opacity: 0.5;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
}

input[type="submit"] {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #332C28;
    color: #332C28;
    font-family: 'Heebo', sans-serif;
    font-weight: 300!important;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

input[type="submit"]:hover {
  color: #fff;
  background: #6FBFAC;
  border: #fff;
}
.singlearticle {
  width: calc(100vw - 40px);
  margin-left: 20px;
}

.singlearticle img {
  margin-left: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}



.singlearticle .toppbilde  {
  width: calc(100vw - 20vw);
  margin-left: 10vw;
  height: 68vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.headline {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  position: relative;
}


.headline h1 {
  display: inline-flex;
  margin: auto;
  align-items: center;
  margin-top: -90px;
  z-index: 10;
  font-weight: 900;
}

.headline h1:before {
  content: "//";
  color: #6FBFAC;
  font-size: 8rem;
  display: inline-block;
  margin: auto;
  font-weight: 100;
  z-index: 1;
}

#tjenesteindikatormeny {
  display: none;
  align-items: center;
  position: relative;
  top: -9px;
  left: 6px;
  transition-duration: 0.5s;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 300;
}

#magasin {
  color: #fff;
}

.singlearticle {
  background: #fff;
}

.cont {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media only screen and (max-width: 800px) {

  .darkmode .sticky {
    background: rgb(43, 65, 99)!important;
  }

  .kunder .kunde {
    width: 40%;
    margin-right: 5%;
    height: auto;
    display: flex;
    margin-bottom: 100px;
}

.singlearticle .toppbilde {
    width: calc(100vw);
    margin-left: 0vw;
    height: 68vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

  .magazinearticle {
    width: 100vw!important;
    display: block;
    margin-left: 0;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: center;
    height: 80vh;
    position: relative;
    margin-left: 0px!important;
    padding: 0px!important;
  }

  .magazinearticle .image {
    width: 100vw!important;
    border: none;
    height: 80vh;
    position: absolute;
    top: 0;
    z-index: -1;
    margin-left: 0px;
    padding: 0px;
  }

  .magazinearticle .image video {
    display: none;
  }


  .magazinearticle .sticky {
    width: 80vw;
margin: 0 auto;
padding: 40px;
position: relative;
text-align: center;
vertical-align: bottom;
padding-bottom: 40px;
background: #fff;
margin-top: 30%;
  }

  .magazinearticle .sticky h1 {
    padding-top: 0px;
  }


  .magazinearticle .sticky:after {
    display: none;
  }

  .magazinearticle .sticky p {
    display: none;
  }

  .ansattinfo {
    margin-left: 0px;
    left: 0;
    max-width: 700px;
    width: 100%;
    text-align: center;
  }

  .header {
    background: #fff;
  }

  .ansattinfo .tjenester {
    text-align: center;
  }

  .ansattbilde {
    margin: 0 auto;
  }

  .ansattbilde:after {
    position: relative;
    left: -90px;
    top: 180px;
  }
}

@media only screen and (max-width:1024px) {


  #cursorBlob {
    display: none;
  }

  .logocircle {
    display: none!important;
  }

  .body {
    cursor: auto;
  }

  h1 {
    cursor: auto;
  }

  div {
    cursor: auto;
  }

  .header {
    cursor: auto;
  }

  .menu {
    cursor: auto;
  }

  p {
    cursor: auto;
  }

  .bottombar {
    cursor: auto;
  }

  .menubutton {
    cursor: pointer;
  }

  .slice {
    cursor: pointer;
  }

  a {
    cursor: pointer;
  }
}



@media (max-width:1024px) and (min-width:850px) {
  .menupoint {
    font-size: 2rem;
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
    margin: 0;
    padding: 0;
    text-align: right;
}

  .basicpitch {
      position: absolute;
      top: 100px;
      left: 20px;
      color: #332C28!important;
      width: 50vw;
  }

  .basicpitch h1 {
    font-size: 2rem;
  }

  .darktoggledesktop {
    display: none;
  }

  .darktogglemobile {
      display: block;
      text-align: right;
      margin-top: 28px;
  }


}

@media only screen and (max-width: 1250px) {
  .magazinearticle {
    display: inline-flex;
    margin: 0 auto;
    justify-content: space-around;
    width: calc(100vw - 40px);
    margin-left: 20px;
    margin-bottom: 150px;
  }

  .magazinearticle .image {
    width: 63vw;
  }

  .header {
    background: #fff!important;
  }

  .darkmode .header {
    background: #2b4163!important;
  }

}

@media only screen and (max-width: 800px) {


  .seksjon {
    padding: 3em 0px 10px!important;
  }

  .textbackground {
      color: #f1f1f1;
      position: absolute;
      z-index: -100;
      font-size: 86rem;
      line-height: 13rem;
      font-family: 'Heebo',sans-serif;
      font-weight: 100;
      width: 100vw;
      opacity: .2;
      word-wrap: break-word;
      left: -165px!important;
  }

  .darkmode .magazinearticle .image {
    border: none;
  }

.ansattv2 {
  display: flex;
width: 80%;
max-width: 900px;
margin: 0 auto;
align-items: center;
margin-bottom: 50px;
margin-top: 50px;
flex-wrap: wrap;
margin-left: 0px;
}

.singlearticle img {
  margin-left: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ansattinfo {
    margin-left: 0;
    left: 0;
    max-width: 700px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.ansattbilde {
  width: 250px;
  height: 250px;
}

.ansattbilde:after {
  display: none;
}


  .frontpage h1 {
      line-height: 4rem!important;
      font-size: 3rem!important;
  }

  .seksjonsbilde {
    width: 100vw!important;
  }

  .bottombar {
    display: none!important;
  }

  .singlearticle {
    width: 100vw;
    margin-left: 0px;
  }

  .content {
    width: 100vw;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  h1 {
    font-size: 1.7rem;
  }

  .menu {
    width: 100vw;
    margin-left: 0px;
    z-index: 998;
  }

  .header {
    height: 80px!important;
  }

  .logotext {
    font-size: 3rem!important;
    background: transparent!important;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #332C28 transparent transparent;
}

.fp-controlArrow.fp-next {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #332C28 transparent transparent;
}


.menubutton {
    z-index: 999;

    align-self: flex-start;
    text-align: right;
    padding-top: 15px!important;
    display: inline-block;
    float: right;
    position: relative;
    margin-top: -7px;
}

.basic {
  padding-top: 40px;
}

.fullscreen .content {
  max-width: 500px;
  width: 70%;
  padding: 20px;
  margin-right: 4px;
}

.logocircle {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #b0d2bf;
    display: inline-flex;
    transition: 1s;
}

.fp-tableCell {
    display: table-cell!important;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}



.logocircle:hover {
  width: 30px;
  height: 30px;
}

.section {
    background-size: 100%!important;
    background-position: 0 20%!important;
    background-repeat: no-repeat;
}

.pitch {
  display: none;
}

.basic {
  position: absolute;
  top: 80px;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

.menupoint {
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
    text-align: right;
    font-size: 2.5rem!important;
    padding-right: 0!important;
    margin-right: 10px!important;
}

.innhold h1 {
  font-size: 3rem!important;
}


.seksjon .innhold {
  padding: 20px;
  top: calc(10vh);
  width: 100%;
  padding-bottom: 40px;
  transition: background-color 1s linear;
  float: none;
}

.referanser {
  width: 100%!important;
  padding: 20px!important;
  text-align: left;
}

.kontakt {
  width: 100%!important;
  padding: 20px!important;
  text-align: left;
}

.ansattholder {
    width: 100%;
    max-width: 150px;
    height: 150px;
    background: #666;
    display: table;
    transition-duration: 1s;
    margin-bottom: 20px;
}

.ansatt h1 {
  font-size: 1rem;
}

.ansatt p {
  padding: 0px;
  margin: 0px;
  font-size: 0.8rem;
}

.ref {
    width: 142px!important;
    justify-content: space-around;
    padding: 10px!important;
}
.kontakt h1 {
  font-size: 2rem!important;
}

.artikler {
    display: flex;
    justify-content: space-around;
    width: 100vw!important;
    max-width: 100vw!important;
    margin-left: 0px!important;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: none;
}

.artikler .artikkelholder .artikkel {
  height: 150px!important;
}

.artikler .artikkelholder .content {
  width: 100%;
  padding: 5px;
  padding-bottom: 20px;
}
.artikler .artikkelholder .content h1 {
  font-size: 1.3rem;
}


.artikler .artikkelholder .utdrag {
  display: none;
}

.tjenesteindikator {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}


}

@media only screen and (max-width: 1100px) {
  .pitch {
    display: none;
  }

.arrow {
  display: none;
}



.arrowmag {
  display: none;
}


  .darktogglemobile {
      display: block;
      margin: 0 auto;
      text-align: center;
      bottom: 0px;
      margin-top: 58px;
  }

  .darktoggledesktop {
    display: none;
  }


  .referanser {
    width: 100%;
    padding: 20px;
  }

  .kontakt h1 {
    font-size: 2rem!important;
  }

  .seksjonsbilde {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    width: 90vw;
    margin-top: 100px;

}

.seksjonsbilde img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

  .seksjon {
    display: block;
  }

  .innhold {
    width: 100%!important;
    text-align: left!important;;
  }
  .innhold h1 {
    font-size: 3rem;
    word-break: break-word;

  }

  .section:not(:first-child) .innhold h1 {
    font-size: 2.2rem!important;
  }
}

@media only screen and (max-height: 500px) {
  .bottombar {
    display: none!important;
  }
  .pitch p:last-child {
    display: none;
  }
}

@media only screen and (max-height: 640px) {
  .bottombar {
    display: block;
    height: 40px;
    padding: 0;
    font-size: 10px;
}

.firstsectioncontent {
  margin-top: 150px;
}

.post {
    width: 100%!important;
    display: inline-flex;
    justify-content: space-between;
    font-weight: 100;
    font-size: .5rem;
    border-right: 1px solid #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
}

  .header {
    height: 50px;
  }
  .logotext {
    font-size: 3rem;
  }

  .basicpitch {
    position: absolute;
    top: 72px!important;
    left: 50px!important;
    width: 40%!important;
    color: #332C28!important;
}

.menupoint {
    font-size: 2.5rem;
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
    text-align: right;
    font-size: 2.5rem!important;
    padding-right: 0!important;
    margin-right: 10px!important;
}

.seksjon:nth-child(1) .innhold h1 {
    font-size: 4rem!important;
}

.seksjon .innhold {
    max-width: 900px;
    min-width: 300px;
    padding: 20px;
    top: calc(10vh);
    padding-bottom: 40px;
    transition: background-color 1s linear;
}

.seksjon:not(:first-child) .innhold h1 {
    font-size: 2.5rem;
}


.basic {
    position: absolute;
    top: 60px;
    right: 0px;
}

  .menubutton {
    z-index: 999;

    align-self: flex-start;
    text-align: right;
    display: inline-block;
    padding: 0px;
    float: right;
    position: relative;
    margin-top: -10px;
}
}

@media only screen and (max-width: 400px) {
  .logotext {
    font-size: 3.5rem!important;
}

.menubutton .slice {
  width: 30px;
  height: 2px;
  background: #332C28;
  margin-top: 7px;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.firstSection {
  margin-top: 100px!important;
}

.menupoint {
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
    text-align: right;
    font-size: 2.5rem!important;
    padding-right: 0!important;
    margin-right: 10px!important;
}


}
