/* Plass til hovud-menyen: */
.global-nav {height: auto;}
/* Figurar: */
figure {margin-top: 2ex; margin-bottom: 2ex;}
figcaption {text-align: center; font-style: italic;}
/* Sitat: */
blockquote.quote {font-family: serif; font-style: italic; font-size: 120%;}
q {font-family: serif; font-style: italic; font-size: 110%; quotes: "«" "»" "‹" "›"}
span.name {font-family: serif; font-style: italic;}
/* Lister i kalendar-hendingar: */
.activity ul, .activity ol {margin-left: 1.875em; font-size:inherit; line-height:inherit;}
.activity ul li {list-style-type: disc; font-size:inherit; line-height:inherit;}
/* Program sett opp i ein tabell: */
.programoversikt {width: 100%;}
.programoversikt td {vertical-align:top; padding:1ex 0.5em 1ex 0em;}
/* Arkiv: menighetsblad, årsrapportar */
.arkivboks {}
.arkivrad {display: flex;  flex-direction: row;  justify-content: space-around; margin-bottom: 10px;}
.arkivdok {width: 150px; height: auto; min-height: 240px; text-align: center; margin-left: auto; margin-right: auto; display: inline-block;}
.arkivrad .arkivdok img {margin-top: 15px; margin-bottom: 10px; box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75); height: auto;}
.arkivstrek {margin-top: 3em; margin-bottom: 1em;}
/* Utelukke på mobil enkelte typar innhald: */
@media screen and (max-width: 768px)
{
.content-notmobile {display: none;}
}
/* Ingen advarsel om «dele-knapper»: */
div.consentError {display: none;}

