<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* side med kataloger */
.node_42 article a { border: 0;}



/* statistikside */

table.statistik {
width: 100%;
}

.statistik thead th {
padding-bottom: 4px;
padding-left: 8px;
vertical-align: bottom;
hyphens: auto;
}
.statistik thead tr, .statistik tbody tr {
border-bottom: 1px solid black;;
}
.statistik thead th, .statistik td {
text-align: right;
}
.statistik td {
padding: 4px 0 4px 15px;
}

/* stort billede Ã¸verst samt mindre billeder anbragt til hÃ¸jre med omlÃ¸bende tekst */
/* node_74: censorpanelet */
/* node_77: ke-prisen */
/* css-forklaring: http://stackoverflow.com/questions/2717480/css-selector-for-first-element-with-class/8539107#8539107 */

.node_74 article div &gt; figure,
.node_77 article div &gt; figure{
 float: none; margin: 20px 0 20px 0;
}
.node_74 article div &gt; figure ~ figure,
.node_77 article div &gt; figure ~ figure {
 float: right; margin: 4px 0 10px 20px;
}


/* KE16-aktiviteter */
.node_84 article h1 {
margin-top: 2em;
}
.node_84 p {
margin-top: 0.3em;
}




header nav ul {
z-index: 100;
}

/* TOP MENU OG UNDERMENU */

header {
line-height: 36px;
padding: 0 0 6px 0;
background-color: black;
}
@media only screen and (min-width: 800px) {
header {
line-height: 32px;
padding: 0 16px 0 16px;
}
}


header nav {
padding-bottom: 20px;
}
header nav &gt; ul &gt; li &gt; a {
    font-size: 14px;
    line-height: 2em;
}
header nav &gt; ul &gt; li ul {
    margin: 7px -10px;
    padding: 8px 0 18px;
}
header nav &gt; ul &gt; li ul li {
 padding: 2px 10px;
}
@media only screen and (min-width: 800px) {
header nav {
padding-bottom: 8px;
}
header nav &gt; ul &gt; li &gt; a {
    font-size: 15px;
    line-height: 36px;
    height: 23px;
}
header nav &gt; ul &gt; li ul {
    margin: 0.35em -0.9em;
    padding: 6px 4px 16px 2px;
}
header nav &gt; ul &gt; li ul li {
 padding: 0px 10px;
}
}


/* FORSIDE, NYHEDER */
.tmpl-index article ul li + li, .tmpl-index article ul li {
border-top: none;
border-bottom: 1px solid #aaa;
padding: 0.3em 0.5em 0.5em 1em;
line-height: 1.3em;
}
.tmpl-index article ul li a {
line-height: 1em;
padding: 0;
}

@media only screen and (min-width: 800px) {
.tmpl-index article ul li + li, .tmpl-index article ul li {
border: medium none;
padding: 0.8em 0.5em 0.5em 1em;
}
.tmpl-index article ul li a {
line-height: 1.3em;
padding: 0.2em 0.8em 0.4em 0.6em;
Background-color: black;
}
}

/* FORSIDE CAPTION */
.tmpl-index .caption {
    background: white none repeat scroll 0 0;
    bottom: 0;
    font-size: 0.75em;
    padding: 0.2em 10px;
    text-align: left;
}
@media only screen and (min-width: 800px) {
.tmpl-index .caption {
    background: none;
    bottom: 6px;
    display: block;
    text-align: right;
    color: white;
    right: 0px;
    position: fixed;
}
}

/* FACEBOOK- of VIMEO-ikoner */

#facebook-icon, #instagram-icon, #vimeo-icon {
height: 22px;
float:none;
margin-top: 6px; 
}
#vimeo-icon {
margin-top:0;
}
@media only screen and (min-width: 800px) {
#facebook-icon, #vimeo-icon {
float:left; 
margin-top:7px;
}
#vimeo-icon {
margin-left: -8px;
}

.bg {
  padding-top: 0;
  background-size: cover;
}




</pre></body></html>