/* cmsms stylesheet: vikomar17 modified: 03. juli 2018 kl. 11.25 +0200 */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body, html {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: 100%;
  min-width: 320px;
  background: #0e3c46;
}
body {
  font-size: 1.0em;
  width: 100%;
}

/* TEXT */

p {
  font-weight: 300;
  margin: 5px 0 20px 0;
  font-size: 1.0em;
  line-height: 1.4em;
  transition: color 0.3s ease 0s;
}
b, strong {
  font-weight: 500;
}
h1 {
  position: relative;
  color: #007589;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #007589;
  background: #eff2f3;
  padding: 13px 0;
}
h2 {
  color: #007589;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 700;
  margin: 20px 0 20px 0;
  padding: 0 0 5px 0;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #007589;
}
h3 {
  color: #000000;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  margin: 25px 0 5px 0;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h4 {
  font-size: 1.5em;
  font-weight: 300;
  color: #000000;
  margin: 20px 0 5px 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
a {
  color: #007589;
  text-decoration: none;
  outline: none;
  transition: color .3s, background-color .3s, border .3s;
}
a:hover, a:focus, a:active {
  color: red;
}
hr {
  display: block;
  position: relative;
  width: 100%;
  height: 1ox;
  margin: 30px auto;
  background: #ccc;
}
ul, ol {
  margin: 5px 0 20px 0;
  padding: 0 0 0 20px;
}
li {
  margin: 0;
  padding: 0 0 0 5px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0 20px 0;
}
table tr {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
table td, table th {
  text-align: right;
  overflow: hidden;
  border-left: 1px solid #ccc;
  padding: 2px 8px;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.1em;
}
table td:nth-of-type(1), table th:nth-of-type(1) {
  border-left: none;
  text-align: left;
}
table td {
  font-size: 1em;
  vertical-align: center;
}
table th {
  font-size: 1.1em;
  line-height: 1.0em;
  vertical-align: bottom;
  padding-bottom: 4px;
  font-weight: 500;
}
.clearb {
  clear: both;
  float: none !important;
}

/********* SKJEMA **********/

.skjema>div {
  padding: 5px 0;
  clear: both;
}
.skjema label, .skjema input {
  height: 42px;
  padding: 8px 0;
  line-height: 26px;
}
.skjema label, .skjema input, .skjema textarea {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.0em;
}
.skjema label {
  width: 100%;
  margin: 0;
  padding-right: 10px;
  display: block;
  float: left;
  text-align: right;
  font-size: 0.9em;
  text-transform: uppercase;
}
.skjema input, .skjema textarea {
  font-size: 1.0em;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  display: block;
  color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background: #FFF;
  background: rgba(200, 200, 200, 0.4);
  transition: background .3s, color .3s;
}
.skjema textarea {
  height: 150px;
  resize: none;
}
.skjema input:focus, .skjema textarea:focus {
  background: #fff;
  color: #000;
}
input[type="submit"], .btn {
  font-weight: 500;
  padding: 6px 10px;
  color: #007589;
  background: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #007589;
  transition: color .3s, background-color .3s;
}
input[type="submit"]:hover, .btn:hover {
  background-color: #007589;
  color: #fff;
}
input[type="submit"]:active, .btn:active {
  position: relative;
  top: 1px;
  background-color: #007589;
  color: #fff;
}
.frm_website {
  display: none;
}
.fb_invalid input, .fb_invalid textarea, :-moz-ui-invalid:not(output) {
  box-shadow: 0 0 1.5px 1px white;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.3;
  text-transform: uppercase;
}
.error_message {
  width: 100%;
  margin: 20px 0;
  border: solid 1px red !important;
  background-color: #FFBABA;
  font-size: 0.8em;
  color: #D8000C;
}
.error_message ul {
  margin: 0 0 0 15px;
  padding: 10px;
}
.error_message li {}

/* LAYOUT */

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 0;
}
.inner.smal {
  max-width: 500px;
}
.row {
  margin: 40px 0 0 0;
}

/***** structure ****/

#site {
  padding: 0px;
  margin: 0px;
  background: #FFF;
  z-index: 10;
}
#headerbanner {
  background-color: #12404a;
  background-image: url('/uploads/designs/vikomar17/topp_banner_duotone-2000px.jpg');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#headerbanner .logo {
  position: relative;
  width: 160px;
  padding: 25px 0 24px 0;
  margin: 0 auto;
}
#headerbanner .logo a {
  display: block;
  width: 160px;
  height: 116px;
  margin: 0 0;
  padding: 0 0;
  text-indent: -9999px;
  background-image: url('/uploads/designs/vikomar17/vikomar-true-pelagic-passion-white.png');
  background-image: linear-gradient(transparent, transparent), url('/uploads/designs/vikomar17/vikomar-true-pelagic-passion-white.svg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #007589;
  transition: box-shadow .3s;
}
.floatingheader #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  position: relative;
  float: left;
}
#header .logo a {
  display: block;
  width: 30px;
  height: 45px;
  margin: 10px 0;
  padding: 0 0;
  text-indent: -9999px;
  background-image: url('/uploads/designs/vikomar17/vikomar-symbol-black.png');
  background-image: linear-gradient(transparent, transparent), url('/uploads/designs/vikomar17/vikomar-symbol-black.svg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#banner {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0 0;
}
#banner .img {
  position: relative;
  z-index: 50;
}
#banner .img>img, .banner .img>img{
  display: block;
  width: 100%;
  height: auto;
}
#banner .logo {
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  right: 0;
  background-image: url('/uploads/designs/vikomar17/vikomar_big_logo_white.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 50;
}
#content {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  z-index: 40;
  overflow: hidden;
  padding: 50px 0;
}
#footer {
  position: relative;
  z-index: 40;
  width: 100%;
  padding: 40px 0 100px 0;
  background-color: #0e3c46;
  background-image: url('/uploads/designs/vikomar17/footer_banner_duotone-1000px.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .logo {
  position: relative;
  display: block;
  width: 220px;
  height: 160px;
  margin: 0 auto;
  padding: 0 0;
  text-indent: -9999px;
  background-image: url('/uploads/designs/vikomar17/vikomar-true-pelagic-passion-white.png');
  background-image: linear-gradient(transparent, transparent), url('/uploads/designs/vikomar17/vikomar-true-pelagic-passion-white.svg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#footer .adr {
  text-align: center;
  padding: 20px 0 0 0;
}
#footer, #footer p, #footer a, #footer h3 {
  color: #FFF;
}
#footer a:hover {}
#footer .facebook {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url('/uploads/designs/vikomar17/facebok-hvit.svg');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#footer .privacy {
  position: relative;
  display: block;
  margin: 20px auto 0px auto;
  text-align: center;
}
#footer .ekhgrafisk {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.2);
}
#footer .ekhgrafisk:hover {
  color: rgba(255, 255, 255, 0.5);
}

/******** LAYOUT *******/

.topimage {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0;
}
.ingress {
  display: block;
  width: 100%;
}
.ingress:after {
  content: "";
  display: block;
  clear: both;
}
.ingress .text {
  display: block;
  width: 65%;
  float: left;
}
.ingress .image {
  display: block;
  width: 30%;
  float: right;
}
.ingress.right-text .text {
  float: right;
}
.ingress.right-text .image {
  float: left;
}

/******** MENU ********/

#menu {
  position: relative;
  float: right;
  z-index: 20;
  font-weight: 300;
}
#menu #menuwrapper {}
#menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu li {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu a {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin: 0 0 0 30px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #007589;
  transition: color .3s, background .3s, border .3s;
}
#menu a span {
  display: block;
  transition: margin .1s;
}
#menu a:hover span {
  margin: 3px 0 -3px 0;
}
#menu a.menuactive {
  color: #007589;
  border-bottom: 5px solid #007589;
  padding-bottom: 5px;
}

/**** mobile  menu ****/

#mobilemenu {
  /*display: none;*/
}
#mobilemenu_show {
  position: fixed;
  display: none;
  top: 0px;
  right: 0px;
  z-index: 150;
}
#mobilemenu_show a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  background-image: url('/uploads/designs/vikomar17/meny-ikon-sort.png');
  background-size: 19px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.mm-menu {
  display: none;
  background: #222;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.0em;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
  color: #FFF;
}
.mm-navbar {
  border-color: #666;
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
  border-color: #666;
}
.mm-menu .mm-listview {
  border-color: #666;
  font-size: 1.0em;
}
.mm-listview>li.menuactive {
  background-color: #333;
}
.mm-menu .mm-listview>li .mm-next::after {
  border-color: #666;
}
.mm-listview>li>a, .mm-listview>li>span {
  padding: 15px 10px 15px 15px;
}
.mm-listview>li:not(.mm-divider)::after {
  left: 0;
}

/**** RESPONSIVE ****/

@media screen and (min-width: 1600px) {
  /* over 1600px */
}
@media screen and (min-width: 2000px) {
  /* over 2000px */
}
@media screen and (max-width: 1000px) {
  /* under 1000px */
  #menu a {
    font-size: 1.1em;
    margin-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  /* under 850px */
}
@media screen and (max-width: 750px) {
  /* under 750px */
}
@media screen and (max-width: 700px) {
  /* under 700px */
  body {
    top: 0px !important;
  }
  table {
    margin: 20px 0 10px 0;
  }
  table th {
    padding: 2px 4px;
    font-size: 1.0em;
    line-height: 1.1em;
  }
  table td {
    padding: 2px 4px;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .inner {
    width: 100%;
    padding: 0 10px;
  }
  #site {
    padding-top: 56px;
  }
  #header {
    display: block;
  }
  #header .logo a {
    width: 27px;
    height: 40px;
    margin: 8px 0;
  }
  #headerbanner {
    display: none;
  }
  #content {
    padding: 20px 0;
  }
  #banner {
    padding-top: 20px;
  }
  #banner .scrolldown {
    display: none;
  }
  #menu {
    display: none;
  }
  .mm-menu {
    display: block;
  }
  #mobilemenu_show {
    display: block;
  }
  .ingress .text {
    width: 100%;
    float: none;
  }
  .ingress .image {
    display: none;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.1em;
    padding: 8px 0;
  }
  h4 {
    font-size: 1.2em;
  }
  .btn {
    font-size: 0.8em;
  }

}
/* cmsms stylesheet: vikomar17elements modified: 03. des. 2019 kl. 14.18 +0100 */
.page_home #headerbanner {
  display: none;
}
.page_home #header {
  position: fixed;
}
.page_home #banner {
  padding-top: 0px;
}
.page_contact #banner {
  padding-top: 0px;
}
.flexboxes2sp {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.flexboxes2sp .item {
  position: relative;
  display: block;
  float: left;
  width: 47%;
  text-align: center;
  margin-bottom: 30px;
}
.flexboxes2sp .item:nth-of-type(2n+1) {
  margin-right: 6%;
}
.flexboxes2sp .item a {
  display: block;
}
.flexboxes2sp .bilde {
  display: block;
  overflow: hidden;
}
.flexboxes2sp .bilde img {
  display: block;
  transition: transform .3s;
}
.boks-meny h1 {
  margin-bottom: 20px;
  transition: color .3s, background-color .3s;
}
.boks-meny .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.boks-meny a:hover h1 {
  background: #007589;
  color: #FFF;
}
.boks-meny a:hover .btn {
  background-color: #007589;
  color: #fff;
}
.boks-meny a:hover .bilde img {
  transform: scale(1.02);
}
.video {
  padding: 30px 0;
  background: #EEE;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  margin-top: 0px;
  height: 0;
  width: 100%;
}
.video-wrapper.video-smal {
  max-width: 400px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kart {
  height: 400px;
  width: 100%;
}
#products_overview_wrapper {
  width: 100%;
  overflow: hidden;
}
#products_overview {
  position: relative;
  width: 103.5%;
}
#products_overview .cat {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-right: 3.33%;
  margin-bottom: 15px;
}
#products_overview .title {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #007589;
  margin: 30px 0 15px 0;
  padding: 0 0 5px 0;
}
#products_overview .title h2 {
  display: inline;
  border: none;
  margin: 0 6px 0 0;
}
#products_overview .title p {
  display: inline;
  color: #000;
  font-weight: 500;
  font-size: 1em;
  font-style: italic;
}
#products_overview img {
  width: 100%;
  height: auto;
}
#products_overview .item {
  display: block;
  width: 30%;
  margin-right: 3.33%;
  float: left;
}
#products_overview .item:last-of-type {
  margin-right: 0 !important;
}
#products_overview .cat.count2 {
  width: 63.33%;
}
#products_overview .cat.count2 .item {
  width: 47.4%;
  margin-right: 5.2%;
}
#products_overview .cat.count1 {
  width: 30%;
}
#products_overview .cat.count1 .item {
  width: 100%;
  margin-right: 0%;
}
.vikomar-timeline h2 {
  background: #007589;
  color: #FFF;
  border: none;
  padding: 15px 0;
  margin: 40px 0 40px 0;
}
.vikomar-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.vikomar-timeline .item {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 20px;
}
.vikomar-timeline .item.fade {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity .6s, transform .6s;
}
.vikomar-timeline .item.in {
  opacity: 1;
  transform: translateX(0px);
}
.vikomar-timeline h3 {
  margin: 20px 0 15px 0;
}
.vikomar-timeline .image {
  position: relative;
}
.vikomar-timeline .image img {
  width: 75%;
  height: auto;
}
.vikomar-timeline .image:after {
  content: "";
  position: absolute;
  top: 0;
  right: -26%;
  height: 100%;
  width: 30%;
  background-image: url('/uploads/designs/vikomar17/timeline-arrow-next.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.vikomar-timeline .item:last-of-type .image:after {
  display: none;
}
.history {
  margin: 50px 0 0 0;
}
.history .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.history .item:after {
  content: "";
  display: block;
  clear: both;
}
.history .item h2 {
  float: left;
  display: block;
  position: relative;
  width: 30%;
  background-color: #007589;
  color: #FFF;
  border: none;
  margin: 0 5% 0 0;
  padding: 0 0;
  font-weight: 300;
  font-size: 2.7em;
  transform: scale(1.1) translateX(-100px) translateY(100px);
  opacity: 0;
  transition: opacity .6s, transform 1s;
}
.history .item h2 span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.history .item .text {
  float: right;
  display: block;
  position: relative;
  width: 65%;
  margin: 0;
  padding: 15px 0 0 0;
  transform: scale(1.1) translateX(100px) translateY(100px);
  opacity: 0;
  transition: opacity .6s, transform 1s;
}
.history .item h2.in {
  transform: scale(1) translateX(0px) translateY(0px);
  opacity: 1;
}
.history .item .text.in {
  transform: scale(1) translateX(0px) translateY(0px);
  opacity: 1;
}
.ansatte {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}
.ansatte:after {
  content: "";
  display: block;
  clear: both;
}
.ansatte .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  float: left;
}
.ansatte .item:nth-of-type(3n+3) {
  margin-right: 0;
}
.ansatte .item .bilde {
  margin-bottom: 15px;
}
.ansatte .item .bilde img {
  display: block;
  width: 100%;
  height: auto;
}
.ansatte .item h4 {
  margin: 0;
}
.ansatte .item p {
  margin: 0;
}
.ansatte .item p.title {
  margin-bottom: 10px;
  font-weight: 700;
}
#catch-area-map {
  position: relative;
  margin: 20px 0 0 0;
}
#catch-area-map .map {
  position: relative;
  z-index: 1;
}
#catch-area-map .map img, #catch-area-map .layer img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#catch-area-map .nav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: #eee;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
#catch-area-map .layer {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#catch-area-map .layer.on {
  display: block;
}
.flipper {
  margin: 8px 0 8px 0px;
  line-height: 1.1em;
}
.flipper a {
  display: inline-block;
  position: relative;
  background: #007589;
  border: 1px solid #007589;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.05em;
  padding: 3px 28px 3px 6px;
  margin: 0 10px 0 0;
}
.flipper a::before {
  position: absolute;
  background-color: #fff;
  border: 1px solid #007589;
  border-radius: 50%;
  box-shadow: -1px 2px 2px rgba(9, 9, 9, 0.15);
  content: " ";
  height: 100%;
  margin: -4px 0 -4px 10px;
  right: -1px;
  width: 24px;
}
.flipper a:hover:before {
  right: 1px;
}
.flipper a.off {
  background: #fff;
  border-color: #ccc;
  color: #c30;
  padding: 3px 6px 3px 28px;
}
.flipper a.off:before {
  border-color: #ccc;
  box-shadow: 1px 2px 2px rgba(9, 9, 9, 0.15);
  left: -1px;
  margin: -4px 10px -4px 0;
  right: auto;
}
@media screen and (max-width: 900px) {
  .vikomar-timeline .item {
    width: 100%;
    float: none;
    padding: 0px 0px;
    margin: 0 0 10px 0;
  }
  .vikomar-timeline .item:after {
    content: "";
    display: block;
    clear: both;
  }
  .vikomar-timeline .image {
    float: left;
    width: 25%;
  }
  .vikomar-timeline .image:after {
    display: none;
  }
  .vikomar-timeline .text {
    float: left;
    width: 75%;
    text-align: left;
  }
  .vikomar-timeline h3 {
    margin: 5px 0 5px 0;
  }
  .history .item h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 800px) {
  /* under 800px */
  #products_overview .cat.count2, #products_overview .cat.count1 {
    width: 100%;
  }
  #products_overview .item, #products_overview .cat.count2 .item, #products_overview .cat.count1 .item {
    width: 47%;
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 700px) {
  .history .item {
    display: block;
  }
  .history .item h2 {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    float: none;
  }
  .history .item .text {
    width: 100%;
    margin: 0;
    float: none;
  }
  .history .item h2 span {
    position: relative;
    top: 0;
    transform: none;
  }
  .ansatte .item {
    width: 48%;
    margin-right: 4%;
  }
  .ansatte .item:nth-of-type(3n+3) {
    margin-right: 4%;
  }
  .ansatte .item:nth-of-type(2n+2) {
    margin-right: 0px;
  }
  #catch-area-map .nav {
    padding: 6px 10px;
  }
  p.flipper {
    margin: 5px 0 5px 0px;
    font-size: 0.8em;
  }
  .flipper a {
    padding-right: 21px;
    margin-right: 6px;
  }
  .flipper a.off {
    padding-left: 21px;
  }
  .flipper a::before {
    width: 19px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    margin-bottom: 15px;
  }
  .boks-meny h1 {
    margin-bottom: 10px;
  }
  .boks-meny .btn {
    bottom: 5px;
    right: 5px;
    padding: 4px 8px;
  }
  .flexboxes2sp .item {
    width: 48.5%;
  }
  .flexboxes2sp .item:nth-of-type(2n+1) {
    margin-right: 3%;
  }
  .vikomar-timeline h2 {
    margin: 20px 0 20px 0;
  }
}
