.hovedBoks {
	font-family: 'Roboto', sans-serif;
  width: 1000px;
	margin: 0 auto;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	min-height: 77%;
}

.oppskriftTypeBoks::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.oppskriftTypeBoks::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  /*-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);*/
}


.filterFlex1 {

	width: 230px;
}
.filterFlex2 {

	width: 700px;
}



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



.filterInfo {
	font-size: 1em;
	margin: 30px 20px 20px 20px;
	color: #1b1b1b;
}

.filterValg {
	font-size: 1.2em;
	font-weight: 500;
	color: #1b1b1b;
	padding: 0 15px;
}

.filterValgKnapp {
	color: #336ba4;
	text-decoration: none;
	cursor: pointer;
}

.ingenOpp {
	margin: 50px 0 200px 0; /*200 for footeren*/
	font-size: 1em;
}

.boksGjenstander
{
	width: 700px;
	display: grid;
	grid-template-columns: 50% 50%;
}



.buttonsBoks {
	position: absolute;
	bottom: 300px;
}

.gliderNext,
.gliderPrev {
	position: relative;
	left: -50px;
	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: 715px;
	text-align: right;
	display: inline-block;
}

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

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



.strikkekunstBoks {
	width: 700px;
	display: grid;
	grid-template-columns: 60% 40%;
}

.kunstBildeBoks {
	position: relative;
	/*height: 450px;*/
	width: 100%;
	padding: 20px 8px;
}
.kunstBildeBoks img{
  height: 100%;
	width: 100%;
  position: relative;
  display: block;
	margin: 0 auto;
	object-fit: cover;
}

.kunstTekstBoks {
	padding: 100px 8px 20px 60px;
}

.kunstTekst1 {
	font-size: 2em;
	padding: 10px 0;
}
.kunstTekst2 {
	padding: 10px 0 1px 0;
}
.kunstTekst3 {
	padding: 1px 0 10px 0;
}
.kunstKnapp {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	background-color: #1b1b1b;
	color: #fff;
	display: block;
	padding: 15px;
	border: none;
	position: relative;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #26AC60;
	margin-top: 5px;
}



.produktBoks {
  position: relative;
  color: #0c1626;
  text-decoration: none;
	transition: all 0.2s;
	margin: 20px 8px;
}



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

.tekst {
	font-size: 0.8em;
	line-height: 1.5;
	padding: 10px 5px 10px 5px;
	color: #353134;
	overflow: hidden;
}

.navn {
	font-weight: 700;
	color: #1b1b1b;
}

.butikknavn {
	font-size: 1em;
	font-weight: 500;
	color: #1b1b1b;
}

.pris {
	color: #1b1b1b;
	font-size: 1em;
}


/*slide*/

.buttonsRelative {
	position: relative;
}

.produktSlideBoks {
  position: relative;
  color: #0c1626;
  text-decoration: none;
	transition: all 0.2s;
	margin: 20px 0;
}

.produktBildeSlideBoks {
	padding: 0 16px 0 0;
	position: relative;
}

.produktBildeSlideBoks img{
  margin: 0;
  position: relative;
  z-index: 1;
  height: 450px;
	max-height: 100%;
  width: 100%;
	object-fit: cover;
}

.tekstSlide {
	font-size: 0.8em;
	line-height: 1.5;
	padding: 10px 5px 10px 5px;
	margin: 0 28px;
	color: #353135;
}


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

}
/*finito slide*/

.aNesteBoks {
	margin: 20px auto;
}
.aNesteKnapp {
	padding: 15px 0;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}
.aNestePil {
	height: 11px;
	top: 2px;
}


.hvilkenButikk {
	margin: 40px 20px 30px 40px;
	font-size: 1.5em;
	font-weight: 500;
	z-index: 2;
	position: relative;
	color: #1b1b1b;
	letter-spacing: 2px;
}
.hvilkenButikk a {
	text-decoration: none;
	color: #353134;
}

.navnestrek {
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 1;
	max-width: 90%;
	max-height: 90%;
}

.ekstraMargin {
	margin-top: 70px;
}



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

	.filterFlex1 {
		width: 100%;
	}
	.filterFlex2 {
		width: 100%;
	}

	.buttonsBoks {
		display: none;
	}

	.boksGjenstander
	{
		width: 100%;
	}

	.produktSlideBoks {
		position: relative;
		color: #0c1626;
		text-decoration: none;
		transition: all 0.2s;
		margin: 20px -15px;
	}

	.produktBildeBoks {
		height: 350px;
	}

	.produktBildeSlideBoks img{
		height: 350px;
	}


	.oppskriftTypeBoks::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px;
	}
	.oppskriftTypeBoks::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(255, 255, 255);
		/*-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);*/
	}



	.strikkekunstBoks {
		width: 100%;
	}
	.kunstTekstBoks {
		padding: 60px 8px 20px 40px;
	}

}

@media screen and (max-width: 650px)
{
	.kunstTekstBoks {
		padding: 30px 8px 20px 10px;
	}
}




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

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

	.produktBildeBoks {
		height: 230px;
	}

	.produktBildeSlideBoks img{
		height: 230px;
	}

	#dots {
		display: none;
	}

	.butikknavn {
		font-size: 0.9em;
	}
	
	.pris {
		font-size: 0.9em;
	}

}