<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1500px)
{

    .home .carousel p
    {
    
        font-size: 20px;
        padding-top: 40px;
    
    }
    
    .home .carousel-item
    {
    
        height: 430px;
    
    }
    
    .home .carousel img
    {
        
        padding-top: 20px;
    
    }

}

@media only screen and (max-width: 1200px)
{

    .header-bg h1
    {
    
        font-size: 40px;
    
    }
    
    .home .hook
    {
    
        width: 240px;
        top: 0px;
        left: 50px;
    
    }
    
    .header-bg
    {
        
        height: 505px;
    
    }
    
    .home .carousel
    {
    
        margin-top: 300px;    
        
    }

}

@media only screen and (max-width: 1100px)
{

    .home .carousel p
    {
    
        font-size: 19px;
        padding-top: 30px;
    
    }
    
    .home .carousel-item
    {
    
        height: 420px;
    
    }
    
    .home .carousel img
    {
        
        max-width: 200px;
        max-height: 200px;
    
    }   

}

@media only screen and (max-width: 990px)
{

    .produkt h4
    {
    
        position: relative;
    
    }

    .produkt
    {
    
        height: auto;
        margin-bottom: 30px;
    
    }
    
    .produkt .ciara
    {
    
        display: none;
    
    }

    .contact-text
    {
    
        text-align: center;
    
    }

    .contact img
    {
    
        width: 60px !important;
        margin: 0 auto;
        display: block;
    
    }

    .header-bg h1
    {
    
        font-size: 27px;
    
    }
    
    .home .hook
    {
    
        width: 220px;
        top: 0px;
        left: 50px;
    
    }
    
    .header-bg
    {
        
        height: 435px;
    
    }
    
    .home .counter-column h1
    {
    
        font-size: 40px;
    
    }
    
    .home .counter-column p
    {
    
        font-size: 13px;
    
    }
    
    .home .carousel
    {
    
        margin-top: 200px;    
        
    }

}

@media only screen and (max-width: 900px)
{

     .home .carousel p
    {
    
        font-size: 15px;
        padding-top: 10px;
    
    }
    
    .home .carousel-item
    {
    
        height: 370px;
    
    }
    
    .home .carousel img
    {
        
        max-width: 150px;
        max-height: 150px;
    
    }      

}

@media only screen and (max-width: 767px)
{

    .home .counter
    {
    
        top: 0;
        position: relative;
        margin-top: 20px;
    
    }
    
    .home .counter-column
    {
    
        border: none;
    
    }
    
    .home .carousel
    {
    
        margin-top: 20px;    
        
    }
    
    .header-bg h1
    {
    
        font-size: 22px;
        padding-top: 140px;
        padding-left: 30px;
    
    }
    
    .home .hook 
    {
        width: 190px;
        top: 0px;
        left: 60px;
    }
    
    .header-bg
    {
        
        height: 311px;
    
    }
    
     .home .carousel p
    {
    
        font-size: 13px;
        padding-top: 10px;
        padding-left: 40px;
    
    }

    .home .carousel img
    {
        
        max-width: 110px;
        max-height: 110px;
        padding-top: 0px;
    
    } 

    .home .carousel-item
    {
    
        height: 290px;
    
    }

}

@media only screen and (max-width: 600px)
{

    .nav-logo
    {
    
        font-size: 22px;
    
    }

}

@media only screen and (max-width: 575px)
{

    .home .carousel-item
    {
    
        height: 370px;
    
    }

}

@media only screen and (max-width: 540px)
{

    .home .carousel-item
    {
    
        height: 380px;
    
    }  
    
    .home .carousel p
    {
    
        font-size: 12px;    
    
    }

}

@media only screen and (max-width: 500px)
{

    .home .hook
    {
    
        width: 170px;
    
    }
    
    .header-bg h1
    {
    
        font-size: 20px;
        padding-top: 120px;
        padding-left: 0px;
        text-align: center;
    
    }
    
    .header-bg
    {
        
        height: 270px;
    
    }
    
    .home .counter-column h1
    {
    
        font-size: 30px;
    
    }
    
    .home .counter-column p
    {
    
        font-size: 11px;
    
    }
    
    .home .counter-body img
    {
    
        max-width: 40px;
        max-height: 40px;
    
    }

    .home .counter-column .special-icon
    {
    
        max-width: 50px;
    
    }
    
    .home .counter-column
    {
    
        padding: 15px;
    
    }
    
    .home .counter-column .img-wrapper
    {
    
        height: 40px;
        margin-bottom: 5px;
    
    }

}</pre></body></html>