@charset "UTF-8";
/* style.css 1.4.0 2024 by Magnus Johansson */
html {
  font-family: Tahoma, Verdana, sans-serif;
}
body {
  margin: 0;
  padding: 0;
}
.logga {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 100px;
  z-index: 100;
}
#hamnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 90;
}
#hamnav label, #hamburger {
  display: none;
}
#hamitems {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
#hamitems a {
  margin-left: 40px;
  color: #fff;
  text-decoration: none;
}
#hamitems a:hover {
  color: #ddd;
  text-decoration: underline;
}
#aktuell-sida {
  font-weight: 900;
}
.bg-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  height: 100%;
}
.bg-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
  margin-bottom: 0px;
  border-bottom: solid;
}
.main_div {
  padding-top: 60px;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
  margin-bottom: 0px;
  border-bottom: solid;
  min-height: 500px;
  overflow: auto;
}
#rubrik {
  font-size: 46px;
  margin-top: 100px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px black, 0 0 25px black, 0 0 5px black;
}
#under_rubrik {
  font-size: 26px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px black, 0 0 25px black, 0 0 5px black;
}
.title3 {
  font-size: medium;
  text-align: center;
}
p {
  margin: 0;
}
ul.b li {
  padding-left: 10px;
}
#kwan {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
#karta {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
#map {
  width: 400px;
  display: block;
  float: right;
  position: relative;
  top: 10px;
  right: -120px;
}
.text-container {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.text-block{
  background-color: #fff !important;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-radius: 10px !important;
  box-shadow: 10px 10px 10px black;
  width: 100% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fot {
  background-color: black;
  color: #fff;
  padding: 10px;
  text-align: center;
}
* {
  box-sizing: border-box;
}
.container {
  width: 100%;
  height: 100%;
}
.container__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}
.link-wrapper p,
.link-wrapper div,
.link-wrapper img,
.link-wrapper * {
  text-decoration: none;
  color: inherit;
}
.polaroid {
  margin: 30px;
  width: 500px;
  background-color: white;
  padding: 1rem;
  box-shadow: 10px 10px 10px black;
}
.polaroid_stilla {
  margin: 30px;
  width: 500px;
  background-color: white;
  padding: 1rem;
  box-shadow: 10px 10px 10px black;
}
.polaroid_index {
  margin: 10px;
  width: 300px;
  background-color: white;
  padding: 1rem;
  box-shadow: 10px 10px 10px black;
}
.polaroid__content-image {
  height: 100px;
  width: 100%;
}
.polaroid__content-image-cuisine {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.polaroid__content_index {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.polaroid__content-image-index img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.polaroid__content-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.polaroid__content-caption {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pris {
  text-align: right;
  color: red;
  font-weight: bold;
}
.meny {
  background-color: #fff !important;
  padding: 20px !important;
  border-radius: 10px !important;
  box-shadow: 10px 10px 10px black;
  max-width: 600px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.meny h1 {
  text-align: center;
  color: #333;
  font-size: x-large;
}
.meny-item {
  margin-bottom: 20px;
}
.meny-item:last-child {
  margin-bottom: 0;
}
.meny-item h3 {
  margin: 0;
  color: #e74c3c;
  font-size: large;
}
.meny-item p {
  margin: 5px 0;
  color: #555;
  font-size: medium;
}
.kontakt-container input,
.kontakt-container textarea,
.kontakt-container select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.kontakt-container button {
  padding: 10px 20px;
  background: #007BFF;
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.kontakt-container button:hover {
  background: #0056b3;
}
.kontakt-container input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 665px) {
  main{
    padding-right: 20px;
    padding-left: 20px;
  }
  #kwan {
    width: 80%;
  }
  #hamitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0px;
    background-color: black;
    text-align: right;
    padding-right: 20px;
  }
  #hamnav label {
    display: inline-block;
    color: white;
    background: #510000;
    font-style: normal;
    font-size: 1.2em;
    padding: 10px;
  }
  #hamitems {
    display: none;
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    width: 100%;
    font-size: 26px;
    line-height: 1.8;
  }
  #hamnav input:checked ~ #hamitems {
    display: block;
  }
  #rubrik {
    font-size: 34px;
  }
  #under_rubrik {
    font-size: 16px;
  }
  #karta{
    width: 100%;
    margin: 0px;
  }
  .polaroid_stilla{
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .polaroid{
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .polaroid_index {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
