body {
    font-family: 'DejaVu Sans';
}

h1 {
    font-size: 20pt;
    color: #1056be;
    margin-top: 0;
}

.head,
.navbar,
.seminars_detail header div,
.foot {
    display: none;
}

.seminars_detail header {
    padding: 0;
}

.hero {
    height: auto;
    text-align: left;
    background-image: none;
}

.hero h2 {
    position: static;
    text-align: left;
    color: blue;
    padding: 0;
}

.seminars_info .tab {
    display: block !important;
    font-size: 14px !important;
}

.searchbox,
ul.tabs,
.tab.bookingform,
.foot .item.c179,
.foot .item.c180,
.foot .f_social,
.tt_unverbindlich,
.tt_verbindlich {
    display: none !important;
}

.cright ul li {
    list-style: none;
}

.wrapper:before,
.wrapper:after {
    content: ' '; /* 1 */
    display: table; /* 2 */
}

.wrapper:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.wrapper {
    *zoom: 1;
}

/*.leftCont {
    float: left;
}*/

.leftCont,
.fixedRight {
    display: block;
    font-size: 10pt;
    position: relative;
    z-index: 1;
}

.watermark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.fixedRight {
    float: right;
    width: 200px;
    height: 1000px;
    border-left: 1px dotted #000;
    padding-left: 9px;
    padding-top: 0;
    margin: 0 0 20px 20px;
    font-size: 10pt;
}

.fixedRight ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fixedRight h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.domain {
    font-size: 10pt;
    /*padding: 10px;*/
    margin-top: 30px;
    /*text-align: center;*/
    /*border: 1px solid #d9d9d9;*/
    color: #bfbfbf;
}

/*
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }
*/

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        /*background: transparent !important;*/
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    a[href]:after {
        content: none !important;
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /*.logo {
        display: block;
        width: 170px;
        height: 65px;
        margin: 20px auto;
        background-image: url("http://typo3.p565126.webspaceconfig.de/fileadmin/system/img/logo.png");
        background-repeat: no-repeat;
        background-position: left center;
    }

    .logo a {
        display: none;
        /*width: 170px;
        height: 65px;
        background-image: url("http://typo3.p565126.webspaceconfig.de/fileadmin/system/img/logo.png");
        background-repeat: no-repeat;
        background-position: left center;*/
}

.logo a span {
    display: none;
}

/**
 * Print Stylesheet fuer Deinewebsite.de
* @version         1.0
* @lastmodified    16.06.2016
*/

@media print {

    /** Seitenränder einstellen */
    @page {
        size: A4;
        /* margin: 1.5cm;
        padding: 0;
        border: none;
        border-collapse: collapse; */
    }
    @page :header { 
	    display: none
	} 

    /* Alle Seitenumbrüche definieren */
    a {
        page-break-inside: avoid;
    }
    blockquote {
        page-break-inside: avoid;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }



    table,
    pre {
        page-break-inside: avoid;
    }
    ul,
    ol,
    dl {
        page-break-before: avoid;
    }

    a {
        page-break-inside: avoid;
    }

    strong {
        page-break-inside: avoid;
    }

    /* Wichtige Elemente definieren */

    .tab > h3:first-of-type {
        display: none;
    }

    .seminars_detail header h1 {
        margin-top: 1cm;
    }

    .seminars_info .tab.tab2 {
        margin: 0;
    }

    .seminars_info {
        margin-top: 3cm;
    }
    .seminars_info .tab.tab2 .column-third {
        display: block;
    }
}
