:root {

  --fontInput: 'Montserrat', sans-serif;
  --fontNavKnapper: 'Handlee', cursive;
  --fontLabelInput: 'Yantramanav', sans-serif;
  --fontKnapp: 'Varela Round', sans-serif;
  --fontBoble: 'Fredoka One', cursive;

  --color1: #336ba4;
  --color2: #1b1b1b;
	--color3: #26AC60;
	--color4: #968d9f;
	--color5: #353134;

  --colorSea: #3b82bc;
  --colorTekst: #40484a;
  --colorVarsel: #600303;
  --colorGarnBackground: rgba(9, 69, 131, 0.25);
  --colorforrigeNeste: #064dba;

  --colorStrikkepinne1: #e8b944;
  --colorStrikkepinne2: #f2d484;

  --colorGradient: linear-gradient(to bottom, #458cd6 0%, #3477ba 100%);
  --colorGradientRed: linear-gradient(to bottom, #9a0303 0%, #600303 100%);
  --slettGjenstandKnapp: #D9625F;
  --slettGjenstandKnappHover: #d94d4a;
  --colorGradientDarker: linear-gradient(to bottom, #1F4630 0%, #0B130E 100%);
  --colorGradientSubmit: linear-gradient(to bottom, #458cd6 0%, #3B7ABB 100%);



  box-sizing: border-box;
}

@font-face {
  font-family: 'MarketSansL';
  src: url('MarketSans-Light.ttf')  format('truetype');
}

/*@mixin placeholder {
	&::-webkit-input-placeholder {@content;}
	&:-moz-placeholder {@content;}
	&::-moz-placeholder {@content;}
	&:-ms-input-placeholder {@content;}
}*/

/* As hex codes */

.color-primary-0 { color: #28794C }	/* Main Primary color */
.color-primary-1 { color: #0B130E }
.color-primary-2 { color: #1F4630 }
.color-primary-3 { color: #26AC60 }
.color-primary-4 { color: #18E872 }

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*for blandt annet iphone input button skal få css*/
  -webkit-appearance: none;
}

div, p, a, input, textarea, label {
  margin: 0;
  padding: 0;
}

html, body {
	height: 90%;
}

body {
  background-color: #fff;
}

.clear::after {
    content: "";
    clear: both;
    display: table;
}


/*fjerner scrollbarene*/
::-webkit-scrollbar {
	display: none;
}


.colorSvart {
  fill: #1b1b1b;
}
.colorBlack{
  fill: #072554;
  fill: #1b1b1b;
}
.colorRed {
  fill: #cf1111;
}
.colorWhite {
  fill: #fff;
}
.colorSea {
  fill: #3b82bc;
}

.colorCheck {
  fill: #000;
}

.header {
  background: #336ba4;
  height: 65px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 180px;
  max-width: 3000px;
}

.headerSea {
  display: block;
  position: absolute;
  top: 45px;
  width: 100%;
  height: 100px;
  z-index: 1;
}

.buttonMeny {
  display: none;
}

.headerBackground {
  width: 100%;
  height: 300px;
  top: 0;
  position: absolute;
}
.strikkelandLogo {
  z-index: 2;
  position: absolute;
  width: 250px;
  position: absolute;
  top: 50px;
  left: 60px;

}


.nav {
  z-index: 5;
  /*display: flex;
  justify-content: space-around;*/
  float: right;
  position: relative;
  /*right: 20px;*/
  right: 6%;
  top: 60px;
  background-color: #fff;
  padding: 30px 60px 59px 30px;
  border-radius: 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;

}

.navKnapp {
  font-family: 'Varela Round', sans-serif;
  font-size: 1.3em;
  letter-spacing: 1px;
  color: #336ba4;
  text-decoration: none;
  display: block;
  text-align: center;
  top: 0px;
  position: relative;
  float: left;
  margin-left: 30px;
  transition: transform 0.2s;
}
.navKnapp:hover {
  transform: translateY(-3px);
}
.navKnappLogo {
  top: -3px;
  margin: 0 auto;
  width: 50px;
  display: none;
  position: relative;
}

.garnBurger {
  display: none;
}

.overlay {
  font-family: 'Varela Round', sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  /*background-color: rgba(0,0,0, 0.9);*/
  background-color: rgba(1, 19, 33, 0.9);

  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 13%;
  width: 100%;
  text-align: center;
}

.overlay a {
  padding: 20px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  color: #336ba4;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .menyClose {
  height: 50px;
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}



.headerBunn {
  display: block;
  position: relative;
  top: -35px;
  z-index: 1;
  width: 100vw;
  left: 0;

}




.sessionMessage {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1em;
  color: #1b1b1b;
  border: 2px solid #336ba4;
  width: 1080px;
  padding: 20px;
  border-radius: 5px;
  margin: 100px auto;
}

.sessionMessage2 {
	margin: 30px 20px 10px 20px;
	padding: 15px;
	position: relative;
}

.message2 {
	margin: 40px 20px 20px 40px;
	font-size: 1.2em;
	font-weight: 500;
	z-index: 2;
	position: relative;
	color: #1b1b1b;
	letter-spacing: 2px;
}

.navnestrek2 {
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 1;
	width: 100%;
}

.errors {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1.1em;
  color: #1b1b1b;
  border: 2px solid #600303;
  width: 500px;
  padding: 20px;
  border-radius: 5px;
  margin: 100px auto;
  display: block;
  position: relative;
}
.errorsLogin {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1.1em;
  color: #1b1b1b;
  display: block;
  position: relative;
	margin-bottom: -30px;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 20px auto 0 auto;
	width: 400px;
}
.errorsLoginRegistrer {
	font-family: 'Yantramanav', sans-serif;
  font-size: 1.1em;
  color: #1b1b1b;
  display: block;
  position: relative;
	margin-bottom: -30px;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 20px auto 0 auto;
	width: 400px;
}

.aLink {
  color: #1b1b1b;
  text-decoration: none;
}
.aLink:hover {
  text-decoration: underline;
}

/*add ny eller edit*/
.addNyGjenstand {
  font-family: 'Varela Round', sans-serif;
  font-size: 0.9em;
  background: linear-gradient(to bottom, #458cd6 0%, #3477ba 100%);
  display: inline-block;
  /*padding: 5px 20px;*/
  padding: 7px 20px;
  position: absolute;
  right: 0;
  top: -29px;
  color: #1b1b1b;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.addNyGjenstand:hover {
  background: #336ba4;
}
.pluss {
  top: 2px;
  left: 4px;
  position: relative;
  height: 12px;
}

.redigerGjenstand {
  font-family: 'Varela Round', sans-serif;
  font-size: 0.9em;
  position: absolute;
  right: 0px;
  top: -30px;
  color: #1b1b1b;
  text-decoration: none;
  background: linear-gradient(to bottom, #458cd6 0%, #3477ba 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*padding: 5px 20px;*/
  padding: 7px 20px;
}
.redigerGjenstand:hover {
  background: #336ba4;
  cursor: pointer;
}
/*finito add ny eller edit*/

/*FILTERMENY*/
.labelGjenstandNavnSok {
  position: relative;
}
.labelGjenstandNavnSok::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 37px;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
	background: url('https://strikkeland.no/o/bruker/bilder/svg/forstorrlesesglass.svg')
	
}

.labelProduktSok {
  position: relative;
}
.labelProduktSok::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 45px;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
	/*background: url('https://strikkeland.no/o/bruker/bilder/svg/forstorrlesesglass.svg')*/
	
}
.gjenstandNavnSok {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  color: #1b1b1b;
  padding: 10px 10px 10px 35px;
  border: 2px solid #336ba4;
  outline: none;
  display: block;
  width: 100%;
  border-radius: 5px;
  position: relative;
  -webkit-appearance: none; /*fjerner shadow som er inni iphone safari input*/
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .gjenstandNavnSok {
      padding: 9px 10px 9px 35px;
    }
  }
}
@-moz-document url-prefix() {
  .gjenstandNavnSok {
    padding: 10px 10px 9px 35px;
  }
}

.searchButtonDiv {
  display: block;
  width: 100%;
}
.searchButton {
  font-family: 'Varela Round', sans-serif;
  font-size: 1em;
  color: #1b1b1b;
  padding: 15px 20px;
  width: 130px;
  background-color: #fff;
  border: none;
  /*border: 2px solid #336ba4;*/
  /*border: 2px solid #fff;*/
  display: inline-block;
  position: relative;
  border-radius: 30px;
  top: 33px;
  left: 35px;
  transition: all 0.2s;
  outline: none;
  -webkit-appearance: none;
}
.searchButton:hover {
  /*background-color: #336ba4;*/
  /*border: 2px solid #336ba4;*/
  transform: scale(1.05);
  cursor: pointer;
}


.filterMiniBoks {
  padding: 20px 20px 25px 20px;
  width: 33%;
  float: left;
  position: relative;
  bottom: 0;
}

.loaderBoks {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #1b1b1b;
	display: block;
	position: relative;
	text-align: center;
}
.loader {
	top: 7px;
	font-size: 10px;
	text-indent: -9999em;
	display: inline-block;
	left: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1b1b1b;
	background: -moz-linear-gradient(left, #1b1b1b 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #1b1b1b 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #1b1b1b 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #1b1b1b 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #1b1b1b 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before {
	width: 50%;
	height: 50%;
	background: #1b1b1b;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #ffffff;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.selectBoks {
  border: 2px solid #336ba4;
  background-color: #fff;
  /*height: 43px;*/
  width: 100%;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;


}
.selectBoks select {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  outline: none;
  background: transparent;
  border: none;
  height: 40px;
  padding: 5px 10px; /* If you add too much padding here, the options won't show in IE */
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none; /*fjerner default piler, vil jeg ha dem?*/
  color: #1b1b1b;
}

.formSea {
  margin: -25px;
  width: 1100px;
}
.formSeaProsjekter {
  width: 1080px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*finito FILTERMENY*/
.boksFilterDiv {
  position: relative;
}
.boksFilter {
  border: 2px solid #336ba4;
  /*border-top: 2px solid #336ba4;
  border-right: 2px solid #336ba4;
  border-left: 2px solid #336ba4;*/
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  color: #1b1b1b;
  overflow: hidden;
}
.boksInfoSokDiv {
  color: #1b1b1b;
  margin: 40px 0;
}
#boksInfoSok {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1.2em;
  border: 2px solid #336ba4;
  border-radius: 5px;
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto;
}

/*tilbake*/
.fremTilbakeDiv {
  border: 2px solid #336ba4;
  width: 100%;
  padding: 20px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 40px;
}
.tilbake {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1em;
  display: inline-block;
  color: #064dba;
  text-decoration: none;
  color: #0f5abf;
}
.nesteForrige {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1em;
  float: right;
  position: relative;
}
.forrige {
  margin-right: 30px;
  float: left;
  color: #064dba;
  text-decoration: none;
  color: #0f5abf;
}
.neste {
  float: left;
  color: #064dba;
  text-decoration: none;
  color: #0f5abf;
}

.tilbake:hover, .forrige:hover, .neste:hover {
  text-decoration: underline;
  cursor: pointer;
}
/*finito tilbake*/

.pagination {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1.2em;
  display: block;
  position: relative;
  width: 100%;
  margin: 50px 0 0 0;
  text-align: center;
}
.nesteSide, .forrigeSide, .tallNesteSide {
  padding: 5px 10px;
  text-decoration: none;
  color: #1b1b1b;
}
.nesteSide svg, .forrigeSide svg {
  height: 30px;
  top: 9px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/*.nesteSide svg:hover, .forrigeSide svg:hover {
  transform: scale(1.1);
}*/
.tallNesteSide:hover, .selectedTallNesteSide {
  text-decoration: underline;
}
.selectedTallNesteSide {
  padding: 5px 10px;
  color: #1b1b1b;
}



.mandatoryStar {
  color: #600303;
  position: relative;
}

.stjerneModusInfo {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1.1em;
  color: #1b1b1b;
}

.mandatoryTekst {
  color: #600303;
  position: absolute;
  top: -20px;
  width: 300px;
}

.footer {
    position: relative;
    /*max-width: 1920px;*/
    margin: 0 auto;
}

.footerSilhuett {
    background-image: url("../bilder/svg/footerSilhuettKort.svg");
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 400px;
    margin-bottom: -5px;
}

.footerBoks{
  background-color: #1f145d;
  background-color: #336ba4;
  padding: 50px 0 100px 0;

}

.footerTekstBoks {
  display: flex;
  justify-content: space-around;
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.footerMiniBoks {
  position: relative;
  width: 33%;
  text-align: center;
}
.leftFooterMiniBoks {
  top: -10px;
}
.footerLeft {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1.2em;
  display: block;
  /*background: rgba(66, 140, 195, 0.37);*/
  padding: 10px 15px;
  margin: 5px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.footerLeft:hover {
  text-decoration: underline;
}

.slogoWhite {
  height: 160px;
  position: relative;
  top: -50px;
}

.logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /*background-color: #3b82bc;*/
  background: rgba(66, 140, 195, 0.37);
  display: inline-block;
  position: relative;
  transition: transform 0.1s;
  margin: 0 20px;
}
.logo:hover  {
  transform: rotate(20deg);
}
.logoSVG {
  width: 35px;
  display: block;
  position: relative;
  margin: 0 auto;
  top: 17px;
}






/*ny allllleee*/

/*.menuFooter {
	
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 80px;
	z-index: 1000;

}*/

.menuButton, .menuButtonDos, .menuButtonTres {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1em;
	letter-spacing: 2px;
	display: none;
	z-index: 400;
	background: transparent;
	border: none;
	outline: none;
	position: fixed;
	right: 30px;
	cursor: pointer;
	color: #1b1b1b;
	padding: 20px 20px;
	bottom: 30px;
	background: #fff;
	width: 87px;
	text-align: center;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.menuButtonTres {
	width: auto;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}





.menuButtonDos, .menuButtonTres {
	right: auto;
	left: 30px;
	display: none;
}

.menuButton img, .menuButtonDos img, .menuButtonTres img {
	height: 60px;
	width: 70px;
}

.menuButtonClose, .menuButtonCloseDos, .menuButtonCloseTres {
	display: none;
	z-index: 5;
	border-radius: 100%;
	background: transparent;
	border: none;
	outline: none;
	position: absolute;
	top: 30px;
	right: 40px;
	cursor: pointer;
	fill: #aaaaaa;
}

.closeMenuSVG {
	display: block;
	height: 25px;
	position: relative;
	text-decoration: none;
	float: right;
}


#morph, #morphDos {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	pointer-events: none;
	z-index: 450;
}
#morph {
	z-index: 460;
}

.pointer {
	pointer-events: auto !important;
}

.display {
	/*display: block !important;*/
	display: block;
}

.menu {
	display: block;
	opacity: 1;
	position: relative;
	z-index: 600;
	left: 0;
	margin: 0 auto;
	width: 80%;
}

.menuDos, .menuTres {
	display: block;
	position: relative;
	overflow: scroll;
	z-index: 455;
	width: 230px;
	padding: 20px 40px 20px 0;



}



.menuBox {
	padding: 50px 20px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
}

.menuBox a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1em;
	width: 200px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 20px;
	color: #1b1b1b;
}

.backHeader {
	width: 100%;
	padding: 10px;
}

.buttonBack {
	z-index: 5;
	border-radius: 100%;
	position: relative;
	cursor: pointer;
	display: block;
	float: right;
}

.buttonBack img {
	height: 48px;
	width: 45px;
}

.menuBoxDos, .menuBoxTres {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	text-align: left;
	text-decoration: none;
	display: block;
	color: #fff;
	margin: 0 auto;
	position: relative;
	padding: 0 0 100px 0;
	width: 100%;
}

.labelInputDos, .labelInputTres {
  font-family: 'Yantramanav', sans-serif;
  font-size: 1em;
  margin: 20px 0 10px 0;
  position: relative;
  display: inline-block;
  color: #1b1b1b;
}

.oppskriftTypeBoks, .designerBoks {
	border: 0;
	padding: 0px;
	width: 100%;
	height: 300px;
	overflow: scroll;
	margin-bottom: 30px;
	padding-top: 10px;
}



/*
.oppskriftTypeBoks::-webkit-scrollbar {
  width: 20px;
}

.oppskriftTypeBoks::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 10px;
}

.oppskriftTypeBoks::-webkit-scrollbar-thumb {
  background: #1b1b1b;
  border-radius: 10px;
}*/


/* The container */
.checkmarkBox {
	color: #1b1b1b;
	font-size: 1em;
	font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkmarkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark, .checkmarkDos {
  position: absolute;
  top: -1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgb(176, 176, 176);
}

/* On mouse-over, add a grey background color */
.checkmarkBox:hover input ~ .checkmark, .checkmarkBox:hover input ~ .checkmarkDos {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmarkBox input:checked ~ .checkmark, .checkmarkBox input:checked ~ .checkmarkDos {
  background-color: #336ba4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .checkmarkDos:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmarkBox input:checked ~ .checkmark:after, .checkmarkBox input:checked ~ .checkmarkDos:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmarkBox .checkmark:after, .checkmarkBox .checkmarkDos:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*handlenett*/

.handlenett, .meldingerShared {
	display: block;
	z-index: 900;
	border-radius: 0;
	background: #fff;
	border: none;
	outline: none;
	position: fixed;
	top: 39px;
	right: 100px;
	cursor: pointer;
	text-decoration: none;
	padding: 15px 2px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.meldingerShared {
	top: 100px;
	padding: 15px 2px 28px 2px;
}

.handlenett img, .meldingerShared img {
	height: 35px;
	width: 60px;
	z-index: 1;
	display: block;
	position: relative;
}
.meldingerShared img {
	height: 22px;
	top: 9px;
}

.handlenettTall, .meldingerTall {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	color: #1b1b1b;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 4px;
	position: absolute;
	top: 4px;
	right: -1px;
	border: 0;
	z-index: 2;
	font-weight: 700;
}

/*finito handlenett*/

.filterAlternativ {
	margin: 20px 0;
	position: relative;
}

.produktSearch {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #1b1b1b;
	border: 0;
	/*padding: 10px 10px 10px 45px;*/
	padding: 10px 10px 10px 15px;
	outline: none;
	display: block;
	width: 100%;
	border-radius: 0;
	position: relative;
	-webkit-appearance: none;
	background-color: #dedede;
}

.menuDosSubmit {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	background: #1b1b1b;
	padding: 10px 30px;
	display: block;
	border: none;
	color: #fff;
	margin: 10px auto 50px auto;
	width: 100%;
	font-weight: 500;
	border-radius: 0;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
}

.tilbakeKnapp {
	font-family: 'Roboto', sans-serif;
	color: #1b1b1b;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 45px 20px 0 20px;
	display: inline-block;
	text-decoration: none;
}

.aTilbakeBoks {
	text-align: left;
	margin: 30px 20px 0 20px;
}
.aTilbakeKnapp {
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	padding: 15px;
	font-size: 0.8em;
	font-weight: 500;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #1b1b1b;
	text-align: center;
	letter-spacing: 1px;
	text-transform: lowercase;
}
.aTilbakeKnapp:hover > .aTilbakePil {
	right: 10px;
}
.aTilbakePil {
	height: 13px;
	top: 2px;
	right: 6px;
	display: inline-block;
	position: relative;
	transition: all 0.2s ease;
}

.aNesteBoks {
	text-align: center;
	margin: 0 auto;
}
.aNesteKnapp {
	margin: 0 auto;
	padding: 15px;
	font-size: 0.9em;
	font-weight: 500;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #1b1b1b;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.aNesteKnapp:hover > .aNestePil {
	left: 10px;
}
.oppskriftAv a:hover > .aNestePil {
	left: 10px;
}
.aNestePil {
	height: 15px;
	top: 2px;
	left: 6px;
	display: inline-block;
	position: relative;
	transition: all 0.2s ease;
}

.personvernGodtaKnapp {
	font-family: serif;
	color: #336ba4;
	font-size: 1em;
	text-decoration: none;
}





/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }




@media screen and (max-width: 1400px)
{
	.menuBox a {
		width: 160px;
		padding: 20px 5px;
	}
}










@media screen and (max-width: 1120px)
{
  .sessionMessage {
    width: 90%;
  }

  .footerSilhuett {
      height: 320px;
  }
}


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

	.menuButton, .menuButtonDos, .menuButtonTres {
		display: block;
	}

	.menu, .menuDos, .menuTres {
		padding: 0;
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 455;
		top: 0;
		left: 0;
		background-color: #fff;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
	}

	.menuButtonClose, .menuButtonCloseDos, .menuButtonCloseTres {
		display: block;
	}

	.menuBox {
		width: 90%;
		display: block;
		padding: 20px;
	}

	.menuBox a {
		width: 100%;
		padding: 20px;
		text-align: left;
	}

	.menuButton, .menuButtonClose {
		display: block;
	}

	
	.menuBoxDosFilter1 {
    height: 65vh;
    overflow: scroll;
	}

	.menuBoxDosFilter2 {
		position: block;
		bottom: 0;
	}

	.menuDosSubmit {
		width: 80%;
	}

	.handlenett {
		right: 25px;
		top: 15px;
	}
	.meldingerShared {
			right: 25px;
		}
	
	.oppskriftTypeBoks, .designerBoks {
		width: 100%;
		height: 136px;
		overflow: scroll;
		margin-bottom: 0px;
	}

	.designerBoks {
		height: 250px;
	}

	.filterAlternativ {
		margin: 5px auto;
    width: 80%;
	}

	.errorsLogin, .errorsLoginRegistrer {
		width: 80%;
	}

	/* The container */
	.checkmarkBox {
		color: #1b1b1b;
		font-size: 1em;
		font-weight: 500;
		display: inline-block;
		position: relative;
		padding-left: 35px;
		margin-bottom: 12px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	/* Hide the browser's default checkbox */
	.checkmarkBox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}
	
	/* Create a custom checkbox */
	.checkmark {
		position: absolute;
		top: -1px;
		left: 0;
		height: 25px;
		width: 25px;
		background-color: #eee;
	}
	
	/* On mouse-over, add a grey background color */
	.checkmarkBox:hover input ~ .checkmark {
		background-color: #ccc;
	}
	
	/* When the checkbox is checked, add a blue background */
	.checkmarkBox input:checked ~ .checkmark {
		background-color: #336ba4;
	}
	
	/* Create the checkmark/indicator (hidden when not checked) */
	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}
	
	/* Show the checkmark when checked */
	.checkmarkBox input:checked ~ .checkmark:after {
		display: block;
	}
	
	/* Style the checkmark/indicator */
	.checkmarkBox .checkmark:after {
		left: 9px;
		top: 5px;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	
  .header {
    background: #336ba4;
    height: 65px;
    width: 100%;
    position: relative;
    margin: 0;
    margin-bottom: 180px;
  }
  .strikkelandLogo {
    width: 30px;
    position: absolute;
    top: 40px;
    left: 60px;
  }

  .headerSea {
    display: block;
  }

  .buttonMeny {
    display: block;
    z-index: 3;
    height: 90px;
    width: 90px;
    border-radius: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background: #fff;
    border: none;
    outline: none;
    position: absolute;
    left: 67%;
    top: 70px;
    cursor: pointer;
  }
  .menyBurger {
    height: 40px;
    width: 40px;
  }

  .nav {
    display: none;
  }

  .navKnappLogo {
    top: -3px;
    margin: 0 auto;
    width: 50px;
    display: none;
    position: relative;
  }

  .garnBurger {
    width: 50px;
    display: inline-block;
    right: 42px;
    float: right;
    position: relative;
  }

  /*.redigerGjenstand {
    top: -20px;
    right: 10px;
  }*/

  .pagination {
    font-size: 1.4em;
    margin: 50px 0 100px 0;
  }

  .nesteSide svg, .forrigeSide svg {
    height: 34px;
  }

  .tallNesteSide {
    padding: 5px 15px;
  }

  .footerSilhuett {
      height: 300px;
  }


}

@media screen and (max-width: 865px)
{
  .logo {
    margin: 0 1%;
  }

}

@media screen and (max-width: 800px)
{
  .footerSilhuett {
      height: 220px;
  }
  .footerTekstBoks {
    width: 80%;
  }
}

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









}

@media screen and (max-width: 550px)
{
  .footerTekstBoks {
    width: 90%;
    flex-direction: column;
    justify-content: center;
  }
  .footerMiniBoks {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .slogoWhite {
    top: 0;
    margin-top: 30px;
  }
  .logo {
    margin: 0 20px;
  }

}

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

  .strikkelandLogo {
    width: 200px;
    left: 30px;

  }
  .buttonMeny {
    border-bottom-left-radius: 100%;
  }


  .errors {
    width: 90%;
  }

  .footerSilhuett {
      height: 150px;
  }


}

@media screen and (max-width: 400px)
{
  .footerSilhuett {
    height: 105px;
  }

  .logo {
    margin-top: 15px;
    /*display: block;
    margin-top: 10px;*/
  }

}



