/*
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Bevan');
@import url('https://fonts.googleapis.com/css?family=Lobster');
*/

/* @import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700|Vollkorn:400,700');
*/
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Montserrat:wght@400;700&family=Vollkorn:wght@400;700&display=swap');

HTML {
	box-sizing: border-box;
	font-family: "Vollkorn", "Sans-serif";
	color: #333333;
	margin:0;
	padding: 0;
	}

BODY {	
	margin: 0;
	padding: 0;
	font-size: 15px;
/*	background: rgb(105,159,165);
	background: linear-gradient(146deg, rgba(105,159,165,1) 0%, rgba(123,157,95,1) 100%);
	*/
	background: #ffffff;
	}

ARTICLE {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 2rem 0 2rem;
	box-sizing: border-box;
	}

NAV {
	display: block;
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index:99;
	}

#topp {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 9%;
	min-height: 12rem;
	background: url(/css/headbak3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
/*	background-size: contain; */
	}

#topp #spacer {
	display block;
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 2rem;
	height: 2rem;
	width: auto;
	padding: .5rem;
	background-color: rgba(255,255,255,.5);
	border-radius: 1rem;;
	box-sizing: border-box;
	}

#logo {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
/*	left: 45%;
	width: 15%; */
	height: 80%;
	width: 15%;
	top: 10%;
	background-image: url(/css/logosvart.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	content: " ";
	filter: invert(1) drop-shadow(7px 7px 4px #000000);
	}

#logo IMG {
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	margin-top: 25%;
	transform: translateY(-50%);	
	}

#meny {
	display: block;
	position: relative;
	position: -webkit-sticky; 
	position: sticky;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 2rem;
/*	background-color: #93b9b1; */
	background-color: #4f4f4f;
	margin: 0;
	padding: .5rem 2rem .5rem 2rem;
	display: flex;
	justify-content: space-between;
/*	flex-wrap: nowrap; */
	flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
	box-shadow: 0px 5px 8px 0px rgba(163,163,163,1);
	}
	
#meny LI {
	display: flex-item;
	bullet: none;
	font-weight: none;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 0 2rem;
	}

#meny LI A {
	text-decoration: none;
	color: #e8e8e8;
	cursor: pointer;
/*	color: #ffffff; */
	}

#feedback {
	display: block;
	width: calc(100% - 2rem);
	height: auto;
	min-height: 8rem;
	background-color: #a5b8d4;
	padding: 1rem;
	color: #bbbbbb;
	}
#feedback .stars, #feedback P {
	display: block;
	position:relative;
	text-align:center;
	font-size: 1.5rem;
	color: #ffffff;
	}

.stars .star {
	font-size: 2rem;
	padding: 0.7rem;
	color: #ffffff;
	}

.star.opplyst {
	color: #ebcc34;
	}
.stars BUTTON {	
	display: block;
	position: relative;
	left: auto;
	right: auto;
	}

/*
NAV #meny {
	display: block;
	float: right;
	margin-right: 2rem;
	margin-top: 1rem;
	line-height: 1rem;
	}

NAV #meny LI {
	display: inline-block;
	float: left;
	margin-right: 1rem;
	}
NAV #meny LI A {
	display: block;
	padding: 0.5rem;
	border-radius: 0.5rem;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

NAV #meny LI A:hover {
	display: block;
	padding: 0.5rem;
	border-radius: 0.5rem;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: rgba(255,255,255,.3);
	}
*/

FOOTER#footer {
	display: block;
	display: flex;
	position: relative;
	width: 100%;
	height: 10rem;
	background-color: #4f4f4f; /* Old browsers */
/*	background-image: url(/css/logohvit.png); */
	background-size: auto 70%;
	background-position: right 2rem center;
	background-repeat: no-repeat;
/*	background-size: contain; */
	padding: 1rem 10rem 1rem 2rem;
	z-index:99;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	clear: both;
	margin: 10rem 0 0 0;
	justify-content: flex-start;
	margin-top: 5rem;
	}

FOOTER P {
	color: #ffffff;
	flex-grow: 1;
	flex-basis: 10rem;
	flex-shrink: 1;
	text-align: center;
	}
	
#logobunn {
	display: block;
	position: absolute;
	right: 4rem;
	height: 80%;
	width: auto;
	top: 10%;
	}

/* P {
 	color: #555555;
 	}
*/
H1, H2, H3 {
	font-family: "Montserrat", "Vollkorn";
	font-weight: 700;
/*	font-weight: bold; */
	}

H1 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
	margin-top: 2rem;
	}

H2 {
	font-size: 1.5rem;
	font-weight: bold;
	}
H3 {
	font-size: 1.2rem;
	font-weight: bold;
	}



.full {
	width: 100%;
	box-sizing: border-box;
	}
	
.beigebak {
	background-color: #f8eee7;
	color: #000000;
	}
	
.rodbak {
	background-color: #ab452d;
	color: #ffffff;
	}
	
.nomargin {
	margin: 0;
	}
	
.tablike {
	padding: 0.5rem 1rem;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	}
	
#main {
	display: block;
	position: relative;
	margin-top: 2rem;
	width: 100%;
/*	min-height: calc(100% - 14rem); */
	padding: 1rem;
	box-sizing: border-box;
	}

A {
    color: #555555;
    }

/* Pil og knapp */
.flexpil {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: stretch;
	}

.flexpil DIV {
	flex-grow: 0;
	}
	
.flexpil DIV:nth-child(1) {
	flex-grow: 2;
	}
	
.pil {
	display: block;
	position: relative;
	background-image: url(/css/pil.png);
	background-size: auto 100%;
	background-position: center right 10px;
	background-repeat: no-repeat;
	height: 40px;
	}
	
.pil::before {
	display: block;
	position: absolute;
	content: " ";
	top: 18.5px;
	width: calc(100% - 3rem);
	height: 1px;
	border-top: 3px dotted black;
	}
	
/* Bakgrunn på forskjellige sider */
BODY.bestille, BODY.avtaler, BODY.oversikt {
	background-size: 100% auto;
	background-position: center 4rem;
	background-repeat: no-repeat;
	}

BODY.avtaler {
	background-color: rgba(248,238, 231, 1);
	}
BODY.bestille {
/*	background-image: url(/css/bestille.jpg); */
	}
BODY.oversikt {
/*	background-image: url(/css/oversikt.jpg); */
	}

#perioder {
	display: block;
	position: relative;
	padding: 0.5rem;
 	overflow: hidden;
 	width: 100%;
 	box-sizing: border-box;
	}

#perioder A.item {
	display: inline;
	font-weight: bold;
	clear: none;
	width: auto;
	margin: 1rem;
	}
	
#perioder A.item::first-letter {
	text-transform: uppercase;
	}
/*
#bestilling, #detaljer {
	display: block;
	position: relative;
	box-sizing: border-box;
	float: right;
 	width: calc(33% - 0.5rem);
	padding: 1rem;
	background-image: url(/css/food.png);
 	box-shadow: 10px 10px 16px -8px rgba(110,108,110,.5);
 	margin-right: 0.5rem;
	z-index: 99;
    -webkit-transition: width 2s;
    transition: width 2s;
	}
*/

#kurv {
	display: block;
	position: relative;
	box-sizing: border-box;
	float: right;
 	width: 30%;
 	background-color: #f8eee7;
	padding: 1rem;
 	margin-right: 0.5rem;
	z-index: 50;
/*    -webkit-transition: width 2s;
   transition: width 2s; */
	}

.close {
 	display: block;
 	position:absolute;
 	top: 0.5rem;
 	right: 0.5rem;
 	background-color: #ab452d;
 	color: #ffffff;
 	font-weight: 900;
 	font-size: 2rem;
 	width: 2rem;
 	height: 2rem;
 	line-height: 2rem;
 	border-radius: 1rem;
 	text-align: center;
 	font-family: Montserat;
 	}

#tilbakestill.close {
	display: none;
	}

#bestilling, #detaljer {
	z-index: 99;
	clear: left;
	}≠

#detaljer {
	margin-top: 0;
	width: 100%;
	}

#bestilling.fokusert, #detaljer.fokusert {
	z-index: 200;
	}
#kurv.fokusert {
	width: 100%;
	z-index: 200;
	}

#kurv.fokusert #bestilling .fortsett {
	display: none;
	}
	
/*
#kurv.fokusert::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	content: " ";
	z-index:1;
}
*/
/*
#detaljer DIV {
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
	justify-content: space-between;
	}	
*/

#ukesmeny {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:flex-start;
	align-content: flex-start;
	}
	
#ukesmeny .item {
	flex-basis: 20%;
/*	font-size: 80%; */
	height: auto;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	}

#ukesmeny .item + .item {
	border-left: 2px dotted #555555;
	}
	
#ukesmeny .item::first-line {
	}
	
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:flex-start;
	align-content: flex-start;
	}

.grid, #varer.grid {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	}

#detaljer INPUT, #detaljer TEXTAREA {
	background-color: rgba(255,255,255,.5);
	width: 90%;
	}
	
#detaljer TEXTAREA {
	height: 80px;
	}
	
article.intro {
	text-align: center;
	margin-top: 2vw;
	}

.spalte {
	display: block;
	position: relative;
	float: left;
	width:30%;
	border: 1px solig green;
	margin-right: 3%;
	}

#varer {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: calc(70% - 0.5rem);
	float: left;
	margin-bottom: 5rem;
	}
	
#allergener {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: calc(70% - 0.5rem);
	float: left;
	margin-bottom: 5rem;
	}
 
 .vare {
 	clear: both;
 	display: flex;
 	flex-direction: row;
 	position: relative;
 	background-color: #ffffff;
 	padding: 0.5rem;
 	margin: 1rem 0 0 0;
 	width: calc(100% - 4rem);
 	overflow: hidden;
 	border: 0.5px solid #bbbbbb;
 	overflow: visible;
 	}

.vare .velm {
	flex: 1 1 25%;
	padding: 0.3rem;
	}

.vare.ikkegodkjent {
	opacity: .4;
	}

.vare.visknapper BUTTON {
	display: block;
	}

.vare BUTTON {
	display: inline-block;
	background-color: #4f4f4f;
	color: #ffffff;
	margin: 1 rem;
	}


/* Kolonnebredde */
.vare .velm:nth-of-type(1) {
	flex-basis: 150px;
	}
.vare .velm:nth-of-type(2) {
	flex-basis: 45%;
	padding-right: 1rem;
	}
	
.vare .velm:nth-of-type(3) {
	flex-basis: 20%;
	padding-top: 3rem;
	}
	
.vare .velm:nth-of-type(3) P.pris {
	color: #555555;
	font-size: 100%;
	}

.vare .velm:nth-of-type(4) {
	flex-basis: 200px;
	padding-top: 3rem;
	}

 .vare .velm:nth-of-type(1) IMG {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 0.3rem;
	}

 .vare .velm:nth-of-type(2) H2 {
	margin: 0;
	font-weight: normal;
	}
	
 .vare .velm:nth-of-type(2) P {
	margin: 0;
	font-weight: normal;
	}
	
  .vare .velm:nth-of-type(3) P {
	margin: 0;
	font-weight: normal;
	color: #555555;
	font-family: "Vollkorn", "Sans-serif";
/*	font-size: 80%; */
	}

.vare .velm:nth-of-type(4)  {
	white-space:nowrap; 
	}
 
 /*
.tooltip {
    display:block;
    position:absolute;
	background-color: #bbbbbb;
	border-radius: 1rem;
	padding: 1rem;
	color: #000000;
	top: -2rem;
	right: -10rem;
	white-space: pre;
	z-index:399;
	}
	
}
.tooltip::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
*/

.forklaring {
	display: block;
	position: absolute;
	bottom: 0;
	left: 1rem;
	clear:both;
	width: 100%;
	height: 1px;
	}

.tooltip {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: 120%;
	min-width: 50%;
	background: #ebebeb;
	border-radius: .7em;
	white-space: pre-wrap;
	z-index: 299;
	padding: 0.5rem;
}

.tooltip:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 0.625em solid transparent;
	border-bottom-color: #ebebeb;
	border-top: 0;
	margin-left: -0.625em;
	margin-top: -0.625em;
}

.vare .forklaring .tooltip {
 	display: none;
 	}
  
.vare .forklaring.aapen .tooltip {
	display: block;
	}
 
 
 
 .itm {
 	display: block;
 	position: relative;
 	background-color: #ffffff;
 	width: auto;
 	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
 	margin: 1rem 1rem;
 	box-shadow: 10px 10px 16px -8px rgba(110,108,110,.5);
 	width: 90%;
	overflow: auto;
	}
 
 .advarsel {
 	display: block;
 	position: fixed;
 	top: 40%;
 	width: 10rem;
 	height: auto;
 	margin-left: calc(50% - 10rem);
 	border: 5px solid red;
 	padding: 1rem;
 	border-radius: 1rem;
 	background-color: #ffffff;
 	text-align: center;
 	}
 
 #login {
 	display: block;
 	position: fixed;
 	top: 50%;
 	left: 50%;
 	width: 40rem;
 	height: auto;
 	transform: translate(-50%, -50%);
 	background-color: #f8eee7;
 	border: 4px solid #7b9d5f;
 	border-radius: 2px;
 	box-sizing: border-box;	
 	z-index:101;
 	padding: 3rem 1rem 1rem 1rem;
 	}
 
 #login::before {
 	position: relative;
 	top: -2rem;
 	left: 0;
 	content: "Logg inn";
 	color: #7b9d5f;
 	font-size: 1.5rem;
 	}
 
 .matte, #matte {
 	position: fixed;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	background-color: rgba(0,0,0,.5);
 	z-index:100;
 	}
 
 BODY.iBestilling #matte {
 	display: block;
 	}
 
  BODY.iBestilling #ukedager {
 	display: none;
 	}

  BODY.iBestilling #varer {
 	display: none;
 	}

  BODY #tilbakestill {
 	display: none !important;
 	}


  BODY.iBestilling #tilbakestill {
 	display: block !important;
 	}

BODY.iBestilling #kurv #tilbakestill {
  	display: none;
  	}

#kurv #tilbakestill {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 5rem;
	height: 1.5rem;
	background-color: #ab452d;
	color: white;
	border-radius: 0 0 0 .5rem;
	}

#kurv #tilbakestill::after {
	position: absolute;
	top: 0;
	right: 0.3rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	content: "<- tilbake";
	font-weight:bold;
	}

 /* 
 .vare .pris {
 	display: block;
 	position: absolute;
 	top: 1rem;
 	right: 3rem;
 	width: 5.4rem;
 	height: 2.9rem;
 	background: url(/css/pris_sort.png);
 	background-size: contain;
 	text-align: right;
 	padding-right: 0.4rem;
 	font-weight: bold;
 	color: #ffffff;
 	line-height: 2.5rem;
 	background-repeat: no-repeat;
	background-color: rgba(200,100,0,.5);
	background-blend-mode: screen;
 	}
 */
 
/*  .vare .pris, .itm .pris {
 	display: block;
 	position:absolute;
 	bottom: 0.5rem;
 	right: 2rem;
 	background-color: #ab452d;
 	width: calc(4rem - 4px);
 	height: calc(4rem - 4px);
 	line-height: calc(4rem - 4px);
 	border-radius: 2rem;
 	text-align: center;
 	border: 2px solid white;
 	font-size: 1.6rem;
 	font-weight: bold;
 	color: #ffffff;
 	box-shadow: 10px 10px 16px -8px rgba(110,108,110,.5);
 	}
*/
/*
.vare .minimum {
 	display: block;
 	position:absolute;
 	bottom: 0.5rem;
 	right: 7rem;
 	background-color: #ab452d;
 	width: calc(4rem - 4px);
 	height: calc(4rem - 4px);
 	line-height: calc(4rem - 4px);
 	border-radius: 2rem;
 	text-align: center;
 	border: 2px solid white;
 	font-size: 1.6rem;
 	font-weight: bold;
 	color: #ffffff;
 	box-shadow: 10px 10px 16px -8px rgba(110,108,110,.5);
	background: #518bd2;
	background: 0 0/contain linear-gradient(45deg, #518bd2 0%,#518bd2 50%,#518bd2 100%); 
	}
*/
 
 /* Bestillingen */
.pille {
 	display: inline-block;
 	position: relative;
 	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	background-color: #4f4f4f;
/* 	background-color: #518bd2; */
 	border-radius: 1rem;
 	color: #ffffff;
 	line-height: 1rem;
 	font-size: 1.1rem;
/* 	padding-right: 3rem; */
 	margin-bottom: 0.5rem;
 	}
 
 .item {
 	display: inline-block;
 	position: relative;
 	float: left;
 	clear: left;
 	padding: 0.2rem;
 	border-bottom: 2px solid rgba(255,255,255,.5);
 	margin-bottom: 0.5rem;
	width: 100%;
	max-width: 30rem;
	height: auto;
	valign: top;
	border-bottom: 1px solid #bbbbbb;
 	}
 	
 
.item .ant {
	display: inline-block;
	width: 10%;
	height: auto;
	line-height: 1.2rem;
	top: 0;
	}
	
.item .txt {
	display: inline-block;
	width: 65%;
	height: auto;
	overflow: hidden;
	overflow-x: ellipsis;
	line-height: 1.2rem;
	}
.item .pris {
	display: inline-block;
	width: 15%;
	height: auto;
	overflow: visible;
	line-height: 1.2rem;
	text-align: right;
	}
	
 .item .angre,  {
 	display: block;
 	position:absolute;
 	top: 0;
 	right: 0;
 	background-color: #ab452d;
 	color: #ffffff;
 	font-weight: 900;
 	width: calc(1.5rem - 4px);
 	height: calc(1.5rem - 4px);
 	line-height: calc(1.5rem - 4px);
 	border-radius: 1rem;
 	text-align: center;
 	font-family: Montserrat;
 	}

#varer .angre {
 	display: block;
 	position:absolute;
 	top: -2rem;
 	right: 0;
 	background-color: #ab452d;
 	color: #ffffff;
 	font-weight: 900;
 	width: 2rem;
 	height: 2rem;
 	line-height: 2rem;
 	border-radius: 1rem;
 	text-align: center;
 	font-family: Montserrat;
 	}


.item H2::first-letter, .vare H2::first-letter {
	text-transform: uppercase;
	}

 
.pille.off {
	opacity: 0.5;
	}
	
 .fortsett {
 	display: block;
 	clear: both;
 	margin-top: 4rem;
 	background-color: #ab452d;
	background-color: rgb(81, 139, 210) !important;
	float: right;
 	}
 
 #detaljer BUTTON {
	background-color: rgb(81, 139, 210) !important;
	} 

/* Oversikt */
body.oversikt .vare .item {
	display: block;
	float: left;
	clear: left;
	width: 100%;
	}
#ordreliste DIV DIV {
	display: block;
	position: relative;
	float: left;
	clear: left;
	margin-bottom: 2rem;
	}

#ordreliste DIV DIV.avtale H2 {
	color: #7b9d5f;
	}
#ordreliste DIV DIV.avtale H2::after {
	content: " (fast avtale)";
	}

#ordreliste DIV DIV.endretfastavtale H2 {
	color: blue;
	}
#ordreliste DIV DIV.endretfastavtale H2::after {
	content: " (endret fast avtale)";
	}

#ordreliste DIV DIV.avlystfastavtale H2 {
	color: #ab452d;
	}
#ordreliste DIV DIV.avlystfastavtale H2::after {
	content: " (avlyst fast avtale)";
	}

#ordreliste {
	margin-bottom: 4rem;
	}
 
 #ukedager {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	}
 
  /* Faste avtaler */
 #ukedager DIV {
 	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
 	float: left;
 	width: 31%;
 	min-width: 250px;
 	margin: 0.5rem;
/*  	box-shadow: 10px 10px 16px -8px rgba(110,108,110,.5); */
  	background-color: #ffffff;
  	padding: 1rem 2rem 1rem 2rem;
  	box-sizing: border-box;
  	min-height: 25%;
 	}	
 
 
 /* Skjema */
input {
	height: 40px;
	width: 20rem;
	line-height: 40px;
	border: 1px solid #a4c0b8;
    box-sizing: border-box;
  	margin-right: 10px;
  	text-align: left;
	font-size: 0.9rem;
	padding: 0 1rem 0 1rem;
	}

input.formular {
	box-sizing: border-box;
	padding: 5px;
	}

input.antall {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 1px solid #a4c0b8;
	float: left;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: center;
  padding: 0;
	}

/*
input[type="submit"], input[type="button"], button {
	background: #4f4f4f;
	height: 40px;
	line-height: 20px;
	padding: 0 10px 0 10px;
	width: 130px;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	border: 0;
	border-style: none;
	box-sizing: border-box;
	text-align: center;
	margin-right: 0.5rem;
	cursor: pointer;
	}
*/
input[type="submit"], input[type="button"], button {
	display: inline-block;
	position: relative;
	background: transparent;
	height: 45px;
	line-height: 20px;
	padding: 0 10px 0 10px;
	width: 130px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	text-align: center;
	margin-right: 0.8rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
	}

.vare BUTTON.bestille {
	margin-top: 0;
	}


/*
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.3);
	}
*/

button A {
	text-decoration: none;
	color: #ffffff;
	}

button.beigebak A {
	color: #000000;
	}

button:disabled {
	opacity: .5 !important;
	}

.avlys {
  background: #ab452d;
  }	

textarea.formular { 
	width: 100%; 
	resize: vertical; 
       max-height: 7rem; 
       min-height: 5rem; 
	}

input[disabled], textarea[disabled] {
	background-color: rgba(255,255,255,.5);
	}

*:disabled {
	opacity .7;
	}

.ilabel {
	display: inline-block;
	width: 8rem;
	}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Montserrat", "Vollkorn", "Sans-serif";
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


/* Slider-swithc */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 22px;
}

.slider.round:before {
  border-radius: 50%;
}






/* Telefontilpassninger */
/* @media only screen and (min-device-width: 320px) and (max-device-height: 700px) and (-webkit-device-pixel-ratio: 2){ */

@media only screen and (max-device-width: 812px), (max-width: 750px) {

	#kurv {
		width: 100%;
		}
	#varer {
		width: 100%;
		}
	#varer .vare {
		display: block;
		width: 100%;
		padding: 0;
		}
	
	#varer .vare .velm {
		width: 100%;
		}

	#varer .vare .velm H2 {
		margin-top: 1rem;
		}
	.vare .velm:nth-of-type(1) IMG {
		float: none;
		}
	
	.vare .velm:nth-of-type(3), 	.vare .velm:nth-of-type(4) {
		padding-top: 0;
		}

	BODY {
		font-size: 22px;
		}
	NAV {
		width: 3rem;
		height: 3rem;
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		overflow: visible;
		}

	NAV::before {
		position: relative;
		top: 0;
		right: 1 rem;
		content: "☰";
		font-size: 2rem;
		color: #ab452d;
		}
		

	#meny {
		display: block;
		position: absolute;
		top: 2rem;
		right: 0;
		width: 3rem;
		min-width: 3rem;
		height: auto;
		min-height: 3rem;
		display: none;
		background-color: rgba(0,0,0,0);
		padding: 0;
		}
	
	#meny LI {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
		height: 3rem;
		line-height: 2rem;
		background-color: #4f4f4f;
		border-top: 1px solid rgba(255 255 255 0.5);
		border-bottom: 1px solid rgba(0 0 0 0.5);
		padding: 0;
		line-height: 3rem;
		}

	#logo {
		width: 60%;
		}

	#ukesmeny {
		display: block;
		}

	#ukesmeny .item + .item {
		border-left: none;
		border-top: 2px dotted #555555;
		margin-top: 1rem;
		padding-top: 1rem;
		}

	.spalte {
		width: 100%;
		} 

	.info {
		display: block;
		position: absolute;
		top:  0.5rem;
		right: 0.5rem;
		width: 1rem;
		height: 1rem;
		}

	#kurv.fokusert {
		position:fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		}
	#bestilling, #detaljer {
		width: 100%;
		clear:both;
		}

	#bestilling .spalte {
		width: 100%;
		}

	FOOTER#footer {	
		display: block;
		height: auto;
		margin: 0;
		padding: 1rem;
		}

	FOOTER#footer P {
		display: block;
		position: relative;
		width: 100%;
		}
	
	#logobunn {
		position: relative;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		width: 50%;
		left: auto;
		margin-top: 2rem;
		right: auto;
		left: auto;
		}
	
	#login {
		max-width: 100vw;
		max-height: 100vh;
		}
	
	#meny.aapen {
		display: block;
		width: 100vw;
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		}
	
	#ukedager {
		display: block;
		position: relative;
		}
		
	#ukedager DIV {
		width: 100%;
		margin: 0.5rem 0 0 0;
		}

.vare .forklaring {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	}

.vare .forklaring.aapen .tooltip {
	position: relative;
	display: block;
	top: -1rem;
	left: 0;
	padding: 1rem;
	
	}



} /* slutt telefon */