.hovedBoks {
	font-family: 'Roboto', sans-serif;
  background-color: #fff;
  width: 1400px;
  margin: 0 auto 0 auto;
	position: relative;
	min-height: 77%;
}

.aTilbakeBoks {
	margin: 30px 20px 0 150px;
}

.personvern {
  font-family: 'Roboto', sans-serif;
  position: fixed;
  width: 100%;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
	background-color: rgba(27, 27, 27, 0.9);
  display: block;
  z-index: 2000;
  bottom: 0;
}
.formBruk {
  display: inline;
}
.knappJegForstar {
	font-family: 'Roboto', sans-serif;
  background-color: #fff;
  text-decoration: none;
  font-size: 1.1em;
  padding: 20px;
  border: none;
  color: #1b1b1b;
  text-align: center;
  border-radius: 0px;
  width: 200px;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}
.knappLesMerBruk {
	font-family: 'Roboto', sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  margin-top: 10px;
  text-decoration: none;
}
.knappLesMerBruk:hover {
  text-decoration: underline;
}

.leftnright {
	display: flex;
	justify-content: center;
}
.lefty {
	position: relative;

	width: 50%;
}
.righty {
	width: 40%;
}

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

.oppskriftAv {
	color: #1b1b1b;
	font-size: 0.9em;
	font-weight: 300;
}
.oppskriftAv a {
	text-decoration: none;
	color: #1b1b1b;
	font-weight: 500;
}
.aNestePil {
	height: 11px;
	top: 1px;
}


.gliderBoks {
  width: 100%;
  display: block;
  margin: 0px auto;
  position: relative;
	background-color: #fff;
	padding: 0 50px;
	padding-top: 40px;
	z-index: 2;
}


.buttonsBoks {
	position: absolute;
	top: 410px;
}

.gliderNext,
.gliderPrev {
	position: relative;
	left: 0px;
	background: 0 0;
	border: 0;
	z-index: 2;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	line-height: 1;
	outline: none;
	/*transition: opacity .5s cubic-bezier(.17, .67, .83, .67), color .5s cubic-bezier(.17, .67, .83, .67);*/
}


.gliderNext:focus .pil,
.gliderNext:hover .pil,
.gliderPrev:focus .pil,
.gliderPrev:hover .pil {
	fill: #1b1b1b;
	fill: #353134;
}

.gliderNext {
	left: 665px;
	text-align: right;
	display: inline-block;
}

.gliderNext.disabled .pil,
.gliderPrev.disabled .pil{
	opacity: .25;
	fill: #666;
	cursor: default;
}

.pil {
	fill: #1b1b1b;
	fill: #353134;
  height: 25px;
  transition: opacity .5s cubic-bezier(.17, .67, .83, .67), fill .5s cubic-bezier(.17, .67, .83, .67);
}



.bildeBoks {
	padding: 0 10px;
	position: relative;
}

.bildeBoks img{
  margin: 0;
  position: relative;
  z-index: 1;
	height: 630px;
	width: 80vw;
	max-height: 100%;
  max-width: 100%;
	object-fit: cover;
}

.produktBoksEnkel {
  position: relative;
	text-decoration: none;
	padding-top: 40px;
}

.produktBildeBoksEnkel {
	padding: 0 0px;
	position: relative;
	width: 90%;
}
.produktBildeBoksEnkel img{
	height: 450px;
	height: auto;
	width: 100vw;
	max-height: 100%;
  max-width: 100%;
  position: relative;
  display: block;
	margin: 0 auto;
	object-fit: cover;
}


.glider-contain {
  width: 85%;
  margin-top: 12%;
  margin-bottom: 5%;

}


.inputProduktID {
	display: none;
}


.spesifikasjonsBoks {
	font-size: 0.9em;
	font-weight: 300;
	display: grid;
	/*grid-template-columns: 40% 40%;*/
	grid-template-columns: 37% 62%;
	color: #1b1b1b;
}

.spesiFast, .spesiVar {
	padding: 8px 0;
	text-align: left;
}

.spesiFast {
	color: #353134;
}

.pris {
	font-size: 1em;
	font-weight: 300;
	margin: 0px 40px 10px 40px;
	color: #1b1b1b;
}

.mva {
	font-size: 0.8em;
}




.beskrivelse {
	font-size: 0.9em;
	font-weight: 300;
	color: #1b1b1b;
	padding: 2px 0 20px 0;
}

.liggerIHandlenett {
	font-size: 0.9em;
	margin: 50px 30px;
	color: #1b1b1b;
}

.liggerIHandlenett a {
	color: #336ba4;
	text-decoration: none;
}

.dinOppskrift {
	font-size: 0.9em;
	margin: 50px 30px;
	color: #1b1b1b;
}


.handlenettPC {
	display: block;
}
.handlenettMobil {
	display: none;
}


.addXhandlevogn {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	width: 60%;
	background-color: #1b1b1b;
	color: #fff;
	display: block;
	padding: 15px;
	margin: 30px 40px 30px 40px;
	border: none;
	position: relative;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;

}

.ikonDiv {
	letter-spacing: 1px;
	width: 20%;
	float: left;
	background: #1a1a1a;
	display: block;
	border: none;
	cursor: pointer;
	text-align: center;
	/*for å unngå liten hvit stripe mellom dem*/
	height: 48px;
	height: 43px;
	left: -1px;
	position: relative;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ikon4tekst {
	height: 78px;
	width: 38px;
	top: -15px;
	left: -10px;

	height: 61px;
	width: 30px;
	top: -9px;
	left: -17px;
	position: relative;
}



/*MODAL INNHOLD*/
/*The Modal (background)*/
.modal{
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #19222B; /* Fallback color */
	background-color: rgba(25,34,43, 0.8); /* Black w/ opacity */
}
/*finito The Modal (background)*/

/* Modal Content */
.modal-content {
	box-sizing: border-box;
	background-color: #fefefe;
	margin: 0 auto;
	padding: 90px 50px;
	position: relative;
	width: 350px;
	overflow: hidden;
}
/* The Close Button */
.close {
fill: #aaaaaa;
padding: 0px 30px 0px 0;
position: absolute;
right: 0px;
top: 0;
margin-top: 30px;
}
.closeSVG {
display: block;
height: 30px;
position: relative;
text-decoration: none;
float: right;
}
.closeSVG:hover {
fill: #1b1b1b;
cursor: pointer;
}
/*finito MODAL INNHOLD*/


.bleLagtTil {
	font-family: 'Roboto', sans-serif;
	color: #1b1b1b;
	font-weight: 700;
	font-size: 1.5em;
}

.tilHandlenett, .flereOppskrifter  {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 15px;
	font-size: 0.8em;
	background-color: #1b1b1b;
	color: #fff;
	padding: 15px;
	margin: 30px auto 10px auto;
	border: none;
	position: relative;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}


.flereOppskrifter {
	background-color: #fff;
	color: #1b1b1b;
	margin: 0px auto 0px auto;
	text-transform: lowercase;
	padding: 5px;
}




	




.accordion {
	font-size: 0.9em;
	font-weight: 500;
  color: #1b1b1b;
  cursor: pointer;
	padding: 20px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

/*
.active, .accordion:hover {
  background-color: #ccc;
}*/



.panel {
	padding: 0 40px;
  background-color: white;
  overflow: show;
  transition: max-height 0.2s ease-out;
}



@media screen and (max-width: 1410px)
{
	.hovedBoks {
		width: 1070px;
	}
	.aTilbakeBoks {
		margin: 30px 20px 0 110px;
	}
	.gliderNext {
		left: 507px;
	}
	.gliderBoks {
		padding: 40px 30px 0 30px;
	}
	.bildeBoks img{
		height: 520px;
	}
}


@media screen and (max-width: 1080px)
{
	.hovedBoks {
		width: 100%;
		display: block;
	}

	.aTilbakeBoks {
		width: 520px;
		margin: 30px auto 0 auto;
	}

	.leftnright {
		display: block;
	}
	.lefty, .righty {
		width: 570px;
		margin: 0 auto;
	}
	
	.gliderBoks {
		padding: 0;
	}
	.bildeBoks img{
		height: 60vh;
		width: 80vw;
	}
	.produktBildeBoksEnkel {
		width: 100%;
	}
	.produktBildeBoksEnkel img{
		height: 60vh;
		height: auto;
		width: 100vw;
	}

	.buttonsBoks {
		display: none;
	}

	.handlenettPC {
		display: none;
	}
	.handlenettMobil {
		display: block;
	}

	.addXhandlevogn {
		width: 80%;
		margin: 30px auto 50px auto;
	}


	.panel {
		max-height: 0;
		overflow: hidden;
	}

	.accordion:after {
		content: '\002B';
		color: #1b1b1b;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}
	
	.activeAccordion:after {
		content: "\2212";
	}

	.gliderBoks {
		padding-top: 40px;
	}
}


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

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

	.aTilbakeBoks {
		width: auto;
		margin: 30px 20px 0 20px;
	}
	
	.bildeBoks img{
		height: 60vh;
		width: 80vw;
	}
	.produktBildeBoksEnkel img{
		height: 60vh;
		height: auto;
		width: 100vw;
	}

	.buttonsBoks {
		display: none;
	}

	.modal-content {
		width: 90%;
	}

	.handlenettPC {
		display: none;
	}
	.handlenettMobil {
		display: block;
	}
	.righty, .lefty {
		width: 100%;
	}
	.addXhandlevogn {
		width: 80%;
		margin: 30px auto 50px auto;
	}


	.panel {
		max-height: 0;
		overflow: hidden;
	}

	.accordion:after {
		content: '\002B';
		color: #1b1b1b;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}
	
	.activeAccordion:after {
		content: "\2212";
	}

	.gliderBoks {
		padding-top: 40px;
	}


}


@media screen and (max-width: 350px)
{
	.spesifikasjonsBoks {
		grid-template-columns: 40% 40%;
	}
}