#printinfo
{
    display: none;
}

@media print {
	p { 
		font-family: Georgia, serif;
		font-size: 12pt;
	}
	
	h1 { font-family: Georgia, serif; 
		 font-size: 28pt; 
	}

    nav, footer, .menu, .parallax, .card-cover, .about-image, .cardsweight, #breadcrumb, #myCarousel, #speech-button  { 
        display: none !important; 
    }

    body {
        font-family: Times, serif;
        font-size: 12pt;
        line-height: 1.5;
        /* Keine Grautöne, um Tintensparmodus zu nutzen */
        color: #000;
        /* Keine Hintergrundfarben drucken */
        background: none; 
    }

    #printinfo 
    {
        display: block;
    }

    .carousel {
        margin-bottom: 0rem;
       
        
      }
}