#visning > main {overflow-x: clip}

/*Figuroverskrift*/
figure.bok > figcaption:hover {
	cursor: initial;
	background: initial;
}
figure.bok > figcaption:hover > strong {color: var(--farge_palett_rød)}
figure.bok > main > ul {white-space: nowrap}

/*Presentasjonsbilde*/
img.presentasjonsbilde {
	width: 550px; /*OBS: MÅ VÆRE LIK BILDENES FYSISKE PIKSELSTØRRELSE!*/
	height: auto; /*Bevarer størrelsesforhold*/
}
#bildebeholder {overflow-x: auto}
