%%list-unstyled-hover

%%accordion
%%tab-Einstieg
* [Startseite]
* [für Nutzer_innen|Nutzer_innen]
* [für Administrator_innen|Administrator_innen]
* [für Entscheider_innen|Entscheider_innen]
/%
%%tab-Nutzer_innen
* [Jitsi Meet]
* [Mastodon]
* [Mumble]
* [Nextcloud]
* [Matrix]
* [Synod.im FAQ]
* [Synod.im Bekannte Fehler|Synod.im - Bekannte Fehler]
* [Synod.im Web]
* [Synod.im iPhone]
* [Synod.im Android]
/%
%%tab-Administrator_innen
* [Identitätsmanagement|AdminIdentity]
* [Mastodon|AdminMastodon]
* [Nextcloud|AdminNextcloud]
* [Matrix|AdminMatrix]
* [Jitsi|AdminJitsi]
/%
%%tab-Entscheider_innen
* [Einstieg|Entscheider_innen]
* [Datenschutz|StakeholderPrivacy]
/%
%%tab-Prozessdokumentation
* [Softwareentwicklung|ProcessDevelopment]
* [Dokumentationsrichtlinien|ProcessDokumentationssystematik]
/%
%%tab-ExterneVerweise
* [Librechurch|https://librechurch.org]
* [LUKi e.V.|https://luki.org]
* [JSPWiki|https://jspwiki.apache.org]
* [Nextcloud|https://nextcloud.com/de/]
* [Impressum|https://luki.org/impressum/]
* [Datenschutz|https://luki.org/impressum/datenschutz/]
/%
/%
/%


[{de.jalin.jspwiki.plugin.CustomCSSPlugin

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('/attach/LeftMenu/Lato-Latin.woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('/attach/LeftMenu/Lato-Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    font-family: Lato,sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
}

body, .pagename, a.logo {
    font-family: Lato,sans-serif;
}

a.logo { border:none; visibility: hidden; font-weight: 400; letter-spacing: 0.1em; }
a.logo:after { content: "LibreChurch Dokumentation"; visibility: visible; display: block; padding-left: 5em; }
a.logo b { display: none; }
a.logo:hover { color: #fff; }

a.logo:after {
    background: url('/attach/LeftMenu/librechurch_header.png');
    background-size: 4em;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    height: 50px;
    width: 250px;
    margin-top: -20px;
}

@media only screen and (max-width:768px) {
    a.logo:after {
        background-size: 40px;
        margin-top: -35px;
    }
}

.header { background-color: #32b4b6; }
.footer { background-color: #4f432b;}

.btn-success { background-color: #299496; border-color: #299496; }
.btn-success:hover, .btn-success:focus { background-color: #32b4b6; }
.btn-danger, .btn-primary, .index .header, .userbox .btn-primary  { background-color: #e1531a; border-color: #e1531a; }
.btn-danger:hover, .btn-danger:focus, .btn-primary:hover, .btn-primary:focus,  .index .header:hover,  .index .header:focus .userbox .btn-primary:hover { background-color: #e7642f; }
.slimbox-link::after, .slimbox-btn::before { color: #e1531a }

a { color: #299496; }
a:hover, a:focus { color: #32b4b6; }
.nav > li > a:hover, .header a:hover { color: #fff; }

table.imageplugin > tbody > tr > td > img { 
  padding-top: 4px; 
  padding-bottom: 4px; 
  padding-left: 8px; 
  padding-right: 8px; 
}

}]