﻿.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.container-fluid {
    /*padding: 0px;*/
}


.k-switch-off .k-switch-track {
    color: #000;
    background-color: lightpink;
    border-color: lightgray;
    }

.k-switch-on .k-switch-track {
    color: #000;
    background-color: aquamarine;
    border-color: lightgray;
    }

.k-switch {
    width: 80px;
    font-size: 14px;
    }

.k-switch-md .k-switch-label-on {
    left: 10px;
    }

.k-switch-md .k-switch-label-off {
    right: 10px;
    }

.k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: 16px;
    }

.k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: 65px;
    }

#switchListe {
    font-size: 16px;
}

.fidoMelding {
    color: darkred;
    vertical-align: top;
    text-align: left;
    font-size: 18px;
}


#dialogInfo img {
    margin-right: 20px;
}

.k-window-actions {
    margin-top: -70px;
}



.mySlides {
    display: none
}

.mySlides img {
    max-width: 1000px;
    max-height: 600px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.slideshow-container {
    max-width: 1000px;
    max-height: 600px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    background-color: gray;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(20,20,20,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

@keyframes bilder {
    0% { opacity: 0.4 }
    30% { opacity: 1 }
    70% { opacity: 1 }
    100% { opacity: 0.4 }
}

/* Fading animation */
.fade {
    animation-name: bilder;
    //animation-delay: 1s;
    animation-duration: 10s;
}


.padding-0 {
    padding: 0px;
}

.km-card-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow: clip;
}

.km-card-header {
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 0px;
    font-size: 32px;
}

.km-card-date {
    color: dimgray;
    margin-left: 20px;
}

.km-card-body {
    margin-left: 20px;
}

.km-card-lesmer {
    background-color: transparent;
    color: darkred;
    font-family: 'Verdana';
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.km-card-redline {
    background-color: #d90011;
    display: block;
    margin-bottom: 1.5em;
    margin-left: 20px;
    height: 0.375em;
    width: 4.75em;
    }

#dataenter {
    background-color: #F2F2F2;
    }

#dataenter .panel, .panel-default {
    border-color: lightgray;
    }

#dataenter .nav {
    background-color: #FDFEFE;
    }

#dataenter .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
    background-color: #F2F2F2;
    border-bottom-color: #F2F2F2;
    color: #666;
    }

    #dataenter .nav > li > a {
        background-color: #FDFEFE;
        color: darkgray;
        border-bottom-color: lightgray;
    }

.menuItem {
    background-color: transparent;
    font-family: 'Verdana';
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border: 0px;
}

    .menuItem img {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 10px;
    }


#menyLenkerH .menuItem {
    background-color: transparent;
    font-family: 'Verdana';
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border: 0px;
}

    #menyLenkerH .menuItem img {
        width: 16px;
        height: 16px;
        float: left;
        margin-right: 10px;
        margin-bottom: 20px;
    }

.lesMerItem {
    background-color: transparent;
    color: darkred;
    font-family: 'Verdana';
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.menuSubItem {
    background-color: transparent;
    font-family: 'Verdana';
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-left: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border: 0px;
}


.menuItemBold {
    background-color: transparent;
    font-family: 'Verdana';
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-left: 0px;
    border: 0px;
}

.menuItemTop {
    background-color: transparent;
    font-family: 'Verdana';
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-right: 14px;
    border: 0px;
    text-transform: uppercase;
}

.menuItem:hover {
    color: red;
}

ul.menuBottomItem {
    list-style-type: none;
    color: black;
    background-color: transparent;
    font-family: 'Verdana';
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-left: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    border: 0px;
}

ul.menuBottomItem li {
    color: black;
    background-color: transparent;
    margin-bottom: 5px;
}

    ul.menuBottomItem li:hover {
        color: red;
        text-decoration: none;
        cursor: pointer;
    }
.panel {
    border: 1px solid;
    border-color: lightgray;
}

.panel-body {
    padding-bottom: 5px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

#newsList .k-card {
    width: 90%;
    margin-left: 10px;
    margin-bottom: 30px;
}

#newsList .k-card-image {
    width: 100% !important;
    height: auto;
    max-height: 600px;
}

#newsList .k-card-title {
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

#kalenderInfo .k-card {
    width: 100%;
    margin: 0px;
    padding: 10px;
    background-color: white;
}
#kalenderInfo .k-card-date {
    color: red;
    font-size: 26px;
}

#kalenderInfo .k-card-day {
    color: gray;
    font-size: 14px;
}

#kalenderInfo .k-card-title {
    color: gray;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 10px;
}

#kalenderInfo .k-card-sted {
    color: gray;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 10px;
}

.k-card-sted img {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}



.topnav a {
    float: right;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px 14px 16px;
    text-decoration: none;
    font-size: 16px !important;
    font-family: 'Barlow', sans-serif;
}

    .topnav a:visited {
        float: right;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px 14px 16px;
        text-decoration: none;
        font-size: 40px;
        font-family: 'Barlow', sans-serif;
    }


    .topnav a:hover {
        color: red;
    }

    .topnav a.active {
        background-color: #4CAF50;
        color: white;
    }

.topnav .icon {
    display: none;
}

p a:link {
    color: red;
}

p a:visited {
    color: red;
}

#nyhetav table a:link {
    font-size: 14px;
}

#nyhetav table {
    font-size: 14px;
}

#nyhetsinfo a:link {
    color: black;
    font: inherit;
    font-size: 16px;
    font-weight: bold;
}

#nyhetsinfo a:visited {
    color: black;
}

.nav-item {
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 20px;
    background-color: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-item a:hover {
    color: yellow;
    text-decoration: none;
    cursor: pointer;
    }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
    vertical-align: middle;
}

.navbar-toggle {
    float: left;
}


@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: left;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

.card {
    /*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    transition: 0.3s;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

h1 {
    font-size: 38px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 34px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}

h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
}

h4 {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}

p {
    font-family: Verdana;
    font-size: 14px;
    line-height: 1.5;
}

.kalDato {
    font-family: 'Barlow', sans-serif;
    font-size: 42px;
    color: darkred;
    line-height: 0.9;
}

.kalDag {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: gray;
}

.kalTekst {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: darkred;
    vertical-align: top;
}

.kalInfo {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: gray;
}

.moteTidspunkt {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}

.kommando a {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: white;
    background-color: blue;
    Padding: 10px;
}

    .kommando a:link {
        font-family: 'Barlow', sans-serif;
        font-size: 14px;
        color: white;
        background-color: blue;
        Padding: 10px;
    }

    .kommando a:hover {
        font-family: 'Barlow', sans-serif;
        font-size: 14px;
        color: white;
        background-color: red;
        Padding: 10px;
    }

    .kommando a:visited {
        font-family: 'Barlow', sans-serif;
        font-size: 14px;
        color: white;
        Padding: 10px;
    }


.valg {
    font-size: 18px;
    margin-top: 5px;
    margin-right: 5px;
    padding-bottom: 2px;
}



.header1 {
    color: #910005;
    margin-top: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: large;
    align: top;
    padding: 0px;
}

a:hover {
    color: Black;
    font-weight: normal;
    text-decoration: underline;
}

a:link {
    color: Black;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}


a.header1:hover {
    color: #910005;
    font-weight: bold;
    text-decoration: none;
    font-size: large;
}

a:header1:link {
    color: #910005;
    font-weight: bold;
    text-decoration: none;
    font-size: large;
}

a:header1:visited {
    color: #910005;
    font-weight: bold;
    text-decoration: none;
    font-size: large;
}

.spalteheader {
    color: #695725;
    font-weight: bolder;
    font-size: large;
}

.EgenSpalte {
    margin-top: 10px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding-right: 25px;
    z-index: 10000;
}

    .sticky + .content {
        padding-top: 100px;
    }

.nyhetsTittel a {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

    .nyhetsTittel a:visited {
        font-family: 'Barlow', sans-serif;
        font-weight: 500;
        color: black;
        font-size: 20px;
    }

    .nyhetsTittel a:hover {
        color: red;
        font-weight: bold;
        font-size: 20px;
    }

.nyhetsBilde {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nyhetsIngress {
    font-size: 14px;
}

.nyhetsSideIngress {
    font-size: 14px;
    font-weight: bold;
}

.nyhetsTekst {
    font-size: 14px;
}

.nyhetsLesMer {
    font-size: 14px;
    color: brown !important;
}

    .nyhetsLesMer a {
        font-size: 14px;
        color: brown !important;
    }

        .nyhetsLesMer a:visited {
            font-size: 14px;
            color: brown;
        }

.PanelTittel {
    color: darkred;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    padding: 2px 2px 0px 2px;
    margin-top: 20px;
    margin-bottom: 0px;
}

h1 {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: darkred;
}

h2 {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: black;
}

h3 {
    margin-top: 0px;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    color: maroon;
}

h4 {
    color: maroon;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 2px;
    margin-top: 0px;
}

h5 {
    color: maroon;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h6 {
    color: maroon;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.introTekst {
    color: #004225;
    font-weight: 700;
    font-size: 18px;
}

.infoTekst {
    color: #004225;
    font-size: 18px;
}

.commandBlue a {
    color: black;
}

.commandBlue {
    background-color: lightsalmon;
    border: none;
    padding: 8px 16px 0px 0px;
    border-radius: 20px;
    margin-left: 0px;
    margin-bottom: 5px;
    width: 250px;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
}

.commandButton {
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    margin-left: 0px;
    margin-bottom: 5px;
    width: 90%;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
}

    .commandButton img {
        float: left;
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }

.commandBox {
    border: none;
    padding: 8px 16px;
    margin-left: 0px;
    margin-bottom: 5px;
    width: 90%;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
}

.commandBox img {
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.commandModern {
    background-color: #004225;
    color: #F5F2EA;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 300px;
    height: 50px;
    margin-top: 10px;
    font-size: 18px;
    text-align: left;
}

    .commandModern img {
        float: left;
        width: 48px;
        height: 48px;
        margin-right: 15px;
    }

.commandModernSmal {
    background-color: #004225;
    color: #F5F2EA;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 130px;
    height: 40px;
    margin-top: 10px;
    font-size: 12px;
}

    .commandModernSmal img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }

.menuGroup {
    color: black;
    margin-top: 0px;
    margin-bottom: 4px;
}

.menuDisable {
    color: gray;
    font-family: 'Verdana';
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.menuCommand {
    color: black;
    font-family: 'Verdana';
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 4px;
}

    .menuCommand:hover {
        color: red;
        font-family: 'Verdana';
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        margin-left: 2px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

.menuSubCommand {
    color: black;
    font-family: 'Verdana';
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-left: 2px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.PanelSubTittel {
    color: darkred;
    font-size: large;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 0px;
}


hr {
    display: block;
    margin-top: 0em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-bottom: 0px;
    border-color: #a0a0a0;
}

#kalender hr {
    display: block;
    margin-top: 0em;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-bottom: 0px;
    border-color: #e1e1e1;
}

.gravferd .Dato {
    color: darkred;
    font-size: 16px;
}

#lstGravferder {
    background-color: transparent !important;
}

.gravferd p {
    font-size: 16px;
    font-weight: 700;
    color: #004225;
}

.gravferd .Sted {
    font-size: 16px;
    color: #004225;
}

.commandModernBlue:hover {
    background-color: cyan;
}

.commandModernBlue img {
    float: left;
}

html {
/*    position: relative;
    min-height: 100%;*/
}

.gpm {
    font-family: Georgia;
    font-size: 32px;
    line-height: 48px;
    color: #014325;
}

body {
    /*margin: 0 0 220px;*/
    font-family: Verdana;
    font-size: 12px;
}

footer {
    /*    position: absolute;
    left: 0;
    bottom: 0;
    height: 220px;
    width: 100%;
    z-index: 99999;*/
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}

footer p {
    margin-bottom: 0px;
}

.footer {
    flex-shrink: 0;
}

.bg_color2 {
    color: #695725;
    background-color: White;
    border: 1px solid #D8D8DD;
    font-weight: normal;
    font-size: 12;
}

.bg_colorh2 {
    color: #695725;
    background-color: White;
    border: 1px solid #D8D8DD;
    font-weight: bold;
    font-size: 12;
}

.bg_color3 {
    color: #695725;
    font-weight: bolder;
    font-size: large;
}

.bg_color4 {
    color: #695725;
    background-color: #White;
    border-spacing: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
    font-size: 12;
}

.dateview {
    color: darkred;
    text-transform: capitalize;
}

.imageright {
    padding-left: 0;
    padding-right: 0;
}

.imageleft {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 200px;
    float: left;
}

.monthview {
    color: darkred;
    background-color: White;
    font-size: 14px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 4;
    padding-right: 0;
    border-bottom: 1px solid darkred;
}

.stedview {
    color: dimgray;
    background-color: White;
    font-size: 11px;
    text-align: left;
    margin-left: 44px;
    padding-left: 4;
    margin-bottom: 3px;
}

.dnk {
    font-family: Garamond BookCondensed;
    font-size: 30px;
    line-height: 0.7;
}

.menighet {
    color: #000000;
    font-family: HelveticaNeue LT 55 Roman;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    padding-top: 3px;
    height: 40px;
}

.smalltext {
    font-size: 14px;
}

    .smalltext:hover {
        color: red;
    }


.gudstjenesteTekst {
    color: darkred;
}

.gudstjenesteInfo {
    color: black;
}

#aktivitet img {
    max-height: 500px;
    max-width: 500px;
}

.boks {
    color: lightblue;
    background-color: darkblue;
    font-size: large;
    text-align: center;
    cellspace: 1;
    box-shadow: 3px 3px 3px #999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0px solid;
}

.lenker a {
    color: red;
    font-size: 14px;
    margin-bottom: 20px;
}

.mobilboks {
    color: white;
    background-color: #2471A3;
    font-weight: bolder;
    font-size: 24px;
    text-align: center;
    cellspace: 1;
    box-shadow: 3px 3px 3px #999999;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid;
    margin-bottom: 15px;
    padding: 3px;
    width: 100%;
    height: 54px;
}


.menykart {
    color: darkred;
    font-size: 14px;
    margin-bottom: 5px;
    width: 300px;
    height: 32px;
}

    .menykart:hover {
        background-color: lightgray;
    }

    .menykart a {
        color: darkred;
        font-size: 14px;
        margin-bottom: 20px;
        width: 300px;
    }

        .menykart a:hover {
            background-color: lightgray;
        }

.menyBoksPhone {
    color: white;
    background-color: #0578ca;
    font-weight: bolder;
    font-size: 12px;
    text-align: center;
    box-shadow: 3px 3px 3px #999999;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px;
    width: 100%;
    height: 50px;
    }


.menyBoksPhone a {
    color: white;
    }

.menyBoksPhone img {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    }

.menySubBoks {
    color: white;
    background-color: darkred;
    font-weight: bolder;
    font-size: 12px;
    text-align: center;
    box-shadow: 3px 3px 3px #999999;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px;
    width: 100%;
    height: 80px;
}

.menySubBoksRC {
    color: white;
    background-color: darkred;
    font-weight: bolder;
    font-size: 12px;
    text-align: center;
    box-shadow: 3px 3px 3px #999999;
    border-radius: 20px;
    border: 0px solid;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px;
    width: 100%;
    height: 80px;
}

.menyBoks {
    color: white;
    background-color: #0578ca;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    box-shadow: 3px 3px 3px #999999;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px;
    width: 100%;
    height: 110px;
}

    .menyBoks a {
        color: white;
    }

    .menyBoks img {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
        margin-top: 5px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }


.menyBoksRC {
    color: white;
    background-color: #0578ca;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 3px 3px 3px #999999;
    border: 0px solid;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px;
    width: 100%;
    height: 110px;
}

    .menyBoksRC a {
        color: white;
    }

    .menyBoksRC img {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
        margin-top: 5px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

.dropdown-item a:link {
    font-weight: bolder;
    font-size: 24px;
}


.checkboxes label {
    display: inline-block;
    font-size: 24px;
    padding-right: 20px;
    white-space: nowrap;
}

.checkboxes input {
    background: #bbb;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    border-width: 0;
    transition: all .3s linear;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}

.checkboxes label span {
    vertical-align: middle;
}

#kalenerItem p {
    font-size: 13px;
    margin: 0px;
}

input[type='checkbox']:checked {
    background: #aaa;
}

.mobilboks a {
    color: white;
    background-color: #2471A3;
    font-weight: bolder;
    font-size: 32px;
    text-align: center;
}

.nyhetbilde {
    border-radius: 0px;
    margin-top: 0;
    margin-left: 10;
    padding-left: 10;
    border: 0px solid;
    valign: top;
}

.nyhettekst {
    text-valign: top;
    font-family: Arial;
    font-size: 14px;
    color: #5700BB;
}

.seksjon {
    color: #FFFFFF;
    background-color: #321EB3;
    font-size: 14;
    text-align: center;
}

.bokstittel {
    color: #FFFF00;
    background-color: #321EB3;
    box-shadoe: 3px 3px 3px #999999 insert;
    font-weight: bold;
    font-size: 20;
    text-align: center;
    vertical-align: middle;
    cellspace: 1;
    border-top-left-radius: 3px;
    border: 0px solid;
}

.liste {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 12;
    text-align: left;
    cellspace: 1;
    border: 1px solid;
}

.bg_color_main {
    border: 0px solid #999999;
    background-color: #White;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.logo {
    background-position: right bottom;
    background-repeat: no-repeat;
}

#maintable tbody tr {
    font-family: Arial;
    font-size: 14px;
}

#maintable .firstmainrow > td {
    padding-top: 108px;
}

#maintable thead .biglogo, #maintable thead .logo {
    position: fixed;
    width: 1200px;
    z-index: 10000;
}

#maintable thead .menurow {
    position: fixed;
    margin-top: 78px;
    z-index: 1000;
    width: 1200px;
}

    #maintable thead .menurow td {
        width: 1200px;
    }

.meny-liste-venstre td {
    background-color: #F5F5F8;
}

.meny-liste-venstre a {
    font-size: 12px;
    width: 100%;
    display: block;
    color: black;
}

    .meny-liste-venstre a:hover {
        color: red;
    }

    .meny-liste-venstre a:visited {
        color: black;
    }

.meny-liste-venstre td:hover {
    background-color: #FF5151;
}

#velg-din-menighet, #meny-valg-venstre, #meny-valg-undermeny {
}

.menighetsvalg {
    background-color: F5F5F8;
    padding-top: 5px;
}

.nyhet {
    color: #000000;
    background-color: #FF22AA;
    box-shadow: 3px 3px 3px #999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0px solid;
}

.newsleft {
    margin-left: 10px;
    color: #FF0000;
}

.big {
    font-size: 24px;
}

.button {
    background-color: #eeeeee;
    border: 1px solid #999999;
    color: #000000;
    margin-top: 10px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.circular {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.circularm {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.error {
    color: #990000;
}

.header {
    text-decoration: none;
}

.transparent {
    zoom: 1; /* gives the object layout */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.message {
    color: #006600;
}

.messagefeil {
    color: #990000;
}

.small {
    padding-top: 10px;
    color: #000;
    font-size: 9px;
}

.xtrasmall {
    color: #000;
    font-size: 6px;
}

.textbox {
    border: 1px solid #000;
}

a.list {
    font-size: 12px;
    color: black;
    margin-bottom: 5px;
}

    a.list:hover {
        color: red;
    }

    a.list:link {
        text-decoration: none;
    }

    a.list:visited {
        text-decoration: none;
    }

table.ramme {
    background-color: #efefef;
    ;
    border: 0px solid #000;
    ;
}

td.bottomline {
    border-bottom: 1px solid #CCCCCC;
}

td.line0 {
    background-color: #CACAFF;
    border: 1px solid #848484;
    font-weight: bold;
}

td.line1 {
    background-color: #EEEDE8;
    border: 0px;
}

td.line2 {
    background-color: #ABC;
    border: 0px;
}

td.newslinecolor {
    color: #000099;
}

td.newstextcolor {
    color: #FF0000;
}

td.rightline {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

td.topline {
    border-top: 1px solid #CCCCCC;
}

td.websysleft {
    text-align: left;
    border: solid 0px #999;
    color: #000000;
}

td.websysright {
    text-align: left;
    border: solid 0px #999;
    color: #000000;
}

textarea {
    border: solid 1px #B6C0C3;
}

td div {
    widht: 190px;
    overflow-y: hidden;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#huskeliste h3 {
    margin-left: 20px;
    margin-top: 20px;
}


#huskeliste table tr {
    line-height: 1;
}

#huskeliste td {
    padding-right: 5px;
}

#huskeliste table {
    border-spacing: 3px;
    margin-top: 5px;
}

.huskeliste-dato {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    color: darkred;
    line-height: 0.9;
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 270px !important;
}

.huskeliste-tidspunkt {
    color: gray;
    font-size: 19px;
    font-family: 'Open Sans', Arial;
    margin-right: 10px;
    width: 130px !important;
}


.huskeliste-emne {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: darkred;
    vertical-align: top;
    font-weight: bold;
    padding-top: 0px !important;
    white-space: normal;
    vertical-align: middle;
}

.huskeliste-ressurs {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    color: dimgray;
    text-align: left;
}

#aktivitet {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: darkred;
    margin-top: 10px;
}

#kontPerson {
    font-size: 14px;
    font-weight: 600;
}

#kontTelefon {
    font-size: 14px;
    font-weight: 600;
}


#logo img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}

#liste .k-card {
    width: 100%;
    margin: 5%;
    background-color: #f8f8f8;
}

#liste .k-card-footer {
    text-align: center;
}

#liste .k-card-image {
    width: 100%;
    height: auto;
}

#menighetsbladListe .k-card-image {
    width: 100%;
    height: auto;
}

#liste .k-card-title {
    text-align: center;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 600;
}

#liste .k-card-body {
    text-align: center;
    margin-top: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: uppercase;
}

#lenker img {
    width: 24px;
    height: 24px;
}

table td, table td * {
    vertical-align: top;
}


#galleri .column {
    float: left;
    width: 25%;
    padding: 10px;
}

    #galleri .column img {
        opacity: 0.8;
        cursor: pointer;
    }

        #galleri .column img:hover {
            opacity: 1;
        }

#galleri .row:after {
    content: "";
    display: table;
    clear: both;
}

#galleri .container {
    position: relative;
    display: none;
}

#imgtext {
    position: relative;
    bottom: 35px;
    left: 15px;
    color: white;
    font-size: 20px;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}
