/*
2017 © Monoforom
http://www.monoform.no
*/

/* RESET */

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

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;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* CLEARFIX */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}


/* GENERELL STYLING og SKJERM
----------------------------------------------- */

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

body, html {
  height: 100%;
}

body { 
  background: #ffffff;
  color: #373A36;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.45em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

/* MARGER, PADDING OG STØRRELSER */

.greyfilter {
  filter: grayscale(100%);
}

.fluidwrapper-big {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.fluidwrapper-small {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.mainpadding {
  padding-left: 100px;
  padding-right: 100px;
}

.fullwidth, img {
  display: block;
  width: 100%;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid black;
}

/* FARGEPALLETT */

.bg-lightgrey {
  background: #f1f1f1;
}

.bg-darkgrey {
  background: #a2a2a2;
}

.bg-yellow {
  background: yellow;
}

.bg-green {
  background: green;
}

/* TEKSTSTYLING */

h1 {font-size: 50px; font-family: "krete", serif; margin-bottom: 0.6em;}
h2 {font-size: 30px;}
h3 {font-size: 23px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

h1.sidetittel {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25em;
  font-weight: 500;
}

p {
  line-height: 1.35em;
}

.ingress {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 1.4em;
}

.textstyle h2,
.textstyle h3 {
  margin-bottom: 0.15em;
}

a {
  color: #4a4a4a;
  text-decoration: underline;
}

a:hover {
  color: #000000;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

.textstyle ol, .textstyle ul, .textstyle li {
	margin-left: 0;
	padding-left: 0;
}

.textstyle ul li {
  list-style-type: disc;
  margin-left: 1.25em;
}

.textstyle ol {
  list-style: decimal;
}

.textstyle ol li {
  list-style-position: outside;
  margin-left: 1.15em;
}

.textstyle p+p, .textstyle ul+p, .textstyle ol+p, .textstyle p+ul, .textstyle p+ol, .textstyle ol+ul, .textstyle ul+ol, .textstyle p+h3, .textstyle h3+h3, .textstyle ul+h3, .textstyle ol+h3, .textstyle p+h2, .textstyle h2+h2, .textstyle ul+h2, .textstyle ol+h2 {
  margin-top: 1.35em;
}

/* RESET FORM */

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
input[type=password],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance:none;
  border: 0;
  border-radius: 0;
}

*:focus {
  outline: 0;
}

::-webkit-input-placeholder {
   color: #232327;
}

:-moz-placeholder { /* Firefox 18- */
   color: #232327;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #232327;
}

:-ms-input-placeholder {  
   color: #232327;
}

/* BUTTON */

.button {
  display: inline-block;
  border: 0;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
  white-space: nowrap;
  text-decoration: none;
  padding: 14px 30px;
  margin: 0;
  cursor: pointer;
}

.button-red {
  background: #951637;
  color: #fff;
}

.button-red:hover {
    background: #373A36;
    color: #fff;
}

.button-grey {
    background: #373A36;
    color: #fff;
}

.button-grey:hover {
  background: #951637;
  color: #fff;
}

/* GRID */

.grid {
  display: block;
  overflow: hidden;
  clear: both;
}

.grid .grid-item {
  float: left;
}

.grid-4-4-3-2-1 {
  width: 102.53623188%;
  margin-right: -2.53623188%;
  margin-bottom: -2.53623188%;
}

.grid-4-4-3-2-1 .grid-item {
  width: 22.4637681%;
  height: 100px;
  margin-right: 2.53623188%;
  background: red;
  margin-bottom: 2.53623188%;
}

.grid-3-3-3-2-1 {
  width: 102.53623188%;
  margin-right: -2.53623188%;
  margin-bottom: -2.53623188%;
}

.grid-3-3-3-2-1 .grid-item {
  width: 30.7971014%;
  height: 100px;
  margin-right: 2.53623188%;
  background: red;
  margin-bottom: 2.53623188%;
}

.grid-2-2-2-1-1 {
  width: 102.777777777777778%;
  margin-right: -2.777777777777778%;
  margin-bottom: -2.777777777777778%;
}

.grid-2-2-2-1-1 .grid-item {
  width: 47.222222222222222%;
  margin-right: 2.777777777777778%;
  margin-bottom: 2.777777777777778%;
}

/* ISOTOPEGRID */

.isotopegrid {
  width: 100%;
  display: block;
}

.hoveritem {
  text-decoration: none;
  color: #373A36;
}

.hoveritem:hover,
.bildehover:hover img {
  opacity: 0.6;
}

.hoveritem img,
.bildehover img {
  margin-bottom: 0.8em;
}

.sortering {
  margin: 30px 0 44px 0;
  border-top: 1px solid #373A36;
  border-bottom: 1px solid #373A36;
}

.listetrigger-style {
  text-decoration: none;
  font-size: 23px;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 18px 40px 18px 0;
}

.triggersymbol {
  position: absolute;
  top: 19px;
  right: 0;
}

.listeinnhold {
  display: none;
  padding: 0 0 10px 0;
}

.button-group {
  width: 100%;
  display: block;
}

.filters a {
  background: #fff;
  border: 1px solid #373A36;
  border-radius: 5px;
  padding: 10px 28px;
  margin: 0 15px 15px 0;
  cursor: pointer;
  float: left;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.filters a:hover {
  color: #951637;
  border: 1px solid #951637;
}

.filters .is-checked, .filters .is-checked:hover {
  background: #373A36;
  color: #fff;
  border: 1px solid #373A36;
}

/* Isotope Advokater */

.persondata {
  font-size: 18px;
}

.isotopegrid-advokater .item, .isotopegrid-advokater .grid-sizer {
  width: 22.8571429%;
}

.isotopegrid-advokater .gutter-sizer {
  width: 2.85714286%;
}

.isotopegrid-advokater .item {
  margin-bottom: 2.85714286%;
}

/* Isotope Medarbeidere */

.isotopegrid-medarbeidere .item, .isotopegrid-medarbeidere .grid-sizer {
  width: 22.8571429%;
}

.isotopegrid-medarbeidere .gutter-sizer {
  width: 2.85714286%;
}

.isotopegrid-medarbeidere .item {
  margin-bottom: 3.5%;
}

/* GRID Medarbeidere */

.gridcontent {
  display: grid;
  grid-gap: 26px;
  padding-bottom: 3em;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Isotope Fagområder */

.isotopegrid-fagomrader .item, .isotopegrid-fagomrader .grid-sizer {
  width: 31.4285714%;
}

.isotopegrid-fagomrader .gutter-sizer {
  width: 2.85714286%;
}

.isotopegrid-fagomrader .item {
  margin-bottom: 2.85714286%;
  background: rgba(236, 227, 208, 0.695);
  padding: 35px;
  border-radius: 5px 20px 5px 20px;
}

.isotopegrid-fagomrader .item h3 {
  margin-bottom: 0.5em;
}

/* Isotope Aktuelt */

.isotopegrid-aktuelt .item, .isotopegrid-aktuelt .grid-sizer {
  width: 22.857142857142857%;
}

.isotopegrid-aktuelt .gutter-sizer {
  width: 2.857142857142857%;
}

.isotopegrid-aktuelt .item {
  margin-bottom: 2.857142857142857%;
  text-decoration: none;
}

.isotopegrid-aktuelt .item:hover {
  opacity: 0.8;
}

.isotopegrid-aktuelt img {
  margin-bottom: 1.2em;
}

.isotopegrid-aktuelt .item h3 {
  margin-bottom: 0.2em;
}

.indextekst {
  font-size: 18px;
}

/* Isotope Bildegalleri */

.isotopegrid-masonry .isoitem, .isotopegrid-masonry .grid-sizer {
  width: 31.7391304%;
}

.isotopegrid-masonry .gutter-sizer {
  width: 2.39130435%;
}

.isotopegrid-masonry .isoitem {
  margin-bottom: 2.39130435%;
}

/* Logobar */

.logobar {
  height: 130px;
}

.logobarwrapper {
  padding-right: 48px;
}

.mainlogo {
  float: left;
  margin-top: 35px;
  width: 255px;
}

.svgshadow {
  width: 400px;
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(62, 57, 57, 0.6));
  filter: drop-shadow( 1px 1px 2px rgba(62, 57, 57, 0.6));
}

.logobar-button {
  float: right;
  margin-top: 48px;
}

.logobar-button a,
.logobar-button div {
  float: left;
}

.logobar-button a {
  margin-right: 45px;
}

.logobar-button div {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 11px;
}

.logobar-button div.whitelook {
  color: #fff;
}

/* Fixed-menytrigger */

.fixed-menytrigger {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 800 !important;
  pointer-events: none;
}

.menytrigger {
  float: right;
  pointer-events: auto !important;
  position: relative !important;
  width: 300px !important;
  padding-left: 100px !important;
}

.midnight-wrapper {
  width: 36px !important;
  position: absolute !important;
  top: 61px !important;
  right: 0 !important;
  left: auto !important;
  padding-left: 100px !important;
}

.midnight-wrapper svg {
  float: right;
}

.midnightHeader.default svg rect {
  fill: #373A36;
}

.midnightHeader.white svg rect {
  fill: #fff;
}

/* Hovedmeny */

.o-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.c-menu {
  position: fixed;
  z-index: 900;
  background-color: #373A36;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  padding: 61px 90px;
  -webkit-overflow-scrolling: touch;
}


.c-menu--slide-right {
  height: 100%;
  width: 880px;
  top: 0;
  right: 0;
  -webkit-transform: translateX(880px);
      -ms-transform: translateX(880px);
          transform: translateX(880px);
  overflow-y: scroll;
}

.c-menu--slide-right.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body.has-active-menu {
  overflow: hidden;
}

.c-mask {
  position: fixed;
  z-index: 850;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
          transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.c-menu__close {
  display: inline-block;
  margin-bottom: 80px;
}

.c-menu__close img {
  width: 29px;
}

.c-menu a {
  display: block;
  line-height: 1.25em;
}

.hovedsider li {
  padding-bottom: 20px;
  border-bottom: 1px solid #7D7D7D;
  margin-bottom: 20px;
}

.hovedsider li a {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.undersider li {
  margin-bottom: 10px;
}

.undersider li a {
  color: #A4A4A4;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.c-menu a:hover {
  opacity: 0.8;
}

/* Søkefelt */

.sokefelt {
  background: #2A2A2A;
  position: relative;
  margin: 50px 0 40px 0;
}

.sokefelt input[type=text] {
  background: transparent;
  width: 100%;
  padding: 10px 42px;
  color: #fff;
  font-weight: 400;
}

.sokefelt i {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #A4A4A4;
  font-weight: 400;
}

.sokefelt ::-webkit-input-placeholder {
   color: #A4A4A4;
   font-weight: 400;
}

.sokefelt :-moz-placeholder { /* Firefox 18- */
   color: #A4A4A4;
   font-weight: 400;
}

.sokefelt ::-moz-placeholder {  /* Firefox 19+ */
   color: #A4A4A4;
   font-weight: 400;
}

.sokefelt :-ms-input-placeholder {  
   color: #A4A4A4;
   font-weight: 400;
}

/* Forside */

.forside-toppbilde {
  display: block;
  width: 100%;
  height: 800px;
  position: relative;
}

.forside-payoff {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  display: block; 
}

.payoff-wrapper {
  width: 100%;
  max-width: 700px;
}

.payoff-transparent {
  background-color: rgba(62, 57, 57, 0.6);
  padding: 40px;
  border-radius: 5px;
}

.forside-payoff h1 {
  color: #fff;
  font-size: 55px;
  text-shadow: 1px 1px 5px rgba(62, 57, 57, 0.8);
}

.forsideintro {
  display: block;
}

.forsideintro-tekst {
  font-size: 30px;
  font-weight: 400;
}

.forsideknapper {
  margin-bottom: 70px;
}

.forsideknapper .grid-item {
  margin-bottom: 0;
}

.forsideknapper a {
  background: #373A36;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 50px 30px 45px 30px;
  line-height: 1.3em;
}

.forsideknapper a:hover {
  background: #951637;
}

.forsideknapper img {
  width: 48px;
  display: inline-block;
  margin-right: 20px;
}

.forsideknapper span {
  position: relative;
  top: -13px;
}

.forsidesaker {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #F4F4F4;
}

.forsidesaker + .footer {
  margin-top: 0;
}

/* Sidemal */

.fluidmargin-bottom {
  margin-bottom: 50px;
}

.toppbilde-bottom {
  margin-bottom: 60px;
}

.toppbilde,
.toppbilde iframe {
  width: 100%;
  display: block;
  height: 470px;
}

iframe {
  width: 100%;
  display: block;
  height: 400;
}

.fluidmargin-bottom + .fluid-mellomtittel-liten {
  margin-top: -0.8em; 
}

.bildetekst {
  font-size: 18px;
  font-style: italic;
  margin-top: 0.4em;
}

.sitat {
  font-size: 40px;
  font-style: italic;
  color: #951637;
}

.sitat-kilde {
  margin-top: 0.8em;
  font-size: 16px;
  font-weight: 400;
}

.fluid-tekstliste .fluidwrapper-small {
  border-bottom: 1px solid #373A36;
}

.tekstlistecontainer {
  border-top: 1px solid #373A36;
}

.fluid-tekstliste .listeinnhold {
  padding: 0 0 30px 0;
}

.faktaboks {
  padding: 50px 35px;
}

.faktaboks img {
  height: auto;
  max-height: 120px;
  width: auto;
  max-width: 250px;
}

.faktabilde {
   margin-bottom: 1.3em;
   display: flex;
   align-items: center;
}

.faktaboks h2 {
  margin-bottom: 0.5em;
}

.faktafarge-lysebla {
  background: rgba(236, 227, 208, 0.695);
}

.faktafarge-lysegra {
  background: #F4F4F4;
}

.faktafarge-morkegra {
  color: #fff;
  background: #373A36;
}

.faktafarge-rod {
  color: #fff;
  background: #951637;
}

.fluid-faktabokssmal .faktaboks {
  width: 50%;
  float: left;
}

.fluid-knapp .button {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* CV */

.print-cv-title {
  display: none;
}

.cv-bilde {
  float: left;
  width: 31.428571428571429%;
}

.cv-bilde img {
  margin-bottom: 40px;
}

.cv-tekst {
  float: right; 
  width: 65.714285714285714%;
}

.cv-tekst h1 {
  margin-bottom: 0.1em;
}

.cv-kontaktinfo {
  margin-bottom: 2em;
}

.cv-beskrivelse {
  margin-bottom: 2em;
}

.cv-tekst .button {
  margin-bottom: 2em;
}

.cv-fagomrader h2 {
  padding: 30px 0;
}

.fagomrade-print {
  display: none;
  margin-top: 1.35em;
}

/* Søkeresultat */

.sokeutlisting {
  border-top: 1px solid #373A36; 
}

.sokeutlisting li {
  border-bottom: 1px solid #373A36;
}

.sokeutlisting a {
  text-decoration: none;
  display: block;
  padding: 20px 0; 
}

.sokeutlisting a:hover {
  color: #951637;
}

/* Footer */

.footerline-print {
  display: none;
}

.footer {
  background: #373A36;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-top: 70px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  opacity: 0.6;
}

.footer-logo img {
  width: 100%;
  max-width: 220px;
}

.footer-logo {
  display: block;
  margin-bottom: 38px;
}

.footeradresse-wrapper {
  float: left;
}

.footeradresse {
  float: left;
  margin-bottom: 30px;
}

.adressefelt-en,
.adressefelt-to {
  margin-right: 60px;
}

.footer-medlem {
  float: right;
}

.footer-medlem img {
  width: 100%;
  max-width: 310px;
}

.footer .fluidwrapper-big {
  position: relative;
}

.footer-kredits {
  position: absolute;
  left: 0;
  bottom: -50px;
}

.footer-kredits p {
  color: #fff;
  opacity: 0.2;
  font-size: 16px;
}

.footer-kredits a {
  text-decoration: none;
}

/* TABLET HORISONTAL
----------------------------------------------- */
@media only screen and (max-width: 1279px) {
  
body { 
  font-size: 18px;
}
  
.mainpadding {
  padding-left: 60px;
  padding-right: 60px;
}

/* TEKSTSTYLING */

h1 {font-size: 40px; font-family: "krete", serif; margin-bottom: 0.7em;}
h2 {font-size: 25px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-weight: 500;
}

.ingress {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1.4em;
}

/* BUTTON */

.button {
  font-size: 16px;
}

/* Logobar */

.logobar {
  height: 120px;
}

.logobarwrapper {
  padding-right: 42px;
}

.mainlogo {
  margin-top: 33px;
  width: 220px;
}

.logobar-button {
  margin-top: 42px;
}

.logobar-button a {
  margin-right: 30px;
}

.logobar-button div {
  font-size: 16px;
}

/* Fixed-menytrigger */

.midnight-wrapper {
  top: 54px !important;
}

.midnight-wrapper svg {
  width: 32px;
}

/* Hovedmeny */

.c-menu {
  padding: 55px 50px;
}


.c-menu--slide-right {
  width: 600px;
  -webkit-transform: translateX(600px);
      -ms-transform: translateX(600px);
          transform: translateX(600px);
}

.c-menu__close {
  margin-bottom: 60px;
}

.c-menu__close img {
  width: 27px;
}

.hovedsider li {
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.hovedsider li a {
  font-size: 26px;
}

.undersider li {
  margin-bottom: 12px;
}

.undersider li a {
  font-size: 22px;
}

/* Forside */

.forside-toppbilde {
  height: 800px;
}

.forside-payoff {
  bottom: 60px;
}

.payoff-transparent {
  padding: 30px;
}

.forside-payoff h1 {
  font-size: 42px;
}

.forsideintro-tekst {
  font-size: 22px;
}

.forsideknapper a {
  font-size: 22px;
  padding: 40px 30px 30px 30px;
}

.forsideknapper img {
  width: 35px;
  margin-right: 15px;
}

.forsideknapper span {
  top: -9px;
}

.forsidesaker {
  padding-top: 50px;
  padding-bottom: 40px;
}

/* ISOTOPEGRID */

.listetrigger-style {
  font-size: 20px;
  padding: 15px 40px 15px 0;
}

.filters a {
  font-size: 16px;
  padding: 10px 18px;
}

/* Isotope Advokater */

.persondata {
  font-size: 16px;
}

/* Sidemal */

.toppbilde-bottom {
  margin-bottom: 50px;
}

.fluidmargin-bottom {
  margin-bottom: 40px;
}

.bildetekst {
  font-size: 16px;
}

.sitat {
  font-size: 32px;
}

.faktaboks {
  padding: 40px 25px;
}

/* Footer */

.footer {
  font-size: 16px;
}

.footeradresse {
  float: none;
}


}

/* TABLET VERTICAL
----------------------------------------------- */
@media only screen and (max-width: 1023px) {
  
.mainpadding {
  padding-left: 50px;
  padding-right: 50px;
}

/* GRID */  

.grid-4-4-3-2-1,
.grid-3-3-3-2-1 {
  width: 103.66972477%;
  margin-right: -3.66972477%;
  margin-bottom: -3.66972477%;
}

.grid-4-4-3-2-1 .grid-item,
.grid-3-3-3-2-1 .grid-item {
  width: 29.6636085%;
  margin-right: 3.66972477%;
  margin-bottom: 3.66972477%;
}


.grid-2-2-2-1-1 {
  width: 104.088050314465409%;
  margin-right: -4.088050314465409%;
  margin-bottom: -4.088050314465409%;
}

.grid-2-2-2-1-1 .grid-item {
  width: 45.911949685534591%;
  margin-right: 4.088050314465409%;
  margin-bottom: 4.088050314465409%;
}

.forsideknapper {
  margin-bottom: 50px;
}

.forsideknapper .grid-item {
  margin-bottom: 0;
}

.c-menu--slide-right {
  width: 100%;
  overflow-y: scroll;
}

/* Isotope Aktuelt */

.isotopegrid-aktuelt .item, .isotopegrid-aktuelt .grid-sizer {
  width: 47.868852459016393%;
}

.isotopegrid-aktuelt .gutter-sizer {
  width: 4.262295081967213%;
}

.isotopegrid-aktuelt .item {
  margin-bottom: 4.262295081967213%;
}

/* Isotope Advokater */

.isotopegrid-advokater .item, .isotopegrid-advokater .grid-sizer {
  width: 31.310942578548212%;
}

.isotopegrid-advokater .gutter-sizer {
  width: 3.033586132177681%;
}

.isotopegrid-advokater .item {
  margin-bottom: 4%;
}

/* Isotope Medarbeidere */

.isotopegrid-medarbeidere .item, .isotopegrid-medarbeidere .grid-sizer {
  width: 31.310942578548212%;
}

.isotopegrid-medarbeidere .gutter-sizer {
  width: 3.033586132177681%;
}

.isotopegrid-medarbeidere .item {
  margin-bottom: 4%;
}

/* GRID Medarbeidere */

.gridcontent {
  display: grid;
  grid-gap: 26px;
  padding-bottom: 3em;
}

.grid-4 {
  grid-template-columns: repeat(3, 1fr);
}

/* Isotope Fagområder */

.isotopegrid-fagomrader .item, .isotopegrid-fagomrader .grid-sizer {
  width: 47.868852459016393%;
}

.isotopegrid-fagomrader .gutter-sizer {
  width: 4.262295081967213%;
}

.isotopegrid-fagomrader .item {
  margin-bottom: 4.262295081967213%;
  padding: 25px;
}

/* Hovedmeny */ 

.c-menu--slide-right {
  width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

}

/* MOBILE HORISONTAL
----------------------------------------------- */
@media only screen and (max-width: 767px) {

.mainpadding {
  padding-left: 25px;
  padding-right: 25px;
}

/* GRID */  

.grid-4-4-3-2-1,
.grid-3-3-3-2-1 {
  width: 104.97237569%;
  margin-right: -4.97237569%;
  margin-bottom: -4.97237569%;
}

.grid-4-4-3-2-1 .grid-item,
.grid-3-3-3-2-1 .grid-item {
  width: 45.0276243%;
  margin-right: 4.97237569%;
  margin-bottom: 4.97237569%;
}

/* Isotope Bildegalleri */

.isotopegrid-masonry .isoitem, .isotopegrid-masonry .grid-sizer {
  width: 47.838214783821478%;
}

.isotopegrid-masonry .gutter-sizer {
  width: 4.323570432357043%;
}

.isotopegrid-masonry .isoitem {
  margin-bottom: 4.323570432357043%;
}

/* Isotope Advokater */

.isotopegrid-advokater .item, .isotopegrid-advokater .grid-sizer {
  width: 48.184357541899441%;
}

.isotopegrid-advokater .gutter-sizer {
  width: 3.631284916201117%;
}

.isotopegrid-advokater .item {
  margin-bottom: 4%;
}

/* Isotope Medarbeidere */

.isotopegrid-medarbeidere .item, .isotopegrid-medarbeidere .grid-sizer {
  width: 48.184357541899441%;
}

.isotopegrid-medarbeidere .gutter-sizer {
  width: 3.631284916201117%;
}

.isotopegrid-medarbeidere .item {
  margin-bottom: 4%;
}

/* GRID Medarbeidere */

.gridcontent {
  display: grid;
  grid-gap: 26px;
  padding-bottom: 3em;
}

.grid-4 {
  grid-template-columns: repeat(2, 1fr);
}

/* Hovedmeny */

.c-menu {
  padding: 55px 25px;
}

/* Forside */

.forside-toppbilde {
  height: 650px;
}

.forside-payoff {
  bottom: 0;
}

.forside-payoff .mainpadding {
  padding-right: 0;
  padding-left: 0;
}

.payoff-transparent {
  padding: 50px 30px;
  border-radius: 0;
}

.forside-payoff h1 {
  font-size: 34px;
}

.payoff-wrapper {
  padding: 50px 30px;
  max-width: 500px;
}

.forsideintro-tekst {
  font-size: 20px;
}

/* Sidemal */

.toppbilde,
.toppbilde iframe {
  height: 350px;
}

.toppbilde-bottom {
  margin-bottom: 40px;
}

/* CV */

.cv-bilde {
  width: 100%;
}

.cv-bilde img {
  margin-bottom: 40px;
}

.cv-tekst {
  width: 100%;
}

/* Footer */ 

.footer-medlem {
  float: none;
}

}

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

/* Logobar */

.logobar-button a {
  display: none;
}

.forside-payoff .button-grey {
    background: #951637;
    color: #fff;
}

.forside-payoff .button-grey:hover {
  background: #373A36;
  color: #fff;
}
  
}

/* MOBILE VERTICAL
----------------------------------------------- */
@media only screen and (max-width: 567px) {
  
/* GRID */  
  
.grid-4-4-3-2-1,
.grid-3-3-3-2-1,
.grid-2-2-2-1-1 {
  width: 100%;
  margin-right: 0;
  margin-bottom: -25px;
}

.grid-4-4-3-2-1 .grid-item,
.grid-3-3-3-2-1 .grid-item,
.grid-2-2-2-1-1 .grid-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

.forsideknapper {
  margin-bottom: 20px;
}

.forsideknapper .grid-item {
  margin-bottom: 30px;
}

/* Isotope Aktuelt */

.isotopegrid-aktuelt .item, .isotopegrid-aktuelt .grid-sizer {
  width: 100%;
}

.isotopegrid-aktuelt .gutter-sizer {
  width: 0;
}

.isotopegrid-aktuelt .item {
  margin-bottom: 40px
}

/* Isotope Advokater */

.isotopegrid-advokater .item, .isotopegrid-advokater .grid-sizer {
  width: 100%;
}

.isotopegrid-advokater .gutter-sizer {
  width: 0;
}

.isotopegrid-advokater .item {
  margin-bottom: 30px;
}

/* Isotope Fagområder */

.isotopegrid-fagomrader .item, .isotopegrid-fagomrader .grid-sizer {
  width: 100%;
}

.isotopegrid-fagomrader .gutter-sizer {
  width: 0;
}

.isotopegrid-fagomrader .item {
  margin-bottom: 30px;
}

/* Isotope Medarbeidere */

.isotopegrid-medarbeidere .item, .isotopegrid-medarbeidere .grid-sizer {
  width: 100%;
}

.isotopegrid-medarbeidere .gutter-sizer {
  width: 0;
}

.isotopegrid-medarbeidere .item {
  margin-bottom: 30px;
}

/* GRID Medarbeidere */

.gridcontent {
  gap: 35px;
}

.grid-4 {
  grid-template-columns: 1fr;
}

/* Sidemal */

.fluid-faktabokssmal .faktaboks {
  width: 100%;
}

}

@media only screen and (max-width: 415px) {
  
.logobar-button div {
  display: none;
}

}

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

.faktaboks img {
  height: auto;
  max-height: none;
  width: 100%;
  max-width: 250px;
  margin-bottom: 1.3em;
}

}
