/* cmsms stylesheet: hukkelberg16 modified: 07. okt. 2019 kl. 09.17 +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: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: 100%;
  min-width: 320px;
  background: #e3effb;
}
body {
  font-size: 1.0em;
  width: 100%;
}

/* TEXT */

p {
  font-weight: 300;
  margin: 5px 0 20px 0;
  font-size: 1.1em;
  line-height: 1.4em;
  transition: color 0.3s ease 0s;
}
b, strong {
  font-weight: 600;
}
h1 {
  font-family: "bebas-neue", "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  color: #000;
  font-size: 2.1em;
  font-weight: 300;
  margin: 0px 0 15px 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}
h2 {
  font-family: "bebas-neue", "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 300;
  margin: 20px 0 20px 0;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  font-family: "bebas-neue", "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1em;
  margin: 25px 0 10px 0;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ingress h3 {
  font-family: "bebas-neue", "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1em;
  margin: 25px 0 10px 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;
}
.ingress {
  position: relative;
  display: block;
  width: 100%;
  background-color: #2d7fc4; /*#0097d8*/
  color: #FFF;
}
.ingress .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 31%;
  background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ingress .tekst {
  padding: 30px 30px 20px 30px;
}
.ingress .tekst.withimg {
  width: 69%;
}
.ingress p, .ingress h1 {
  color: #FFF;
}
.ingress a {
  color: #FFF;
}
.ingress.enkel .tekst {
  padding: 10px 30px;
}
.ingress.enkel h1 {
  margin: 0;
}
.extratext {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ddd; /*#0097d8*/
  color: #000;
  padding: 30px 30px 20px 30px;
  margin-top: 20px;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
a {
  color: #2d7fc4;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus, a:active {
  color: #004289;
}
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 15px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
table tr {
/*  border-bottom: 1px solid #ccc;*/
  border: none;
  margin: 0;
  padding: 0;
}
table td, table th {
  text-align: left;
  overflow: hidden;
  border: none;
  padding: 4px 6px;
}
table td {
  text-align: left;
  font-size: 1em;
  vertical-align: center;
}
table th {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.0em;
  vertical-align: bottom;
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
}
.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: "Titillium Web", "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;
}
.skjema input[type="submit"] {
  font-weight: 300;
  padding: 0;
  background: #FFF;
  background: rgba(200, 200, 200, 0.4);
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.skjema input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}
.skjema input[type="submit"]:active {
  position: relative;
  top: 1px;
}
.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: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.inner.smal {
  max-width: 700px;
}
.row {
  margin: 40px 0 0 0;
}
.preingress .row:first-of-type {
  margin-top: 0px;
}
.sp1 {
  width: 65%;
  float: left;
}
.sp2 {
  width: 32%;
  float: right;
}
.btn {
  background-color: none;
  padding: 4px 8px;
  color: #000;
  text-transform: uppercase;
  font-family: "bebas-neue", "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  border: 1px solid black;
}
.btn:hover {
  color: #FFF;
  background-color: #000;
}

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

#site {
  padding-top: 59px;
  background: #FFF;
  z-index: 10;
}
#header {
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 57px;
  background-color: #2d7fc4; /*#0097d8*/
	z-index: 100;
}
.translated-ltr #header {
  position: absolute;
/*  top: 40px;*/
}
#logo a {
	position: relative;
	float: left;
	width: 120px;
	height: 42px;
	margin: 8px 0 9px 0;
  text-indent: -9999px;
	background-image: url('/uploads/design/hukkelberg16/hukkelberg_logo_v2.png');
  background-image: linear-gradient(transparent, transparent), url('/uploads/design/hukkelberg16/hukkelberg_logo_v2.svg');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
#logo.hboats a {
  background-image: url('/uploads/design/hukkelberg16/hukkelberg_boats.svg');
  width: 203px;
}
#banner {
  position: relative;
}
#banner.liten {
  padding-top: 40px;
}
#banner .img {
  position: relative;
  z-index: 50;
}
#banner .img > img {
  display: block;
  width: 100%;
  height: auto;
}
#banner.liten .content {
  background-color: #2d7fc4; /*#0097d8*/
}
#banner.liten .content h2 {
  display: block;
  padding: 10px 30px;
  margin: 0;
  color: #FFF;
  font-size: 2.2em;
  text-align: left;
}
#banner.fullbredde .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 60;
}
#banner.fullbredde .content h2 {
  font-size: 4.2em;
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#banner .logo {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255,255,255,0.6);
  z-index: 80;
  padding: 8px 30px;
}
#banner .logo_big {
  position: absolute;
  top: 15%;
  left: 50%;
  z-index: 80;
  transform: translateX(-50%);
}
#banner .logo_big img {
  width: 400px;
  height: auto;
}
#banner .scrolldown {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  padding: 0 0;
  z-index: 70;
}
#banner .scrolldown a {
  display: block;
  width: 100%;
  padding-top: 65px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-image: url('/uploads/design/hukkelberg16/pil_nedover_hvit.svg');
  background-size: 26px 45px;
  background-repeat: no-repeat;
  background-position: top center;
  animation-duration: 1s;
  animation-name: bouncebackground;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in;
}
@keyframes bouncebackground {
  from {
    background-position: center 0px;
  }
  to {
    background-position: center 15px;
  }
}
#content {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  z-index: 40;
  overflow: hidden;
  padding: 50px 0;
}
#kart {
  height: 400px;
  width: 100%;
  margin-top: 20px;
}
#footer {
  position: relative;
  z-index: 40;
  width: 100%;
  background: #e3effb;
  padding: 40px 0 60px 0;
}
#footer, #footer p, #footer a, #footer h3 {
}
#footer a:hover {
}
#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: #999;
}
#footer .ekhgrafisk:hover {
  color: #333;
}
#footer .logo a {
  position: relative;
  float: left;
  width: 190px;
  height: 67px;
  margin: 0 50px 0 0;
  text-indent: -9999px;
  background-image: url('/uploads/design/hukkelberg16/hukkelberg_logo_pos.png');
  background-image: linear-gradient(transparent, transparent), url('/uploads/design/hukkelberg16/hukkelberg_logo_pos.svg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;

}
#footer .adr {
  position: relative;
  float: left;
  width: 300px;
  font-size: 0.8em;
}
#footer .adr p {
}
#footer .gtranslate {
  position: relative;
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
#google_translate_element {
  position: relative;
  left: 50%;
  width: 50%;
}
.goog-te-gadget-simple, .goog-te-gadget {
  transform: translateX(-50%);
}
#footer .refs {
  position: relative;
  float: right;
}
#footer .refs > a, #footer .refs > div {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 15px;
  text-indent: -9999px;
}
#footer .refs .veritas {
  background-image: url('/uploads/design/hukkelberg16/iso9001.svg');
  width: 130px;
  height: 60px;
  margin-right: 30px;
}
#footer .refs a.social-li {
  background-image: url('/uploads/design/hukkelberg16/social-li.svg');
  width: 30px;
  height: 60px;
  background-size: 30px 30px;
}
#footer .refs a.social-fb {
  background-image: url('/uploads/design/hukkelberg16/social-fb.svg');
  width: 30px;
  height: 60px;
  background-size: 30px 30px;
}
#footer .refs a.social-yt {
  background-image: url('/uploads/design/hukkelberg16/social-yt.svg');
  width: 72px;
  height: 60px;
  background-size: 72px 30px;
}

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

.ansatte {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
}
.ansatte .item {
  width: 31.33%;
  float: left;
  margin-right: 2%;
  padding-bottom: 20px;
}
.ansatte h3 {
  margin: 0 0 2px 0;
}
.ansatte .tittel {
  font-size: 0.9em;
  margin: 0 0 10px 0;
}
.ansatte img {
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
  height: auto;
}

/******** SUBPAGE-CONTENT ********/

.subpagecontent .item {
  display: block;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #2d7fc4;
}
.subpagecontent .item:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.subpagecontent .item:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
.subpagecontent .image {
  display: block;
  width: 47%;
  float: right;
}
.subpagecontent .image img {
  width: 100%;
  height: auto;
}
.subpagecontent .tekst {
  display: block;
  width: 47%;
  float: left;
}

/******** PRODUKTMENY ********/

.produktmeny {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.produktmeny .item {
  float: left;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 40px;
}
.produktmeny .item:nth-of-type(3n+3) {
  margin-right: 0;
}
.produktmeny .tekst {
  padding: 10px 0 5px 0;
}
.produktmeny .tekst a {
  color: #000;
}
.produktmeny img {
  display: block;
  width: 100%;
  height: auto;
}
.produktmeny h3 {
  display: block;
  width: 100%;
  background-color: #2d7fc4;
  font-size: 1.2em;
  color: #FFF;
  padding: 7px 10px;
  margin: 0;
}
.sp1 .produktmeny .item {
  width: 48%;
  margin-right: 4%;
}
.sp1 .produktmeny .item:nth-of-type(3n+3) {
  margin-right: 4%;
}
.sp1 .produktmeny .item:nth-of-type(2n+2) {
  margin-right: 0;
}

/******** UNDERSIDEMENY ********/

.undersidemeny h3 {
  position: relative;
  background-color: #004289;
  text-align: center;
  font-size: 2.1em;
  padding: 10px 8px;
  z-index: 20;
}
.undersidemeny a {
  display: block;
  overflow: hidden;
}
.undersidemeny a img {
  transform: scale(1.01);
  transition: transform .3s;
  z-index: 10;
  position: relative;
}
.undersidemeny a:hover img {
  transform: scale(1.05);
}

/******** SECTIONS ********/

.fbfeed {
  display: block;
  background-color: #ddd;
  padding: 30px;
  position: relative;
}
.fbfeed a.seinnlegg {
  position: absolute;
  top: 36px;
  right: 30px;
  font-family: "bebas-neue", "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.fbfeed a.seinnlegg:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -38px;
  width: 26px;
  height: 26px;
  background-image: url('/uploads/design/hukkelberg16/facebook_black.svg');
  background-size: 100% 100%;
}

.fbfeed .post {
  display: block;
  width: 22.75%;
  margin-right: 3%;
  float: left;
}
.fbfeed .post:nth-of-type(4) {
  margin-right: 0;
}
.fbfeed .img img {
  width: 100%;
  height: auto;
}
.fbfeed .video video {
  width: 100%;
  height: auto;
}
.fbfeed p {
  font-size: 0.9em;
  line-height: 1.3em;
}
.fbfeed p.date {
  display: block;
  width: 100%;
  border-bottom: 1px solid black;
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 700;
}

.forsidelenker {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.forsidelenker .item, .forsidelenker .item p, .forsidelenker .item h1 {
  color: #FFF;
}
.forsidelenker .item {
  width: 31.33%;
  margin-right: 3%;
  float: left;
  background-color: #004289;
}
.forsidelenker .item:nth-of-type(3n+3) {
  margin-right: 0;
}
.forsidelenker .tekst {
  width: 100%;
  padding: 30px;
}
.forsidelenker .img {
  width: 100%;
  border: 1px solid #004289;
}
.forsidelenker .img img {
  width: 100%;
  height: auto;
}
.forsidelenker .item.fullbredde {
  position: relative;
  width: 100%;
  margin-right: 0;
}
.forsidelenker .item.fullbredde .tekst.withimg {
  width: 31%;
}
.forsidelenker .item.fullbredde .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 69%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}
.forsidelenker .item.fullbredde .img img {
  display: none;
}
.forsidelenker .btn {
  background: none;
  color: #FFF;
  border: 1px solid #FFF;
}
.forsidelenker .btn:hover {
  background: #FFF;
  color: #000;
}

/******** dokumentliste ********/

.dokumentliste_thumb {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}
.dokumentliste_thumb .video-wrap {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.dokumentliste_thumb .video-wrap .video {
}
.dokumentliste_thumb .video-wrap a {
  display: block;
  position: relative;
}
.dokumentliste_thumb .video-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.dokumentliste_thumb .video-wrap span {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  overflow: hidden;
  color: #FFF;
}

/******** filelist ********/

.filelist {
  border-top: 1px solid #e3effb;
  border-bottom: 1px solid #e3effb;
}
.filelist .item {
  width: 100%;
}
.filelist .item a {
  display: block;
  width: 100%;
  padding: 6px 6px;
}
.filelist .item:nth-of-type(2n+1) a {
  background-color: #e3effb;
}
.filelist .item a:hover {
  background-color: #2d7fc4;
  color: #FFF;
}

/******** breadcrumbs ********/

#breadcrumbs {
  margin: 5px 0 -15px 0;
  font-size: 0.9em;
  display: block;
  position: relative;
  z-index: 95;
}
#breadcrumbs .current {
  /*font-weight: 600;*/
}

/******** 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: 0px 15px;
	margin: 0 0 0 0;
	text-transform: uppercase;
  font-family: "bebas-neue", "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
  font-weight: 300;
	line-height: 57px;
	letter-spacing: 0.05em;
	color: #ffffff;
	transition: color .3s, background .3s, border .3s;
}
#menu a:hover {
	color: #004289;
}
#menu a.menuactive {
  color: #004289;
}
#menu li.menuselected a {
  background-color: #004289;
  background-color: rgba(0, 65, 136, 0.9);
  color: #FFF;
}

/* SUB-MENU */

#submenu {
  display: none;
  position: absolute;
  top: 57px;
  width: 100%;
  z-index: 101;
  padding: 30px 0;
  background-color: #004289;
  background-color: rgba(0, 65, 136, 0.9);
}
#submenu:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  background-color: none;
  z-index: 10;
}
#submenu .inner {
  z-index: 50;
}
#submenu ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
#submenu a {
  display: block;
  color: #FFF;
}
#submenu #menuwrapper {
  display: none;
}
#submenu #menuwrapper ul {
  padding: 0;
}
#submenu #menuwrapper li {
  padding: 0;
}
#submenu #menuwrapper>ul>li>a {
  display: none;
}

#submenu #menuwrapper>ul>li>ul>li {
  width: 33.33%;
  float: left;
  padding: 0 40px 0 0;
}
#submenu #menuwrapper>ul>li>ul>li>a {
  border-bottom: 1px solid white;
  text-transform: uppercase;
  font-family: "bebas-neue", sans-serif;
  font-size: 1.4em;
  margin-bottom: 5px;
}
#submenu #menuwrapper>ul>li>ul>li>ul a {
  font-size: 1.0em;
  line-height: 1.6em;
  transition: padding .1s;
}
#submenu #menuwrapper>ul>li>ul>li>ul a:hover {
  padding-left: 5px;
}

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

#mobilemenu_show {
  position: fixed;
  display: none;
  top: 0px;
  right: 0px;
  z-index: 150;
}
.translated-ltr  #mobilemenu_show  {
  top: 40px;
}
#mobilemenu_show a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  background-image: url('/uploads/design/hukkelberg16/meny-ikon-hvit.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, .mm-listview > .mm-selected {
  background-color: #444;
}
.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;
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: none;
}

/***** Content Menu *****/

.contentmenu h3:first-of-type {
  margin-top: 0px;
}
.contentmenu ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "bebas-neue", sans-serif;
}
.contentmenu li {
  padding: 0px;
}
.contentmenu a {
  display: block;
  width: 100%;
  background-color: #2d7fc4; /*#0097d8*/
  margin-bottom: 1px;
  color: #FFF;
  font-size: 1.2em;
  padding: 7px 10px;
  letter-spacing: 0.05em;
}
.contentmenu .docs a {
  padding-left: 34px;
  color: #000;
  background-color: #ddd;
  background-image: url('/uploads/design/hukkelberg16/file_general.svg');
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 25px;
}
.contentmenu a:hover, .contentmenu a:focus, .contentmenu a:active, .contentmenu a.menuactive {
  background-color: #004289;
}
.contentmenu .docs a:hover, .contentmenu .docs a:focus, .contentmenu .docs a:active, .contentmenu .docs a.menuactive {
  background-color: #bbb;
}
.contentmenu hr {
  height: 1px;
  border: none;
  margin: 8px 0;
  background: none;
}

/**** RESPONSIVE ****/

@media screen and (min-width: 1600px) {
  /* over 1600px */
  #banner .content h2 {
    font-size: 5.5em;
  }
}
@media screen and (min-width: 2000px) {
  /* over 2000px */
  #banner .content h2 {
    font-size: 6.5em;
  }
}
@media screen and (max-width: 1000px) {
  /* under 1000px */
  #banner .content h2 {
    font-size: 3.5em;
  }
  #menu a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 950px) {
  /* under 900px */
  #menu a {
    font-size: 1.1em;
  }
  #banner.fullbredde .content h2 {
    font-size: 3.5em;
    margin-top: 10px;
  }
  #footer .refs {
    float: none;
    width: 100%;
    clear: both;
  }
  .forsidelenker .tekst {
    padding: 15px 15px 22px 15px;
  }
  #google_translate_element {
    position: relative;
    left: 0px;
    width: 100%;
  }
  .goog-te-gadget-simple, .goog-te-gadget {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 850px) {
  #menu a {
    padding: 0px 6px;
  }
}
@media screen and (max-width: 800px) {
  .produktmeny .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .produktmeny .item:nth-of-type(3n+3) {
    margin-right: 4%;
  }
  .produktmeny .item:nth-of-type(2n+2) {
    margin-right: 0px;
  }
  .undersidemeny h3 {
    font-size: 1.5em;
  }
  .fbfeed .post {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .fbfeed .post:nth-of-type(4) {
    margin-right: 4%;
  }
  .fbfeed .post:nth-of-type(2n+2) {
    margin-right: 0px;
  }
  .forsidelenker .item {
    width: 100%;
    float: none;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .forsidelenker .item .img {
    width: 30%;
    order: 2;
  }
  .forsidelenker .item .tekst {
    width: 70%;
    order: 1;
  }
  .forsidelenker .item.fullbredde .img {
    width: 40%;
  }
  .forsidelenker .item.fullbredde .tekst.withimg {
    width: 60%;
  }
  .ansatte .item {
    width: 48%;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  /* under 750px */
  .row {
    margin: 20px 0 0 0;
  }
  h1 {
    font-size: 1.6em;
    line-height: 1.1em;
    margin: 5px 0 10px 0;
  }
  h3 {
    font-size: 1.3em;
    margin: 15px 0 10px 0;
  }
  #banner .content h2 {
    font-size: 2.8em;
  }
  .fbfeed a.seinnlegg {
    font-size: 1.2em;
  }
  .fbfeed a.seinnlegg::after {
    top: 0px;
    left: -25px;
    width: 18px;
    height: 18px;
  }
  .dokumentliste_thumb .video-wrap {
    width: 48%;
  }
}
@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;
  }
  #content {
    padding: 20px 0;
  }
  #banner .scrolldown {
    display: none;
  }
  #menu {
    display: none;
  }
  .mm-menu {
    display: block;
  }
  #mobilemenu_show {
    display: block;
  }
  .ingress table {
    border-color: #e3effb;
  }
  .ingress table th {
    border-color: #e3effb;
  }
  .ingress .tekst.withimg {
    width: 100%;
  }
  .ingress .img {
    display: none;
  }
  #banner.fullbredde .content h2 {
    font-size: 2.6em;
  }
  .ingress .tekst {
    padding: 15px;
  }
  .extratext {
    padding: 15px;
  }
  .produktmeny {
    margin-top: 20px;
  }
  .produktmeny .item {
    margin-bottom: 15px;
  }
  .fbfeed {
    padding: 15px;
    margin-top: 20px;
  }
  .fbfeed a.seinnlegg {
    top: 24px;
    right: 15px;
  }
  #banner.liten .content h2 {
    padding: 10px 15px;
  }
  #banner .logo {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 701px) {
  .mm-menu, #mobilemenu {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .sp1 {
    width: 100%;
    float: none;
  }
  .sp2 {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  #banner.fullbredde .content h2 {
    font-size: 2.0em;
  }
  .forsidelenker .item.fullbredde .tekst.withimg, .forsidelenker .item .tekst {
    width: 100%;
  }
  .forsidelenker .item .img {
    display: none;
  }
  .forsidelenker .item.fullbredde .img {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
  }
  .subpagecontent .image {
    width: 100%;
  }
  .subpagecontent .tekst {
    width: 100%;
  }
  .ansatte .item {
    padding-bottom: 10px;
  }
  .ansatte .item p {
    font-size: 0.8em;
  }
  #banner .logo img {
    height: 25px;
    width: auto;
  }
}
