/*
 * Copyright - Violution GbR Dortmund
 * universelles Print-Script mit individuellen Anpassungen
 */

/* Druckausgabe */
@media only print{

    * {
        background: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        overflow: visible !important;
        position: static !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #000000 !important;
        border-color: #000000 !important;
        display: block !important;
        min-height: 1px !important;
        min-width: 1px !important;
        max-height: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    body {
        font: 11pt/160% Arial, sans-serif;
        background-color: #ffffff !important;
    }

    #main .ce_text ul li,
    #main .ce_text ol li {
        position:relative;
        display:list-item;
    }

    .only-print {
        display:block;
    }

    #wrapper,
    #container {
        width:100%;
        height:auto;
        position:relative;
        overflow:visible;
        display:block;
    }

    #main .mod_article{
        display: block;
        overflow: hidden !important;
        clear: both;
    }

    .ce_text a,
    .ce_text a:link {
        text-decoration:none;
    }

    .p-bottom-190 {
        padding-bottom: 0 !important;
    }

    h1,h2,p,ul,time,pre{
        margin-bottom: 40px !important;
    }

    h1
    {
        margin-top: 60px !important;
        font-size: 60px !important;
    }

    h2
    {
        font-size: 35px !important;
    }

    h3
    {
        font-size: 25px !important;
    }

    h4
    {
        font-size: 18px !important;
    }

    p br, h1 br, h2 br, li br{
        display: none !important;
    }

    .m-breadcrumb{
        display: none !important;
    }




    /* ### Individuelle Anpassungen ### */

    /* Ausblenden */
    *:before,
    *:after,
    .no-print,
    form,
    footer,
    script,
    .spacer,
    button,
    .pagination,
    figure,
    img,

    .m-layer,
    .vio-parallax-wrapper,
    .vio-topbar,
    .parallax-mirror,
    .m-header__spacer,
    .c-pric-calculator, .c-price-calculator,
    aside,
    .companylogos,
    .o-text-link,
    .o-button-primary,
    .c-cardSimple__media
    {
        display: none !important;
    }

    p.o-subline, ul.o-subline, ol.o-subline {
        letter-spacing: 0;
        text-transform: none;
        font-size: 30px;
        margin-bottom: 0 !important;
    }

    /* Optimierte Abstände */
    .m-top-0{ margin-top: 0 !important; }
    .m-top-10{ margin-top: 0px !important; }
    .m-top-15{ margin-top: 0px !important; }
    .m-top-20{ margin-top: 0px !important; }
    .m-top-30{ margin-top: 0px !important; }
    .m-top-40{ margin-top: 0px !important; }
    .m-top-50{ margin-top: 0px !important; }
    .m-top-60{ margin-top: 0px !important; }
    .m-top-70{ margin-top: 0px !important; }
    .m-top-80{ margin-top: 0px !important; }
    .m-top-90{ margin-top: 0px !important; }
    .m-top-100{ margin-top: 0px !important; }
    .m-top-110{ margin-top: 0px !important; }
    .m-top-120{ margin-top: 0px !important; }
    .m-top-130{ margin-top: 0px !important; }
    .m-top-140{ margin-top: 0px !important; }
    .m-top-150{ margin-top: 0px !important; }
    .m-top-160{ margin-top: 0px !important; }
    .m-top-170{ margin-top: 0px !important; }
    .m-top-180{ margin-top: 0px !important; }
    .m-top-190{ margin-top: 0px !important; }
    .m-bottom-0{ margin-bottom: 0 !important; }
    .m-bottom-10{ margin-bottom: 0px !important; }
    .m-bottom-15{ margin-bottom: 0px !important; }
    .m-bottom-20{ margin-bottom: 0px !important; }
    .m-bottom-30{ margin-bottom: 0px !important; }
    .m-bottom-40{ margin-bottom: 0px !important; }
    .m-bottom-50{ margin-bottom: 0px !important; }
    .m-bottom-60{ margin-bottom: 0px !important; }
    .m-bottom-70{ margin-bottom: 0px !important; }
    .m-bottom-80{ margin-bottom: 0px !important; }
    .m-bottom-90{ margin-bottom: 0px !important; }
    .m-bottom-100{ margin-bottom: 0px !important; }
    .m-bottom-110{ margin-bottom: 0px !important; }
    .m-bottom-120{ margin-bottom: 0px !important; }
    .m-bottom-130{ margin-bottom: 0px !important; }
    .m-bottom-140{ margin-bottom: 0px !important; }
    .m-bottom-150{ margin-bottom: 0px !important; }
    .m-bottom-160{ margin-bottom: 0px !important; }
    .m-bottom-170{ margin-bottom: 0px !important; }
    .m-bottom-180{ margin-bottom: 0px !important; }
    .m-bottom-190{ margin-bottom: 0px !important; }
    .m-left-0{ margin-left: 0 !important; }
    .m-left-10{ margin-left: 0px !important; }
    .m-left-15{ margin-left: 0px !important; }
    .m-left-20{ margin-left: 0px !important; }
    .m-left-30{ margin-left: 0px !important; }
    .m-left-40{ margin-left: 0px !important; }
    .m-left-50{ margin-left: 0px !important; }
    .m-left-60{ margin-left: 0px !important; }
    .m-left-70{ margin-left: 0px !important; }
    .m-left-80{ margin-left: 0px !important; }
    .m-left-90{ margin-left: 0px !important; }
    .m-left-100{ margin-left: 0px !important; }
    .m-left-110{ margin-left: 0px !important; }
    .m-left-120{ margin-left: 0px !important; }
    .m-left-130{ margin-left: 0px !important; }
    .m-left-140{ margin-left: 0px !important; }
    .m-left-150{ margin-left: 0px !important; }
    .m-left-160{ margin-left: 0px !important; }
    .m-left-170{ margin-left: 0px !important; }
    .m-left-180{ margin-left: 0px !important; }
    .m-left-190{ margin-left: 0px !important; }
    .m-right-0{ margin-right: 0 !important; }
    .m-right-10{ margin-right: 0px !important; }
    .m-right-15{ margin-right: 0px !important; }
    .m-right-20{ margin-right: 0px !important; }
    .m-right-30{ margin-right: 0px !important; }
    .m-right-40{ margin-right: 0px !important; }
    .m-right-50{ margin-right: 0px !important; }
    .m-right-60{ margin-right: 0px !important; }
    .m-right-70{ margin-right: 0px !important; }
    .m-right-80{ margin-right: 0px !important; }
    .m-right-90{ margin-right: 0px !important; }
    .m-right-100{ margin-right: 0px !important; }
    .m-right-110{ margin-right: 0px !important; }
    .m-right-120{ margin-right: 0px !important; }
    .m-right-130{ margin-right: 0px !important; }
    .m-right-140{ margin-right: 0px !important; }
    .m-right-150{ margin-right: 0px !important; }
    .m-right-160{ margin-right: 0px !important; }
    .m-right-170{ margin-right: 0px !important; }
    .m-right-180{ margin-right: 0px !important; }
    .m-right-190{ margin-right: 0px !important; }
    .p-top-0{ padding-top: 0 !important; }
    .p-top-10{ padding-top: 0px !important; }
    .p-top-15{ padding-top: 0px !important; }
    .p-top-20{ padding-top: 0px !important; }
    .p-top-30{ padding-top: 0px !important; }
    .p-top-40{ padding-top: 0px !important; }
    .p-top-50{ padding-top: 0px !important; }
    .p-top-60{ padding-top: 0px !important; }
    .p-top-70{ padding-top: 0px !important; }
    .p-top-80{ padding-top: 0px !important; }
    .p-top-90{ padding-top: 0px !important; }
    .p-top-100{ padding-top: 0px !important; }
    .p-top-110{ padding-top: 0px !important; }
    .p-top-120{ padding-top: 0px !important; }
    .p-top-130{ padding-top: 0px !important; }
    .p-top-140{ padding-top: 0px !important; }
    .p-top-150{ padding-top: 0px !important; }
    .p-top-160{ padding-top: 0px !important; }
    .p-top-170{ padding-top: 0px !important; }
    .p-top-180{ padding-top: 0px !important; }
    .p-top-190{ padding-top: 0px !important; }
    .p-bottom-0{ padding-bottom: 0 !important; }
    .p-bottom-10{ padding-bottom: 0px !important; }
    .p-bottom-15{ padding-bottom: 0px !important; }
    .p-bottom-20{ padding-bottom: 0px !important; }
    .p-bottom-30{ padding-bottom: 0px !important; }
    .p-bottom-40{ padding-bottom: 0px !important; }
    .p-bottom-50{ padding-bottom: 0px !important; }
    .p-bottom-60{ padding-bottom: 0px !important; }
    .p-bottom-70{ padding-bottom: 0px !important; }
    .p-bottom-80{ padding-bottom: 0px !important; }
    .p-bottom-90{ padding-bottom: 0px !important; }
    .p-bottom-100{ padding-bottom: 0px !important; }
    .p-bottom-110{ padding-bottom: 0px !important; }
    .p-bottom-120{ padding-bottom: 0px !important; }
    .p-bottom-130{ padding-bottom: 0px !important; }
    .p-bottom-140{ padding-bottom: 0px !important; }
    .p-bottom-150{ padding-bottom: 0px !important; }
    .p-bottom-160{ padding-bottom: 0px !important; }
    .p-bottom-170{ padding-bottom: 0px !important; }
    .p-bottom-180{ padding-bottom: 0px !important; }
    .p-bottom-190{ padding-bottom: 0px !important; }
}