* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "poppins";
  font-size: 62.5%;
}
body {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1.btn {
 box-shadow:inset 0px -3px 7px 0px #006dc7;
	background-color:#006dc7;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;   
}
/** loading wrapper */

.loading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #006ec7;
  z-index: 999999;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: white;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/** Hemsidan */

.landing {
  display: flex;
  width: 95vw;
  height: 97.5vh;
  margin: auto;
}
/** left container */

.left-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 20vw;
}
.öppettider {
  display: flex;
  width: 100%;
  height: 30%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.öppettider h1{
  display: flex;
  justify-content: center;
  font-size: 3.5rem;
  border-bottom:0.32rem solid #006ec7;
  margin-bottom: 1.4rem;
  padding-bottom: 0.6rem;
  letter-spacing: 0.1rem;
}
.öppettider p{
  font-size: 1.5rem;
  font-weight: 700;
}
.öppettider-mini{
  display: none;
}
.lunch-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 52%;
}
.lunch-rubrik {
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border-bottom: 0.3vh solid #006ec7;
  color: black;
  margin-bottom: 2vh;
  padding-bottom: 1vh;
}
.lunch-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 70%;
  background-color: #006ec7;
  border-radius: 6px;
  padding-bottom: 2%;
}
.lunch-box h1 {
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
}
.adress {
  display: flex;
  height: 20vh;
  width: 20vw;
  align-items: center;
  justify-content: center;
}
.adress h1 {
  font-size: 1.4rem;
  font-weight: 500;
}

/** Middle container */

.middle-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 60vw;
}
.header {
  display: flex;
  justify-content: center;
  height: 20vh;
  width: 100%;
  align-items: center;
}
.utfyllnad {
  width: 20vw;
  height: 100%;
}
.logga {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 100%;
}
.logga a {
  width: 80%;
  border-bottom: 0.3rem solid #006ec7;
  padding-bottom: 1.4vh;
  justify-content: center;
  align-items: center;
  display: flex;
}
.logga img {
  width: 90%;
}
.slogan {
  display: flex;
  height: 20vh;
  width: 26vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slogan img {
  height: 1.5%;
}
.slogan h1 {
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 0.3rem solid #006ec7;
  padding-bottom: 1vh;
}
.slogan a {
  margin-top: 2.6%;
  text-decoration: none;
  color: black;
  font-weight: 700;
  font-size: 1.5rem;
}
.middleHero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60vh;
}
.middle-hero-left{
  display: none;
}
.lunch-container-mini{
  display: none;
}
/* Slideshow container */
.slideshow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46vw;
  height: 36vh;
}
.slider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slides img {
  width: 44vw;
  height: 36vh;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot-container {
  align-self: flex-end;
  margin-bottom: 2vh;
  position: absolute;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.karta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46vw;
  height: 24vh;
}
.kartaS {
  width: 44vw;
  height: 20vh;
}

/** Footer */

.middle-nav {
  display: flex;
  width: 60vw;
  height: 17.4vh;
}
.miniNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40vh;
  height: 100%;
  margin: auto;
}
.miniNav a {
  border-bottom: 0.3vh solid #006ec7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: black;
  transition: ease-out 0.3s;
}
.miniNav a:hover {
  color: #006ec7;
}
.social-links {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 10vw;
}
.instagram a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20vh;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 200;
  color: black;
}
.facebook a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20vh;
  text-decoration: none;
  font-size: 2rem;
  color: black;
}
.social-links h1 {
  font-weight: 400;
}
.facebook-logo {
  width: 4vh;
  margin-right: 1vh;
}
.instagram-logo {
  width: 4vh;
  margin-right: 1vh;
}
.instagram {
  margin-top: 0.75vh;
}
.facebook {
  margin-bottom: 0.75vh;
}
.instagram-logo-black {
  display: none;
}
.facebook-logo-black {
  display: none;
}
.adress-mini {
  display: none;
}
.instant-mini{
  display: none;
}

/** Right container*/

.right-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20%;
}
.Instant {
  display: flex;
  align-self: flex-end center;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 2vh;
  margin-top: 2vh;
}
.Instant img {
  width: 0.8vw;
}
.Instant a {
  text-decoration: none;
  color: grey;
  font-size: 0.8rem;
  margin-right: 0.4vw;
}
.ostkant {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2vh;
  height: 14vh;
  width: 80%;
}
.ostkant img {
  width: 94%;
  height: 66%;
}
.ostkant h1 {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2vh;
}
.Navigation {
  margin-top: 4vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 66%;
  height: 90%;
  border-radius: 6px;
  background-color: #006ec7;
}
.Navigation a {
  border-bottom: 0.3rem solid black;
  margin-top: 3vh;
  padding-bottom: 3vh;
  width: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 550;
  color: white;
  transition: 0.3s;
}
.Navigation a:hover {
  color: black;
}
.swish {
  display: flex;
  margin: auto;
  padding-top: 2vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swish h1 {
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
}
.swish img {
  width: 2.4vw;
  padding-bottom: 2vh;
}
.nyhet-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.nyhet-text {
  display: flex;
  justify-content: center;
  border-bottom: 0.3rem solid black;
  width: 7vw;
}
.nyhet-text h1 {
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  padding-bottom: 2vh;
}
#menuToggle {
  display: none;
}

/** Responsive */

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

  /** Right container*/

  .Navigation {
    height: 85%;
    width: 12vw;
  }
  .Navigation a {
    font-size: 1.4rem;
    padding-bottom: 3vh;
  }
  .swish h1 {
    font-size: 1.4rem;
  }
  .nyhet-text h1 {
    font-size: 1.4rem;
  }
  .Instant a {
    font-size: 0.7rem;
  }

  /** Left container*/

  .lunch-box {
    height: 70%;
    width: 90%;
  }

  /** Middle container */

  .logga{
    width: 32vw;
  }
  .miniNav {
    width: 25vw;
  }
  .miniNav a {
    font-size: 1.3rem;
  }
  .slideshow-container{
    width: 45vw;
    height: auto;
  }





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



  .Navigation {
    width: 12.5vw;
  }
  .lunch-box h1 {
    font-size: 1.2rem;
  }
  .lunch-box{
    width: 20vw;
  }
  .adress h1 {
    font-size: 1.2rem;
  }
  .Instant a {
    font-size: 0.6rem;
  }
  .facebook-logo,
  .instagram-logo {
    width: 2.6vw;
  }
  .miniNav {
    width: 21vw;
  }
  .miniNav a {
    font-size: 1.2rem;
  }
  .miniNav {
    width: 28vw;
  }
  .ostkant h1 {
    font-size: 1.2rem;
  }
  .slideshow-container{
    width: 44vw;
    height: auto;
  }
}




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

  /** Hidden elements */

  .adress {
    display: none;
  }
  .right-container {
    display: none;
  }
  .instant-mini{
    position: relative;
    width: 20vw;
  }
  .instant-mini a{
    text-decoration: none;
    display: flex;
  }
  .instant-mini img{
    width: 1.6vw;
    margin-left: 1vw;
  }
  .instant-mini h1{
    color:black ;
    font-size: 1vw;
    font-weight: 600;
  }
  .öppettider{
    display: none;
  }

  /** Landing */

  .landing {
    justify-content: center;
    height: 100vh;
    width: 100vw;
  }

  /** left container */

  .left-container {
    width: 0;
  }
  .lunch-container {
    display: none;
  }

  /** Middle container */

  .middle-container {
    width: 100%;
  }
  .middleHero {
    height: 70vh;
  }
  .middle-hero-top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 65%;
  }
  .middle-hero-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35%;
    width: 100%;
  }
  .middle-hero-left{
    display: block;
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    margin-left: 20vw;
  }
  .middle-hero-right{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    margin-right: 20vw;
  }
  .lunch-container-mini{
    display: block;
  }

  /*! Header */

  .header {
    height: 18vh;
  }
  .logga a {
    width: 26vw;
  }
  .logga {
    width: 40vw;
  }
  .utfyllnad {
    width: 30vw;
  }
  .slogan {
    width: 30vw;
  }
  .slogan a,
  .slogan h1 {
    font-size: 1.5rem;
  }

  /*! Lunch */

  .lunch-container-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 100%;
  }
  .lunch-rubrik-mini {
    font-weight: 700;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border-bottom: 0.3vh solid #006ec7;
    color: black;
    margin-bottom: 1vh;
    padding-bottom: 1vh;
    height: 4vh;
  }
  .lunch-box-mini {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #006ec7;
    border-radius: 2%;
  }
  .lunch-box-mini h1 {
    color: white;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }

  /*! Slider */

  .slideshow-container {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width:90%;
    margin-top: 5vh;
    height: 50%;
  }
  .slides{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .slides img{
    width: 27vw;
    height: auto;
  }
  .dot-container{
    display: none;
  }

  /*! Öppettider */

  .öppettider-mini{
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    background-color: #C4C4C4;
    width: 90%;
    height: 50%;
    border-radius: 2%;
  }
  .öppettider-mini img{
    height: 80%;
  }


  /*! Google map */

  .karta {
    width: 100%;
  }
  .kartaS {
    width: 60%;
    height: 74%;
  }

  /** Footer */

  .middle-nav {
    width: 100%;
    background-color: #006ec7;
    flex-direction: row-reverse;
    height: 18vh;
  }
  .miniNav a {
    font-size: 1.6rem;
    color: white;
    border-bottom: 0.3rem solid black;
  }
  .miniNav {
    width: 70vw;
    margin-right: auto;
    justify-content: space-around;
  }

  /*! Left footer*/

  .footer-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 30%;
  }

  /*! Social links */

  .social-links {
    flex-direction: row;
    height: 50%;
    width: 100%;
    align-items: flex-end;
    margin: 0%;
  }
  .facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5vw;
    margin-bottom: 0;
    margin-left: 1vw;
  }
  .facebook a {
    font-size: 0px;
  }
  .facebook-logo {
    display: none;
  }
  .instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5vw;
    margin-top: 0;
    margin-right: 1vw;
  }
  .instagram a {
    font-size: 0px;
  }
  .instagram-logo {
    display: none;
  }
  .instagram-logo-black,
  .facebook-logo-black {
    display: block;
    width: 5vw;
  }

  /*! Adress */

  .adress-mini {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 1.8rem;
    height: 50%;
    width: 100%;
  }
  /** Hamburger */

  .hamburger-divider {
    margin-top: 1vh;
    margin-bottom: 1vh;
    height: 0.3rem;
    width: 90%;
    background-color: black;
  }
  #menuToggle {
    display: block;
    position: absolute;
    top: 6vh;
    left: 6vw;
    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    text-decoration: none;
    color: white;

    transition: color 0.3s ease;
  }

  #menuToggle a:hover {
    color: black
  }

  #menuToggle input {
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  /*
  Just a quick hamburger
 */
  #menuToggle span {
    display: block;
    width: 4rem;
    height: 0.4rem;
    margin-bottom: 0.6rem;
    position: relative;

    background: #006ec7;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  /* 
  Transform all the slices of hamburger
  into a crossmark.
 */
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: white;
  }

  /*
  But let's hide the middle one.
 */
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
  Ohyeah and the last one should go the other direction
 */
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
  Make this absolute positioned
  at the top left of the screen
 */
  #menu {
    position: absolute;
    width: 30vw;
    margin: -100px 0 0 -64px;
    padding: 50px;
    padding-top: 125px;

    background: #006ec7;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    padding: 10px 0;
    font-size: 22px;
  }

  /*
  And let's slide it in from the left
 */
  #menuToggle input:checked ~ ul {
    transform: none;
  }
}

@media screen and (max-width: 1050px){
  .öppettider-mini{
    height: 56%;
  }
  .öppettider-mini img{
    height: 72%;
  }
  .slideshow-container{
    height: 44%;
  }
  .lunch-box-mini h1{
    font-size: 1.4rem;
  }
}


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

/** Middle container */

  .miniNav {
    width: 64vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .slogan a,
  .slogan h1 {
    font-size: 1.3rem;
  }
  .lunch-box-mini h1{
    font-size: 1.3rem;
  }
  .middle-hero-top{
    height: 60%;
  }
  .slides img{
    height: 14vh;
  }
  .logga a{
    width: 32vw;
  }
  .footer-left{
    width: 36vw;
  }
  .instagram-logo-black, .facebook-logo-black{
    width: 6.5vw;
  }
  .instagram{
    margin-right: 3vw;
  }
}

@media screen and (max-width: 750px){
  .lunch-box-mini h1{
    font-size: 1.1rem;
  }
  .header{
    height: 30vh;
  }
  .öppettider-mini{
    height: 44%;
  }
  #menu {
    width: 40vw;
    height: 50vh;
  }
  #menu li {
    font-size: 2rem;
  }
 
}

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

  .lunch-box-mini h1{
    font-size: 1.2rem;
  }
  .slides img{
    width: 36vw;
  }
  .middle-hero-top{
    height: 60%;
  }
  .slides img{
    height: 14vh;
  }
  .miniNav a{
    font-size: 1.4rem ;
  }
  .slogan a,
  .slogan h1 {
    font-size: 1rem;
  }
  .slogan a{
    margin-top: 1vh;
  }
  .öppettider-mini img{
    width: 80%;
  }
  .middle-hero-left{
    margin-left: 10vw;
  }
  .middle-hero-right{
    margin-right: 10vw;
  }
  .kartaS{
    width: 80%;
  }
}
@media screen and (max-width: 630px){

 

  .header{
    height: 20vh;
  }
  .middleHero{
    height: 65vh;
  }
  .middle-nav{
    height: 15vh;
  }
  .middle-hero-bottom{
    height: 40%;
  }
  .lunch-box-mini h1{
    font-size: 1.1rem;
  }
  .öppettider-mini img{
    height: 76%;
  }
  .lunch-rubrik-mini{
    font-size: 3rem;
  }
  .adress-mini h1{
    font-size: 0.8rem;
  }
  .miniNav a{
    font-size: 1.2rem;
  }
  .instagram-logo-black, 
  .facebook-logo-black{
    width: 8vw;
  }
  .instagram{
    margin-right: 3vw;
  }
  .facebook{
    margin-left: 3vw;
  }
  .social-links{
    margin: 0;
  }
  #menu {
    width: 50vw;
    height: 60vh;
  }
  #menu li {
    font-size: 2rem;
  }
 
}
@media screen and (max-height: 800px){
  .lunch-box{
    height: 40vh;
    width: 18vw;
  }
  .lunch-box h1{
    font-size: 1.2rem;
  }
  .Navigation{
    height: 96%;
  }
  .swish{
    height: 8vh;
  }
  .ostkant img{
    width: 80%;
  }
  .logga{
    width: 40vh;
  }
}
@media screen and (max-width: 500px) {


  .lunch-box-mini h1{
    font-size: 1rem;
  }
  .miniNav a{
    font-size: 1rem;
  }
  .facebook-logo-black, 
  .instagram-logo-black{
    width: 8vw;
  }
  .facebook{
    margin-left: 5vw;
  }
  .logga a{
    width: 40vw;
  }
  #menu {
    width: 50vw;
    height: 110vw;
  }
  #menu li {
    font-size: 1.6rem;
  }
  .social-links{
    width: 100%;
    margin-right: 0;
  }
  .footer-left{
    width: 40vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 450px){
    h1.btn {
    	background-color:#ffffff;
    	border-radius:3px;
    	display:inline-block;
    	max-width:150px;
    	cursor:pointer;
    	text-shadow:none;
    	border:none;
    	margin-top:10px;
    	margin-bottom:10px;
    	color:#006dc7;
    	font-family:Arial;
    	box-shadow:none;
    	font-size:16px;
    	padding:9px 23px;
    	text-decoration:none;
    	white-space:nowrap;
    }
    .slogan {
        width: 60vw;
        
    }
    .slogan a {
            border-top: solid 2px;
    padding-top: 10px;
    margin-bottom: 10px;
    }
  .header{
    height: 30vh;
    justify-content: flex-start;
    flex-direction: column;
  }
  .utfyllnad{
    display: none;
  }
  .logga{
    width: 50vw;
    height: 15vh;
    margin-bottom: 2vh;
  }
  .logga img{
    width: 40vw;
  }
  .slogan{
    background-color: #006ec7;
    color: white;
    height: auto;
  }
  .slogan h1{
    border-color: black;
  }
  .slogan a{
    color: white;
  }
  .middleHero{
    height:55vh;
    margin-top: 20px;
  }
  .kartaS{
    height: 60%;
  }
  .slides img{
    height: 12vh;
  }

  .lunch-box-mini h1{
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 400px){
 
  
  .slides img{
    height: 10vh;
  }
  .adress-mini h1{
    font-size: 0.6rem;
  }
  .lunch-box-mini h1{
    font-size: 1vh;
  }
  .miniNav a{
    font-size: 0.7rem;
  }
  .slides img{
    width: 40.5vw;
    height: 11vh;
  }
  .middle-hero-left{
    margin-left: 5vw;
  }
  .middle-hero-right{
    margin-right: 5vw;
  }
  .kartaS{
    width: 90%;
  }
  .middleHero{
    height: 50vh;
  }
  .slogan a, .slogan h1{
    font-size: 0.8rem;
  }
  .middle-nav{
    height:20vh ;
  }
  #menu {
    width: 50vw;
    height: 60vh;
  }
  #menu li {
    font-size: 1.4rem;
  }
}
}

