
@media screen and (max-width: 1550px) {
}

@media screen and (max-width: 1250px) {
}


/*--------------------------------------------------------------
Responsive hacks
--------------------------------------------------------------*/
@media (min-width: 1800px) {

}


@media (min-width: 2560px) {

}


@media (min-width: 767px) {
    
    .border-left-md {
        border-left: 1px solid
    }
    
    .fixed-md {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    
    .push-up {
        position: relative;
        top: -8rem;
        margin-bottom: -8rem;
    }
}
@media (max-width: 769px) {
    .right-sidebar {
         max-height: initial;
    }
    
    .hero-txt {
        margin-top: 4rem;
        margin-bottom: 1.6rem;
    }
    .c-start {
         top: -110%;
        right: -60%;
       left: initial;
        margin-bottom: -4.5rem;
        width: 24rem;
        height: 7rem;
    }
    .h-1 {
        min-height: 28rem;
    }
    .head {
        z-index: 9999;
    }
    .kolonne {
        -webkit-columns: 100px 1;
        -moz-columns: 100px 1;
        columns: 100px 1;
    }
    
    
    .row-half-xs {
        margin-right: -.8rem;
        margin-left: -.8rem;
    }
    
    .tekst p {
        word-break: break-word;
        hyphens: auto;
    }
    
    .px-xs-0  {
        padding: 0;
    }
    
    .forhandlere .main-flick .forhandler-link {
  max-width: 15rem;
    }
    
}
