.gul {
  background-color: #F2C200;
  color: black;
}

h2 {
  font-size: 18px;
  font-family: 'Helvetica', 'Open sans', sans-serif;
}

h3 {
  font-size: 17px;
  font-family: 'Helvetica', 'Open sans', sans-serif;
}

body {
  font-family: 'Helvetica', 'Open sans', sans-serif;
}

.tillbaka {
  width: 100%;
  padding-top: 30px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tillbaka img {
  width: 3%;
}

@media screen and (max-width: 600px) {
  .tillbaka img {
    display: none;
  }
}

.bakrund_opasitet {
  width: 100%;
  background-image: url("bilder/bakrund.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bakrund_opasitet .wrapper {
  width: 100%;
  margin: auto;
}

.bakrund_opasitet .wrapper .rubrik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 120px;
  padding-bottom: 45px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bakrund_opasitet .wrapper .rubrik h1 {
  font-size: 48px;
  font-weight: 700;
  padding-left: 10px;
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .bakrund_opasitet .wrapper .rubrik h1 {
    width: 95%;
  }
}

@media screen and (max-width: 1000px) {
  .bakrund_opasitet .wrapper .rubrik h1 {
    font-size: 40px;
    width: 95%;
  }
}

@media screen and (max-width: 500px) {
  .bakrund_opasitet .wrapper .rubrik h1 {
    font-size: 22px;
    width: 95%;
    text-align: left;
    padding-left: 20px;
  }
}

.bakrund_opasitet .wrapper .rubrik h2 {
  font-size: 42px;
  font-weight: 700;
  padding-left: 10px;
  width: 45%;
}

@media screen and (max-width: 1200px) {
  .bakrund_opasitet .wrapper .rubrik h2 {
    width: 95%;
  }
}

@media screen and (max-width: 500px) {
  .bakrund_opasitet .wrapper .rubrik h2 {
    font-size: 30px;
    width: 95%;
  }
}

.bakrund_opasitet .wrapper .rubrik h4 {
  width: 50%;
  font-weight: 400;
  margin-top: 50px;
  font-size: 24px;
}

.bakrund_opasitet .wrapper .kort_kroppen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.bakrund_opasitet .wrapper .kort_kroppen h5 {
  font-weight: 800;
}

@media screen and (max-width: 900px) {
  .bakrund_opasitet .wrapper .kort_kroppen {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.bakrund_opasitet .wrapper .kort_kroppen a {
  width: 100%;
}

.bakrund_opasitet .wrapper .kort_kroppen a .kort {
  margin-right: 18px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 900px) {
  .bakrund_opasitet .wrapper .kort_kroppen a .kort {
    width: 100%;
    margin-right: 0px;
    padding: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .bakrund_opasitet .wrapper .kort_kroppen a .kort {
    width: 100%;
    margin-right: 0px;
    padding: 0px;
  }
}

.bakrund_opasitet .wrapper .kort_kroppen a .kort:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.04);
}

@media screen and (max-width: 900px) {
  .bakrund_opasitet .wrapper .kort_kroppen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bakrund_opasitet .wrapper .upplevelser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.bakrund_opasitet .wrapper .upplevelser .card {
  width: 20%;
  margin-left: 10px;
  border: 0px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 10px;
  max-height: 540px;
  min-height: 540px;
}

@media screen and (max-width: 900px) {
  .bakrund_opasitet .wrapper .upplevelser .card {
    width: 100%;
    height: 30%;
    padding-bottom: 30px;
    margin-left: 0px;
  }
}

.bakrund_opasitet .wrapper .upplevelser .card .card-body {
  padding-left: 15px;
}

.bakrund_opasitet .wrapper .upplevelser .btn {
  background-color: #EFF1F2;
  color: black;
  border-color: #EFF1F2;
  -webkit-text-decoration: 1px solid black;
          text-decoration: 1px solid black;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .bakrund_opasitet .wrapper .upplevelser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
  margin-bottom: 80px;
}

.footer img {
  width: 13%;
  height: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  .footer img {
    width: 45%;
    height: 100%;
  }
}

.footer .kb {
  width: 13%;
  height: 100%;
  margin-top: 3px;
}

@media screen and (max-width: 900px) {
  .footer .kb {
    width: 43%;
    height: 100%;
    margin-top: 0px;
  }
}

.root {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.section {
  padding-bottom: 4rem;
  margin: auto;
  margin-top: 50px;
  width: 80%;
}

.section p {
  width: 50%;
}

.section h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .section {
    width: 100%;
    margin-bottom: 0px;
  }
  .section h3 {
    margin-left: 12px;
  }
  .section p {
    width: 93%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 5px;
  }
}

details[open] summary ~ * {
  -webkit-animation: open 0.3s ease-in-out;
          animation: open 0.3s ease-in-out;
}

@-webkit-keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 70%;
  position: relative;
  background-color: #deeeee;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  details summary {
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
  }
}

a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a .knapp {
  width: 70%;
  position: relative;
  background-color: #ffd900;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 10px 10px 10px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  padding-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a .knapp p {
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 991px) {
  a .knapp {
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
  }
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  padding-right: 10px;
}

details[open] summary:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 2rem;
}

details summary {
  outline: 0;
}

details p {
  font-size: 16px;
  margin: 0 0 1rem 0.5rem;
  width: 70%;
  margin-bottom: 15px;
}

details p a {
  margin-top: 20px;
  -webkit-text-decoration: 1px solid underline;
          text-decoration: 1px solid underline;
  font-weight: 500;
  padding-bottom: 20px;
  color: black;
}

details li p {
  padding: 0px;
  margin-bottom: 10px;
}

details li p a {
  margin-top: 20px;
  -webkit-text-decoration: 1px solid underline;
          text-decoration: 1px solid underline;
  font-weight: 500;
  padding-bottom: 20px;
  color: black;
}

details ul {
  padding: 10px;
}

.se_mer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
}

.se_mer a {
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .se_mer a {
    padding: 0px;
  }
}

.se_mer a .kort {
  margin-right: 18px;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .se_mer a .kort {
    margin-right: 0px;
    padding: 0px;
  }
}

@media screen and (max-width: 400px) {
  .se_mer a .kort {
    margin-right: 0px;
    padding: 0px;
  }
}

.se_mer a .kort:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.04);
}

@media screen and (max-width: 991px) {
  .se_mer a .kort {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .se_mer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

.se_mer_rubrik {
  margin: auto;
  margin-bottom: 10px;
  width: 82%;
}

.se_mer_rubrik h3 {
  font-size: 18px;
  font-weight: 800;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .se_mer_rubrik h3 {
    padding-left: 20px;
    margin: left;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .se_mer_rubrik {
    padding-left: 0px;
    margin: left;
    width: 100%;
  }
}

.knapp_con {
  margin-bottom: 40px;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .knapp_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.knapp_con a {
  width: 20%;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FED223;
  color: black;
  text-decoration: underline;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  padding: 8px 0px 8px 0px;
}

.knapp_con a:hover {
  background-color: #F2C200;
  color: black;
}

@media screen and (max-width: 991px) {
  .knapp_con a {
    width: 90%;
    margin: auto;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */