<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) * / }
 @media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone * / }
 @media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) * / }
 @media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops * / }
 @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops * / }
 @media (min-width:1281px) { /* hi-res laptops and desktops * / }
*/

/* For tablets: */
@media only screen and (min-width: 800px) {
    body { max-width: 100%; overflow-x: hidden; }
    .menu-btn { background: #000 none repeat scroll 0 0; border: 0 none; color: #fff; cursor: pointer; display: block; font-size: 41px;  height: 50px; line-height: 50px; margin: 0; padding: 0; text-align: center; width: 50px; }
    .phone_navigation .menu-btn { display: block; } /* mobile navihation */
    .main_navigation, .sticky-header { display: none; }
    .mobile_link { pointer-events: auto; cursor: pointer; }
}

/* For mobile phones: */
@media only screen and (max-width: 799px) {
    body { max-width: 100%; overflow-x: hidden; }
    .menu-btn { background: #000 none repeat scroll 0 0; border: 0 none; color: #fff; cursor: pointer; display: block; font-size: 41px;  height: 50px; line-height: 50px; margin: 0; padding: 0; text-align: center; width: 50px; }
    .phone_navigation .menu-btn { display: block; } /* mobile navihation */
    .main_navigation, .sticky-header { display: none; }
    .mobile_link { pointer-events: auto; cursor: pointer; }
    .cookieinfo { display: block; display: flex; flex-direction: column; padding: 8px 10% !important; }
    .tekstcookie { width: 100% !important; float: left !important; display: block !important; order: 1; }
    .cookieinfo-close { position: relative !important; float: left !important; display: block !important; width: 100%; height: 65px; order: 2; }
    .slider { display: none; }
    #mainnavigation { position: absolute; z-index: 100; left: 0; top: 0; }
    .w44 { width: 100%; }
    .bg_image { padding: 50px 25px; }
    .columns-one { width: 100%; display: block; }
    .block_circle { display: block; width: 100%; }
    .block_circle img { height: 230px; width: 230px; }
    .multiple-items-banner { width: 100%; display: block; }
    .w14 { width: 100%; display: block; text-align: center; }
    .content-wrapper .w14 .classform { padding: 0 30px; }
    .footer-inner { padding: 20px 30px; }
    .content_page { padding: 50px 30px; }
    .content_page .post-sharing-ico { text-align: center; }
    .subpage-one { width: 300px; height: 200px; }
    .subpage-content .home_caption h3 { line-height: 25px; }
    .subpage-content { display: grid; grid-template-columns: repeat(1, minmax(300px, 1fr)); width: 100%; }
    .banner_list { grid-template-columns: repeat(1, minmax(300px, 1fr)); width: 100%; }
    #common .content_page td { display: block; width: 100%; }
    
    
    
}</pre></body></html>