@media print {
    /* Druckausgabe */
    
    header,footer,#cookiebanner{
        display:none;
    }
    #start .overlay,
    .banner .overlay,
    .banner.hero .overlay{
        height:170px!important;
        justify-content: flex-start;
        padding-top:80px!important;
    }

    h1,h2{
        font-size:20px;
    }

    *{
        text-align:left!important;
    }

    .banner .overlay h1,
    .banner .overlay h2{
        color:#000;
        padding:25px 20px;
        height:auto;
        font-size:32px!important;
    }
    
    .banner .overlay h3{
        margin-top:10px;
        margin-bottom: 10px;
    }


    .dropdown-wrap .drop-item.closed .drop-content {
        max-height: 100%!important;
    }

    section{
        padding-top:20px;
        padding-bottom:20px;
    }
    
    .quote-section{
        padding-top:0;
    }

    .quote-section p.quote{
        font-size:16px;
        font-weight:400;
    }
    .social-icons-wrap{
        display:none;
    }
    .drop-icon{
        display:none;
    }
    .read-more-wrap{
        display:none;
    }
    #Projekte{
        display:none;
    }
    #Prinzipien{
        display:none;
    }
    #Prinzipien .quotes-wrap{
        display:none;
    }
    #References{
        display:none;
    }
    
    .hero-anim-wrap{
        display:none;
    }
    .button{
        display:none;
    }
}
