@charset "UTF-8";

/* CSS Document */

@media(max-width:1199px) {
    
    .main-navigation {
      display: none
}
.toggle {
      display: block
}
    
    body {
        margin-top: 100px
    }
    
    .site-header {
        position: fixed;
        height: 100px;
        
    }
    
    a.logo img {
  height: 70px;
}
    
       
.imageSlider img {
    height: 500px;
    object-fit: contain;
  object-position: center;
}
    
}

@media(max-width:991px) {
    
    .munkatars_blokk {
    flex: 0 0 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 30px
}
 
}

@media(max-width:767px) {
.imageSlider img {
    height: 300px;
    object-fit: contain;
  object-position: center;
}

   .imageSlider .elementor-swiper-button {
        transform: translateY(-95%)!important;
    }
    
    
       .imageSlider .elementor-swiper-button-next {
        right: -10px!important
    }
     .imageSlider .elementor-swiper-button-prev {
        left: -10px!important
    }
    .searchTitle {
   color: #fff;
    text-align: center;
        font-size:24px
}
    
}

@media(max-width:600px) {
    .toprow  .headerLink {
        display: none
    }
    .elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
  width: 100%!important;
}
    .site-info .container  .row {
 
    flex-wrap: wrap
}
    .site-info .container .row .col-6 {
        width: 100%;
        justify-content: center;
        text-align: center
    } 
    .site-info .container .row .col-6.right {
         width: 100%;
        justify-content: center;
        padding-top: 20px
    }
}

@media(max-width:480px) {
    
    .imageSlider img {
    height: 200px;
    object-fit: contain;
  object-position: center;
}
    
     .imageSlider .elementor-swiper-button {
        transform: translateY(-120%)!important;
    }
    
       .munkatars_blokk {
    flex: 0 0 100%;
    padding: 0 0px;
    text-align: center;
    margin-bottom: 30px
}
  
    
    
}

@media(max-width:360px) {
}
