/*--================
html für Michael Zehetner
Datei: druckversion.css
Datum: 27.07.2018
Autor: Tais Marti
===================*/ 

@media print{
      
    
    body {
        -webkit-print-color-adjust: exact;
        background-color: #fff !important;
        color: #000;
        font: serif; /* Zeichensatz auf Serifen umstellen */
        text-align: justify; /* Blocksatz */
        quotes: "\201E" "\201C" "\201A" "\2018";
}
    @page{
        width: 100%;
        margin-left: 2cm;
        margin-right: 1.5cm;
        margin-top:2cm;
         
}
    

    
    .text, .text_ueber_mich, .termine{
        position: relative;
        top:-65px;
       height: auto;
    }
    
    body { height: auto; }

    .text, .text_ueber_mich{
        line-height:26pt;
    }
    
    p{
        font-size: 12px;
        top:-2000px;
    }
		
    #section0, img, #section1, .social_media_footer, #mehrLesen, .download, #section4, #section5, .impressum{
         display: none;
        }
    
    h2{
        page-break-before:always;
        margin-top: 0px;
        padding-top: 0;
    
    }
    h2 #section2{
       top:-100px;
    }
    
    

    /* Displaying link color and link behaviour */
    a:link, a:visited, a {

            rgba(232, 142,12 ,1); 
            text-decoration: underline 1px;
            text-align: left;
    }

    a,.Monat {
        page-break-inside:auto;
    }


     .info_MZ{

            top: 2000pt;
        }
        .Event{
        Flex-direction: row;
            font-size: 11px;
        }

    .wrap_Event{
       width: 300px;
    }
   /*End Kalender*/
    
    #extra_text{
        display: block;
    }
    .wrap_footer {
        top: -150px;
        background-color: transparent;
        }
    
    .wrapper_kontakt{ 
        display: block;
        top:-4890px;
        font-size:10px;
        right: -100px;}

    
    .impressum, .email{
        display: block;
        color: #656565;
       font-size: 10px;
        
    }
    
     #section7 a, #section7 p{
         color: #656565;
    }
    
    .impressum a{
        display: none;
    }
    
    .Event, .Monat_Tag, .Stueck, .Platz{
        top:auto;
        bottom: auto;
    }
    
    .Monat_Tag{
        top:-20px;
        position: relative;
    }
    
   .tab {
        top:-70px;
    }
        
    .web{display: block}
   
   
   
} /* END MQ*/


 @media print and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slider { padding:10px; }  /* IE10 */
	*::-ms-backdrop, .slider { padding:8px; } /* IE11 */
		 
		 .info_colette{display: none;}
}


/*----MS Edge Browser CSS Start----*/
@media print and (-ms-accelerator:true) {
	
	
}
/*----MS Edge Browser CSS End----*/
