

body {  
    counter-reset: Ebene01;
    color: #222;
}  
#com-atlassian-confluence .wiki-content h1:before {  
    content: counter(Ebene01) ". ";  
    counter-increment: Ebene01;  
}  
#com-atlassian-confluence .wiki-content h1 {  
    counter-reset: Ebene02;
}
#com-atlassian-confluence .wiki-content h2:before {
    content: counter(Ebene01) "." counter(Ebene02) ". ";
    counter-increment: Ebene02;
}
#com-atlassian-confluence .wiki-content h2 {
    counter-reset: Ebene03;
}
#com-atlassian-confluence .wiki-content h3:before {
    content: counter(Ebene01) "." counter(Ebene02) "." counter(Ebene03) ". ";
    counter-increment: Ebene03;
}
#main-content {
    font-size: 0.9rem;
}
#main-content a, #main-content a:visited {
  text-decoration: none;
  text-shadow:
    0.05em 0 0 #fff,
    -0.05em 0 0 #fff,
    0 0.05em 0 #fff,
    0 -0.05em 0 #fff,
    0.1em 0 0 #fff,
    -0.1em 0 0 #fff,
    0 0.1em 0 #fff,
    0 -0.1em 0 #fff;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: repeat-x;
  background-position: bottom 2px center;
  background-size: 100% 1px;
}
#main-content .blogHeading a {
    text-decoration: none;
    background-image: none;
}
#main-content a:hover, #main-content a:active, #main-content a:focus {
    text-decoration: none;
    background-image: none;
    outline: 1px dotted currentColor;
}

a[href^="http"]::after, a[href^="ftp:"]::after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsdWUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV4dGVybmFsLWxpbmsiPjxwYXRoIGQ9Ik0xOCAxM3Y2YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjhhMiAyIDAgMCAxIDItMmg2Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMTUgMyAyMSAzIDIxIDkiPjwvcG9seWxpbmU+PGxpbmUgeDE9IjEwIiB5MT0iMTQiIHgyPSIyMSIgeTI9IjMiPjwvbGluZT48L3N2Zz4=);
    margin-left: 0.2em;
    padding-left: 1em;
    background-size: 1em 1em;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline;
    color: #369;
}

.navmenu {
    border: 2px solid #ccc;
    border-radius: 0.5em;
    padding: 0.5em;
    background-color: #fafafa;
}
.navmenu ul {
    list-style-type: none;
    padding-left: 0.5rem;
}
#content .navmenu a {
    text-decoration: none;
}
.plugin_pagetree_children_span a {
    white-space: normal !important;
    hyphens: auto;
}
/* Elemente in der Seitenleiste ausblenden */
.ia-secondary-header-title.page-tree {
    display: none;
}
.quick-links-wrapper {
    display: none;
}
/*
.main-links-section {
    display: none;
}
*/
code, kbd {
    font-family: monospace;
    background-color: #efefef;
    padding: 0.25rem 0.25rem 0rem;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
}
/*
h1#logo img {
    visibility: hidden;
}
h1#logo a {
    background-image: url("/download/attachments/285212777/atl.site.logo.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: left center;
}
*/
.menu-item {
    font-size: 1.25rem;
}
.menu-item .tab-nav-link {
    text-decoration: none !important;
}
.deck-cards {
    padding-top: 1.5rem !important;
}
.plugin_pagetree .plugin_pagetree_children_list li {
    margin: 0 0 0.2em 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
}
.plugin_pagetree .plugin_pagetree_children_list li > div {
    float: none !important;
}
.plugin_pagetree .plugin_pagetree_children_list li > div.plugin_pagetree_children_content {
    flex-grow: 1;
    float: none !important;
}
.aui-nav {
    font-weight: bold;
}
.panelHeader {
    background-color: #fff;
    color: #ff8228;
    font-size: 1rem;
    border-bottom: 1px solid transparent;
}
.aui-header-logo-custom,
#logo {
  background-color: #fff;
}

