@import url("https://use.typekit.net/ovl3htf.css");
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
	produkter{
		display: flex;
		justify-content: center;
		align-content: center;
		width: 100%;
		box-sizing: border-box;
		flex-wrap: wrap;
		gap:2em;
		padding: .75em .75em 6em .75em;
		
	}
	produkt{
		display: flex;
		flex-direction: column;
		background-color: white;
		width: 100%;
		max-width: 500px;
		min-width: 300px;
		padding: 1em 2em;
		box-sizing: border-box;
		border-radius: .3em;
		box-shadow: 0 0 5em rgba(33,87,126,0.30);
		justify-content: flex-start;
		align-items: center;
	}
	p{
		font-size: 1.2rem;
		line-height: 1.2em; 
		font-weight: 100;
		margin: 0em 0 .6em 0;
	}
	body{
		font-family: "bree", sans-serif;
		font-size: 1em;
		background-color: rgba(206,227,242,1.00);
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	form.leggihandlekurvForm{
		margin-bottom: -2.6em;
		display: relative;
	}
	button.leggihandlekurv{
		font-weight: 100;
		font-family: "bree", sans-serif;
		font-size: .8em;
		display: flex;
		background-color: green;
		padding: .7em 3em;
		border-radius: 10em;
		border: solid 0pt transparent;
		color: white;
		gap: 1em;
		line-height: 1em;
		align-items: center;
		box-shadow: 0 0 1em rgba(33,87,126,0.30);
		transition: all .2s;
	}
	
	button.leggihandlekurv:hover{
		background-color: rgba(0,156,0,1.00);
		padding: .7em 4em;
		cursor: pointer;
	}
	button.leggihandlekurv tekst1{
		font-weight: 100;
		display: flex;
		flex-direction: column;
		text-align: left;
		width: auto;
		text-transform: uppercase;
		line-height: 1em;
		letter-spacing: .05em;
		font-size: 1.1em;
	}
	button.leggihandlekurv tekst2{
		display: flex;
		flex-direction: row;
		text-align: right;
		width: auto;
		align-items: baseline;
	}
	button.leggihandlekurv tekst2 span.NOK{
		font-size: 2.8em;
		font-weight: 700;
	}
	button.leggihandlekurv tekst2 span.stk{
		font-size: 1.1em;
		font-weight: 300;
	}
	bok{
		display: block;
		margin-top: .3em;
		padding-bottom: 2em;
	}
	bok img{
		width: 100%;
		float: left;
		display: block;
	}

	bok coverimg{
		position: relative;
		height: fit-content;
		display: flex;
		float: left;
		width: 50%;
		max-width: 200px;
		margin-right: 1em;
		margin-top: .3em;
		border-radius: .15em;
		flex-direction: column;
	}


	bok zoom{
		display: flex;
		text-align: center;
		color: rgba(75,129,171,1.00);
		fill: rgba(75,129,171,1.00);
		font-size: 1.2em;
		font-style: italic;
		height: 1em;
		margin-top: 0.3em;
		gap: .4em;
		margin-bottom: .8em;
		justify-content: center;
	}
	bok zoom svg{
		height: 150%;
	}
handlekurv produkt .coverImg{
	width: 100%;
	float: left;
	display: block;
}


	produkt hode {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	product_title,product_beskrivelse{
		font-size: 2.2em;
		line-height: 1em;
		font-weight: 500;
		text-align: center;
		text-wrap: pretty;
		color: rgba(75,129,171,1.00);
		letter-spacing: -.04em;
	}
	product_beskrivelse{
		font-size: 1.4em; 
		font-weight: 100;
		font-style: italic;
		margin-top: .2em;
		text-wrap:pretty;
		color: black;
	}
	product_forfatter{
		display: block; 
		text-align: center;
		justify-content: center;
		flex-direction: row;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
		font-size: .8em;
		letter-spacing: .2em;
		margin: 0.8em 0em 0.8em 0em;
		font-weight: 100;
		padding: .1em .2em;
		border-radius: .2em;
		background-color: rgba(223,242,253,1.00);
		color: rgba(75,129,171,1.00);
	}
	product_forfatter span{
		font-weight: 500;
	}
	produktinfo{
		display: flex;
		flex-direction: column;
		width: 100%;
		padding-bottom: 2em;
		align-items: center;
	}
	produktinfo data{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	produktinfo dataline{
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		background-color: rgba(223,242,253,1.00);
		border-radius: .2em;
		margin-top: 1px;
		box-sizing: border-box;
		padding: .5em 2rem;
		font-size: .8em;
		line-height: 1.2em;
		gap:1em;
	}
	produktinfo dataline:nth-child(odd) {
		background-color: rgba(241,249,254,1.00); 
	}
	produktinfo dataline key{
		font-weight: 100;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: .9em;
	}
	produktinfo dataline value{
		font-size: 1.1em;
		text-align: right;
	}
	produktinfo topbar{
		display: flex;
		flex-direction: row;
		width: calc(100% + 1em);
		justify-content: space-between;
		align-items: center;
		border-radius: .2em;
		margin-bottom: 2px;
		box-sizing: border-box;
		padding: .5em 1rem .5em 2rem;
		font-size: 1.1em;
		line-height: 1.2em;
		gap:1em;	
		background-color: rgba(223,242,253,1.00);
		color:rgba(75,129,171,1.00);
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: .1em;
		transition: all .2s;
	}
	produktinfo topbar:hover{
		background-color: rgba(198,232,251,1.00);
		box-shadow: 0 0 .5em rgba(95,131,159,0.10);
		color:black;
	}

handlekurv{
	position: fixed;
	bottom: 5em;
	right: 0em;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2em;
	margin: 0 .2em;
	box-sizing: border-box;
	align-items: center;
	justify-content: flex-start;
	max-width: 400px;
	width: calc(100%-2em);
	height: calc(100dvh - 5.2em);
	max-height: : calc(100vh - 5.2em);
	z-index: 100;
	background: rgba(255, 255, 255, 1);
	border-radius: .3em;
	box-shadow: 0 0 2em rgba(75,129,171,1.00);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	overflow-y: auto;
	overflow-x: hidden;
}

modal{
	position: fixed;
	bottom: 5em;
	right: 0em;
	display: flex;
	flex-direction: column;
	width: calc(100% - .4em);
/*	padding: 2em;*/
	margin: 0 .2em;
	box-sizing: border-box;
	align-items: center;
	justify-content: flex-start;
	height: calc(100dvh - 5.2em - 50px);
	max-height: : calc(100vh - 5.2em);
	z-index: 95;
	background: rgba(255, 255, 255, 1);
	border-radius: .3em;
	box-shadow: 0 0 2em rgba(75,129,171,1.00);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	overflow-y: auto;
	overflow-x: hidden;
}
modal iframe{
	width: 100%;
	height: 100%;
	border: 0;
}

modalpris{
	display: flex;
	height: 4em;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 95;
	flex-direction: row;
/*	pointer-events: none;*/

}


handlekurv kurv{
		display: flex;
		flex-direction: column;
		background-color: white;
		width: 100%;
		max-width: 500px;
		min-width: 300px;
/*		padding: 1em 3em;*/
		box-sizing: border-box;
		border-radius: .3em;
		justify-content: flex-start;
		align-items: center;
	}
handlekurv kurv heading{
	display: flex;
	flex-direction: row;
	width: calc(100%);
	justify-content: space-between;
	align-items: center;
	border-radius: .2em;
	margin-bottom: 2px;
	box-sizing: border-box;
	padding: .5em 1rem .5em 2rem;
	font-size: 1.1em;
	line-height: 1.2em;
	gap: 1em;
	background-color: rgba(223,242,253,1.00);
	color: rgba(75,129,171,1.00);
	text-transform: uppercase;
	letter-spacing: .1em;
	transition: all .2s;
}
handlekurv kurv heading svg{
	fill:rgba(75,129,171,1.00)
}
handlekurv sammendrag heading{
	background-color: transparent
}
handlekurv produkt{
	width: 100%;
	box-shadow: none;
	flex-direction: row;
	padding: 1em;
	gap:1.5em; 
	background: linear-gradient( rgba(241,249,254,1.00), rgba(220,237,249,1.00) );
}
handlekurv produkter{
	padding:0;
	
}
handlekurv produkt .coverImg{
	width: 70px;
	border-radius: .1em;
}

handlekurv produkt .coverImg:after{
	content:''
}

handlekurv produkt skjema{
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: .1em;
}

handlekurv product_title{
	font-size: 1.7em;
	line-height: 1em;
	font-weight: 400;
	text-align: left;
	text-wrap: pretty;
	color: black;
	letter-spacing: -.04em;
}
handlekurv isbn{
	font-size: .9em;
	line-height: 1em;
	font-weight: 300;
	text-align: left;
	text-wrap: pretty;
	color: rgba(0,0,0,0.40);
	letter-spacing: .05em; 
	padding: .6em 0;
}
handlekurv antall{
	display: flex;
	flex-direction: row;
	align-items: center;
}
handlekurv .iconbutton{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	background-color: #f1f9fe;
	border:solid 1px rgba(75,129,171,1.00);
	border-radius: 100em;
	font-size: 1em;
	color:rgba(75,129,171,1.00);
	box-sizing: border-box;
	padding-bottom: .15em;
	font-weight: 700;
	position: relative;
	z-index: 1;
	transition: all .4s;
}
handlekurv .iconbutton:hover{
	background-color: #CFE1ED;
	cursor: pointer;
}
handlekurv antall qty{ 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 2em;
	background-color: #FFFFFF; 
	border:solid 1px rgba(75,129,171,1.00);
	border-radius: 100em;
	font-size: 1em;
	color:rgba(75,129,171,1.00);
	box-sizing: border-box;
	padding-bottom: .15em;
	font-weight: 700;
	margin: 0 -.2em;
	z-index: 0;
}
handlekurv antall qty input{
	width: 1.5em;
	box-sizing: border-box;
	font-size: .95em;
	border: 0;
	text-align: center;
	position: relative;
	padding: .1em .1em .1em .1em;
	font-family: "bree", sans-serif;
}

/* Chrome, Safari, Edge, Opera */
handlekurv antall qty input::-webkit-outer-spin-button,
handlekurv antall qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
handlekurv antall qty input[type=number] {
  -moz-appearance: textfield;
}
	
handlekurv skjema pris{
	font-size: 1.5em;
	color: rgba(75,129,171,1.00);
}

handlekurv lastline{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: .5em;
	box-sizing: border-box;
	margin-right: 1em;
}

handlekurv antall minus svg {
	width: 18px;
	fill: rgba(75,129,171,1.00);
	padding: .2em .1em .15em .1em;
}

handlekurv linjesum{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1em;
}

handlekurv produkt{
	container: produkt / inline-size;
	justify-content: flex-start;
	align-items: flex-start;
}

@container produkt (max-width: 430px) {
	handlekurv linjesum {
		display: flex;
		flex-direction: column;
		gap:0;
		align-items: flex-end;
		font-size: 1.2em;

	}
	handlekurv linjesum infotekst{ 
		margin-bottom: -.6em;
	}
	handlekurv antall {
		font-size: 1.2em;
	}
	
}
@container produkt (max-width: 370px) {
	handlekurv lastline {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-top: .5em;
	}
	handlekurv linjesum {
		align-items: flex-start;
		font-size: 1.4em;
	}
	
	handlekurv antall {
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1.4em;
	}	
	
}


sammendrag{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 2em;
}

payframe sammendrag{
	margin-top: 0em;
	width: 100%;
}
sammendrag heading{
	background: none; 
	border-top: solid .2em rgba(223,242,253,1.00);
	border-bottom: solid .2em rgba(223,242,253,1.00);
}
sammendrag linje{
	width: 100%;
	justify-content: space-between;
	display: flex;
	box-sizing: border-box;
	padding: .0em 2rem .0em 2rem; 
	font-weight: 300;
}
sammendrag linje.sumlinje{
	background-color: rgba(223,242,253,1.00);
	border-radius: .1em;
	margin-top:.3em;
	padding: .0em 2rem .2em 2rem; 
	font-weight: 400;

}
sammendrag linje.sumlinje value{
	font-weight: 700;
}


handlekurv mineopplysninger, handlekurv leveringsadresse{ 
	width: 100%;
	margin-top: 1.5em;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	background: transparent;
	text-align: left;
	align-items: flex-start;
}

handlekurv nb{
	font-size: .7rem;
	line-height: 1em;
	letter-spacing: .1em;
	font-weight: 300;
	margin-top: -1.5em;
	color: black;
	word-wrap: pretty;
}
handlekurv mineopplysninger heading, 
handlekurv leveringsadresse heading {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	background-color: transparent;
	flex-direction: column;
	text-align: left;
	align-items: flex-start; 
}

handlekurv inputline{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: .3em;
}
handlekurv inputline inner{
	display: grid;
	gap: .3em;
	width: 100%;
	position: relative;
/*	margin-top: .2em;*/

}
handlekurv inputline tagg{
	display: flex;
	position: relative;
	z-index: 3;
	font-size: .7rem;
	line-height: 1em;
	letter-spacing: .1em;
	font-weight: 300;
	margin-top: .5em;
	color: rgba(167,167,167,1.00);
	text-transform: uppercase;
	margin-left: 2rem;
	text-wrap: pretty;
	margin-bottom: .3em;
}
tagg[error="1"]{color:red;}
input[error="0"]{border-color:rgb(174, 233, 113);}
input[error="1"]{border-color:red;}
handlekurv inputline input#telefon{
	padding: .3rem 1rem .3rem 3rem;

}
handlekurv inputline landskode{
	background-color: rgba(216,216,216,1.00);
	color: white;
	width: fit-content;
	display: flex;
	border-radius: .2em;
	padding: 0 .3em .2em .3em;
	position: absolute;
	bottom: .45em;
	left:.5em;
	font-weight: 500;
	z-index: 10;
}
handlekurv inputline input{
	box-sizing: border-box;
	font-size: 1.2em;
	border: 0;
	text-align: left;
	position: relative;
	padding: .3rem 1rem;
	font-family: "bree", sans-serif;
	border: solid 2px rgba(223,242,253,1.00);
	width: 100%;
	border-radius: .3em;
	outline: none;
}
handlekurv inputline input::placeholder {
	font-size: 0.8em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(195,42,42,1.00);
	font-weight: 300;
}
handlekurvicon svg {
    fill: rgba(75,129,171,1.00);
}
handlekurvicon items{
	background-color: red;
	border-radius: 100em;
	width: auto;
	min-width: 1.2em;
	height: 1.2em;
	box-sizing: border-box;
	line-height: 1em;
	position: absolute;
	left: 0em;
	top: 0em;
	display: flex;
	color:white;
	justify-content: center;
	align-items: center;
	padding: .0em .2em .15em .2em;
	z-index: 101;
}
handlekurvicon {
    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    background: linear-gradient( rgba(241,249,254,1.00), rgba(220,237,249,1.00) );
    padding: 1em;
    box-shadow: .2em .2em 1em rgba(33,87,126,0.30);
    border-radius: 100em;
	border: solid white .1em;
	box-sizing: border-box;
	z-index: 999;
	transition: background .5s;
}
handlekurvicon:hover{
	transform: scale(1.15);
	cursor: pointer;
    background: linear-gradient( rgba(210,235,251,1.00), rgba(156,204,238,1.00) );
}
handlekurv pay{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
	gap:1em;
}
handlekurv pay form{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1em;
}
handlekurv pay metode{
	padding: .5em 2em;
	border-radius: 100em;
	background-color: green;
	font-size: 1.2rem; 
	color: white;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s;

}
handlekurv pay metode#vipps{
	background-color: rgba(255,90,0,1.00);
}
handlekurv pay metode:hover{
	transform: scale(1.05);
	cursor: pointer;
}
pre{
	max-width: 90vw;
}
payframe {
    display: flex;
    position: fixed;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    z-index: 100;
    background: rgba(255, 255, 255, 1);
    margin-top: 1em;
    margin-left: 1em;
    border-radius: .3em;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 0 2em rgba(75,129,171,1.00);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	overflow-y: auto;
	overflow-x: hidden;
}
payframeClose {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    right: 0px;
    color: red;
}
handlekurv div.betal{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
handlekurv div.betal button {
	padding: .5em 2em;
	border-radius: 100em;
	background-color: green;
	font-size: 1.2rem;
	color: white;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	font-family: "bree", sans-serif;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 0em;
	transition: all .3s;
}

handlekurv div.betal button:hover{
	transform: scale(1.05);
	cursor: pointer;
}


handlekurv .payment-form-fields {
	margin-top: 2em;
}
handlekurv #paymentForm legend{
	text-transform: uppercase;
	font-size: .7em;
	padding: .3em;
	letter-spacing: .1em;
	color:rgba(75,129,171,1.00)
}

handlekurv #paymentForm fieldset{ 
	box-sizing: border-box;
	font-size: 1.2em;
	text-align: left;
	position: relative;
	padding: .3rem 1rem;
	font-family: "bree", sans-serif;
	border: solid 2px rgba(223,242,253,1.00);
	width: 100%;
	border-radius: .3em;
	margin-top: .3em;
	background-color: white;
}
handlekurv #paymentForm input{
	box-sizing: border-box;
	font-size: 1rem;
	border: 0;
	text-align: left;
	position: relative;
	padding: .3rem 1rem;
	font-family: "bree", sans-serif;
	border: solid 1px rgba(223,242,253,1.00);
	width: 100%;
	border-radius: .3em;
	margin-top: .3em;
}
 
handlekurv [gateway="3"] div.betal button{
	background-color: rgba(255,90,0,1.00);
}

handlekurv inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 0em;
	width: fit-content;
}

handlekurv heading{
	display: flex;
	flex-direction: row;
	width: calc(100%);
	justify-content: space-between;
	align-items: center;
	border-radius: .2em;
	margin-bottom: 2px;
	box-sizing: border-box;
	padding: .5em 1rem .5em 2rem;
	font-size: 1.1em;
	line-height: 1.2em;
	gap: 1em;
	background-color: rgba(223,242,253,1.00);
	color: rgba(75,129,171,1.00);
	text-transform: uppercase;
	letter-spacing: .1em;
	transition: all .2s;
}

handlekurv sammendrag linje{
	gap:2em;
}

handlekurv svg#paylogo{
	width: 130px;
	margin-bottom: 2em;
	fill:transparent;
	overflow: visible;
}
handlekurv inner svg #ice1,handlekurv inner svg #ice2,handlekurv inner svg #ice3{
}


handlekurv kurv{
	container: pay / inline-size;
}






@container pay (max-width: 500px) {
	handlekurv pay{
		flex-direction: column;
	}
	
}
scroller{
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
}
error{
	display: flex;
	position: relative;
	z-index: 3;
	font-size: 1rem;
	line-height: 1em;
	font-weight: 300;
	margin-top: 2em;
	color: rgba(255, 0, 0, 1);
/*	margin-left: 2rem;*/
	
}
flyingdot{
	display: flex;
	position: fixed;
	height: 10px;
	width: 10px;
	background-color: red;
	border-radius: 100em;
	z-index: 1000;
}
overlay{
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	background-color: rgba(8, 28, 42, 0.8);
	display: flex;
	position: fixed;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 90;
}
tomt{
	width: 100%;
	text-align: center;
	word-wrap: pretty;
	color: red;
	font-size: 1.5em;
	line-height: 1.2em;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav{
	height: 50px;
	display: flex;
	background-color: white;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 1em rgba(33,87,126,0.30);
	position: fixed;
	width: 100%;
	z-index: 80;
	overflow: hidden;
}
nav logo{
	height: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:.4em;
}
nav logo svg{
	overflow: visible;
	height: 100%;
}
nav logo svg .ice{
	fill:white

}
nav logo navn{
	height: 100%;
	display: block;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.6em;
}

cover{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: calc( 100svh - 50px);
	width: 100%;
	position: relative;
	color: white;
	overflow: hidden;
}

cover text {
    width: 100%;
    padding: 0 2em;
    box-sizing: border-box;
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	text-shadow: 0 0 1em black;
}
cover h3{
	font-size: clamp(2em, 5vmin, 6em);
	line-height: 1.1em;
	text-align: center;
	margin: 0;
}


bg{
	display: flex;
	height: 100%;
	width: 100%;
	background-image: url('/assets/cover.jpg');
	background-color: #c6341e;
	background-size: cover;
	background-position: center;
	position: absolute
}
bg{
	background-image: url('/assets/coverv.jpg');
	background-color: #c5bbd5;
}
bookcover{
	display: flex;
	width: 	fit-content;
	height: fit-content;;
	z-index: 1;
	max-height: 40%; 
	margin-left: 5%
}
bookcover img{
	width: auto;
	object-fit: contain; 
}
cover text{
	display: flex;
	z-index: 1;
}
wrapper{
	display: flex;
	flex-direction: column;
	top: 50px;
	position: relative;
}

cto{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:.5em;
	margin-top: 2em;
	
}
action, cto button{
	padding: .5em 2em;
	border-radius: 100em;
	background-color: green;
	font-size: 1.2rem;
	color: white;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s;
	text-shadow: 0 0 0 transparent;
	cursor: pointer;

}
action.handlekurv,button.handlekurv{
	padding: .5em 2em;
}
action.lesmer,button.lesmer{
	padding: .5em 2em;
	background-color: rgba(0, 0, 0, 0.01);
	border: solid white 1px;
}
body {
	overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw;
}
html{
	display: block;
 max-width: 100vw;
}

nav logo svg .fjell{
	fill:url(#logoGradient);
}

[flipbook]{
	cursor: zoom-in;
}

[flipbook]:hover{
	cursor: zoom-in;
}

fot {
	width: 100%;
	box-sizing: border-box;
	padding: 2em 2em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: white;
	background-color: rgba(75,129,171,1.00);
}
fot a{
	color: white;
}

fot kred{
	font-size: .8em;line-height: 1.2em; margin-top: .5em;
}

modal inner{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 2em;
	box-sizing: border-box;
	max-width: 800px;
}