#intro_section {
  /* margin: 15vh 15vw 10vh 15vw; */
  margin: 0vh 0 5vh 0;
  text-align: center;
}

#intro_section img {
  width: 100%;
  opacity: 0.2;
  z-index: 1;
  background-size: cover;
}

#logo {
  text-align: center;
  margin-bottom: 10vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  opacity: 1;
  z-index: 2;
}

#logo img {
  max-width: 80%;
  height: 20vh;
}

@media (max-width: 780px) {
  #intro_section {
    margin: 20vh 0 10vh 0;
    text-align: center;
  }
  #logo img {
    max-width: 80% !important;
    height: 10vh !important ;
  }
  #logo h1 {
    font-size: 25px;
  }
  #logo {
    top: 45%;
  }
}

#logo_about img {
  max-width: 100%;
  height: 20vh;
}

#logo_about {
  display: flex;
  justify-content: center;
}

#intro_section img {
  max-width: 100%;
}

#info_menu {
  margin: 0vh 20vw 5vh 20vw;
}

@media (max-width: 900px) {
  #info_menu {
    margin: 0 10vw 10vh 10vw;
  }
}

#info_menu #aabningstider p {
  text-align: center;
}
#info_menu #aabningstider {
  margin-top: 10vh;
}
#info_menu h2 {
  text-align: center;
}

.grid_1fr-1fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 13vw;
  font-size: 15px;
  padding: 0 40px;
}

.grid_1fr-1fr p {
  margin-block-start: 0.3em;
  margin-block-end: 0;
}

@media (max-width: 800px) {
  .grid_1fr-1fr {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

#instagram {
  margin: 0 20vw 10vh 20vw;
}

#instagram img {
  max-width: 100%;
}

#instagram img:hover {
  background-image: url(/img/insta.png);
}
.grid_1fr-1fr-1fr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

@media (max-width: 1000px) {
  .grid_1fr-1fr-1fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  #instagram {
    margin: 0 10vw 10vh 10vw;
  }
}

#header {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}

@media (max-width: 750px) {
  #header {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
  }
}

header nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: absolute;
  right: 5%;
  top: 28%;
  align-items: center;
}

header nav a {
  font-size: 14px;
}

nav ul li {
  list-style-type: none;
}

#address p {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

#address {
  margin: 4vh;
  /* border-top: 1px solid #0a5701;
  border-bottom: 1px solid #0a5701; */
  padding: 30px 0 40px 0;
  text-align: center;
}

#address a {
  text-transform: none;
  text-decoration: underline;
}

#menu {
  margin: 0 15vw 10vh 15vw;
}
