@media (max-width: 1300px) {
  .boxout {
    display: none;
  }

  header .top-header {
    height: 5rem;
  }
  header .top-header .branding {
    left: 0px;
    right: 0px;
    margin: 0px;
    margin-left: 0px !important;
    top: -80px;
    padding-bottom: 0px;
    background-color: #b12727;
  }
  header .top-header nav {
    height: 5rem;
  }
  header .top-header nav li {
    height: 5rem;
  }
  header .top-header nav a {
    line-height: 5rem;
  }
  header .top-header #right-nav {
    padding-right: 0px;
    width: initial;
  }
  header .top-header #left-nav {
    width: initial;
  }
  header .top-header #left-nav ul#menu-leftmeny {
    float: left;
  }
  header #local {
    top: -80px;
    right: 20px;
    position: absolute;
  }

  #info-section #instafeed .insta {
    flex-basis: calc(100%/4);
  }
}
@media (max-width: 995px) {
  header .mobile-logo {
    display: block;
  }
  header .top-header {
    height: auto;
  }
  header .top-header img {
    max-width: 250px;
  }
  header .top-header .center-menu {
    display: block;
  }
  header .top-header .menu-toggle {
    display: block;
    color: white;
    cursor: pointer;
    margin-bottom: 15px;
  }
  header .top-header nav {
    width: 100%;
    background-color: #b12727;
  }
  header .top-header nav ul {
    width: 100%;
    float: none;
    height: auto;
  }
  header .top-header nav ul li {
    float: none;
    background-color: #b12727;
    width: 100%;
    display: block;
  }
  header .top-header #left-nav {
    height: auto;
    width: 100%;
    background-color: #b12727;
    display: none;
    opacity: 0;
    float: none;
    padding-left: 0px;
  }
  header .top-header #left-nav ul#menu-leftmeny {
    float: none;
  }
  header .top-header #right-nav {
    height: auto;
    float: none;
    width: 100%;
    background-color: #b12727;
    padding-left: 0px;
    display: none;
    opacity: 0;
  }
  header .top-header #right-nav ul#menu-rightmeny {
    float: none;
  }
  header .top-header .branding {
    display: none;
  }

  .banner .welcomebox {
    width: 70%;
  }

  .lr-border:before {
    display: none;
  }

  .lr-border:after {
    display: none;
  }
}
@media (max-width: 765px) {
  .page-content .tjanster .tjanst-item {
    height: 400px;
  }

  #info-section #instafeed .insta {
    flex-basis: calc(100%/3);
  }

  .overlay-title h1 {
    font-size: 10vw;
  }
}
@media (max-width: 600px) {
  .banner .welcomebox {
    width: 100%;
  }

  #welcome-section {
    height: 600px;
    background-position: 10% 20%;
  }

  .page-content .tjanster .tjanst-item {
    height: 300px;
  }
}
@media (max-width: 500px) {
  #intro p {
    padding: 10px 10px;
  }
}
@media (max-width: 420px) {
  #info-section #instafeed .insta {
    flex-basis: calc(100%/2);
  }

  .welcomebox h1 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=responsive.css.map */
