/**
 * MediaWiki print style sheet
 * Largely based on work by Gabriel Wicke
 *
 * Originally derived from Plone (https://plone.org/) styles
 * Copyright Alexander Limi
 */

/**
 * Hide all the elements irrelevant for printing*/
@media print {



    @page :header {
        content: "Seite "decimal(pageno), ;
        border-top: thin solid black;
    }



    body {
        padding: 2em;


    }


    #content>a#top:before {




        content: url(https://swiki.accadis.net/resources/assets/accadis_logo_160x160_v3.jpg);


    }


    .mw-body .firstHeading {
        margin-top: 1em;
    }


    body,
    .mw-body h1:not(#firstHeading),
    .mw-body-content h1,
    .mw-body-content h2 {
        font-family: "Open Sans", "Frutiger", "Helvetica", "Helvetica Neue", "Arial", "Segoe UI", Tahoma, sans-serif;
        font-size: 85%;

    }





    .mw-headline {
        margin: 4em 0;
        font-size: 1.6em;

    }

    table.wikitable {
        display: block;
        width: 100%;
        border: none;
        background-color: white;
        //page-break-after: always;

    }


    table.wikitable>*>tr>td,
    table.wikitable>tr>th,
    table.wikitable>*>tr>th {
        border: none;
        vertical-align: top;
        background-color: white;
        padding: 0.5em 1.5em;
        text-align: left;

    }


    table.wikitable>*>tr>td {
        border-bottom: 1px solid #eeeeee;
    }




    table.wikitable>*>tr>td:nth-of-type(1) {

        font-weight: 700;
    }



    table.wikitable.infobox th {
        text-align: left;
    }

    #toc {
        margin: 2em 0;
        padding: 2em;
		display: none;
    }




    .printfooter,
    .catlinks,
    #footer-info {
        font-size: 0.5%;
        font-style: italic;
    }

	.page-break{
		page-break-after: always;
	}



}