/* VÅR LÖSNING FÖR BOENDE */

.boende {
  margin-top: 75px;
  padding: 50px 50px;
  background: linear-gradient(to right, rgb(52, 72, 92, 0.75) 25%, rgb(52, 92, 92, 0.1)),
    url('/img/sma-stunder-som-skapar-sinnesro.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 50vh;
  height: 50vh;
  color: #fff;
  display: flex;
}

.boende h3.underline {
  color: var(--white-color);
  margin-bottom: 25px;
  font-size: 30px;
}

.boende h2 {
  font-size: 60px;
}

.boende p {
  font-size: 25px;
  width: 75%;
}

/* VAD INNEBÄR DET? */

.whatitmeans {
  padding: 50px 50px;
  width: auto;
}

.whatitmeans h3.underline {
  font-size: 30px;
}

.whatitmeans h2 {
  font-size: 60px;
  text-align: center;
}

.whatitmeans p {
  font-size: 22px;
  max-width: auto;
  padding: 0 50px;
}

.threecircles {
  padding: 50px 50px;
  width: auto;
}

.threecircles i {
  border-radius: 50%;
  background-color: var(--warm-white-color);
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 3px solid var(--secondary-color);
  color: var(--primary-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.threecircles .card {
  height: 100%;
  width: 100%;
  gap: 50px;
  border-radius: 0px;
  /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
}

.threecircles .grid div {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.threecircles .grid div h3 {
  font-size: 30px;
  text-align: center;
}
.threecircles .grid div p {
  font-size: 22px;
  text-align: center;
}

/* MER INTUITION */

.mindre {
  padding: 50px 50px;
  width: auto;
  margin-bottom: -120px;
}

.mindre img {
  border-radius: 0;
  padding: 50px;
  width: 70%;
}

/* VAD INGÅR? */

.fours {
  padding: 50px 50px;
  width: auto;
  height: auto;
}

.fours img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.fours .container {
  padding: 50px 0;
}

.fours h3.underline {
  font-size: 30px;
  text-align: center;
  margin-bottom: -25px;
}

.fours .grid .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fours .grid .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fours .grid h3 {
  font-size: 30px;
  align-self: start;
}

.fours .grid p {
  font-size: 22px;
  text-align: left;
}

.fours .grid img:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

/* SE DET MED EGNA ÖGON */

.today {
  padding: 50px 50px;
  width: auto;
}

.today h2 {
  font-size: 60px;
  text-align: center;
}

.today p {
  font-size: 22px;
  text-align: center;
  width: 100%;
  padding: 0 50px;
}

/* MEDIA */

@media screen and (min-width: 320px) and (max-width: 425px) {
  body {
    border: 0px solid red;
  }

  .boende {
    padding: 25px 25px;
    display: flex;
    margin-top: 70px;
    height: 60vh;
  }

  .boende h3.underline {
    font-size: 25px;
  }

  .boende h2 {
    font-size: 40px;
  }

  .boende p {
    font-size: 18px;
    width: 100%;
    text-align: justify;
    line-height: 1.7;
  }

  .whatitmeans {
    padding: 25px 25px;
    width: auto;
  }

  .whatitmeans h3.underline {
    font-size: 25px;
  }

  .whatitmeans h2 {
    font-size: 40px;
    text-align: center;
  }

  .whatitmeans p {
    font-size: 18px;
    padding: 0;
  }

  .threecircles {
    padding: 50px 50px;
    width: auto;
  }

  .threecircles i {
    width: 100px;
    height: 100px;
  }

  .threecircles i.fa-4x {
    font-size: 40px;
  }

  .threecircles .card {
    height: 100%;
    width: 100%;
    gap: 25px;
    border-radius: 0px;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
  }

  .threecircles .grid-3 {
    border: 0px solid red;
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .threecircles .grid div {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }

  .threecircles .grid div h3 {
    font-size: 25px;
    text-align: center;
  }
  .threecircles .grid div p {
    font-size: 16px;
    text-align: center;
  }

  .mindre {
    display: none;
  }

  .fours {
    padding: 25px 25px;
    margin-top: -50px;
  }

  .fours h3.underline {
    font-size: 25px;
  }

  .fours p {
    font-size: 16px;
  }

  .fours .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fours .grid h3 {
    font-size: 25px;
  }

  .fours .grid p {
    font-size: 16px;
    text-align: justify;
  }

  .fours .grid.second .left {
    order: 1;
  }

  .fours .grid.second .right {
    order: 0;
  }

  .fours .grid.fourth .left {
    order: 1;
  }

  .fours .grid.fourth .right {
    order: 0;
  }

  .today {
    padding: 25px 0px;
  }

  .today h2 {
    font-size: 40px;
    text-align: center;
  }

  .today p {
    font-size: 16px;
    width: 100%;
  }

  table {
    width: 90%;
    font-size: 22px;
    text-align: center;

    padding: 0 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  table caption {
    width: 90%;
    font-weight: bold;
    font-size: 25px;
    margin: 0 auto;
  }

  table,
  th,
  td,
  td {
    padding: 10px 0;

    border-collapse: collapse;
  }

  .contact {
    padding: 25px 25px;
    height: auto;
  }

  .contact h2 {
    font-size: 40px;
    text-align: center;
  }

  .contact h3.underline {
    font-size: 25px;
  }

  .contact p {
    font-size: 16px;
  }

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 125px;
  }

  .contact .grid p {
    font-size: 16px !important;
    padding: 0;
    margin: 0;
  }

  .contact .grid form {
    width: 90%;
  }

  .contact .grid .form-control {
    width: 100%;
  }

  .contact .grid label {
    font-size: 16px;
  }

  .contact .grid .right .myform .form-control .btn {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .contact .grid form label {
    font-size: 16px;
  }
  body > section.contact > div.container.grid > div.right > div > form > div:nth-child(3) > label {
    font-size: 16px;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 50px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 426px) and (max-width: 480px) {
  body {
    border: 0px solid orange;
  }

  .boende {
    padding: 25px 25px;
    display: flex;
    margin-top: 70px;
    height: 50vh;
  }

  .boende h2 {
    font-size: 40px;
  }

  .boende h3.underline {
    font-size: 25px;
  }

  .boende p {
    font-size: 18px;
    text-align: justify;
    width: 100%;
  }

  .whatitmeans {
    padding: 25px 25px;
    width: auto;
  }

  .whatitmeans h3.underline {
    font-size: 25px;
  }

  .whatitmeans h2 {
    font-size: 40px;
    text-align: center;
  }

  .whatitmeans p {
    font-size: 18px;
    padding: 0;
  }

  .threecircles {
    padding: 50px 50px;
    width: auto;
  }

  .threecircles i {
    width: 125px;
    height: 125px;
  }

  .threecircles i.fa-4x {
    font-size: 50px;
  }

  .threecircles .card {
    height: 100%;
    width: 100%;
    gap: 25px;
    border-radius: 0px;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
  }

  .threecircles .grid-3 {
    border: 0px solid red;
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .threecircles .grid div {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }

  .threecircles .grid div h3 {
    font-size: 25px;
    text-align: center;
  }
  .threecircles .grid div p {
    font-size: 18px;
    text-align: center;
  }

  .mindre {
    display: none;
  }

  .fours {
    padding: 25px 25px;
    margin-top: -75px;
  }

  .fours h3.underline {
    font-size: 25px;
    margin-bottom: -50px;
  }

  .fours p {
    font-size: 16px;
  }

  .fours .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fours .grid h3 {
    font-size: 25px;
  }

  .fours .grid p {
    font-size: 16px;
    text-align: justify;
  }

  .fours .grid.second .left {
    order: 1;
  }

  .fours .grid.second .right {
    order: 0;
  }

  .fours .grid.fourth .left {
    order: 1;
  }

  .fours .grid.fourth .right {
    order: 0;
  }

  .today {
    padding: 25px 0px;
  }

  .today h2 {
    font-size: 40px;
    text-align: center;
  }

  .today p {
    font-size: 16px;
    width: 100%;
  }

  .contact {
    padding: 25px 25px;
    height: auto;
  }

  .contact h2 {
    font-size: 40px;
    text-align: center;
  }

  .contact h3.underline {
    font-size: 25px;
  }

  .contact p {
    font-size: 16px;
  }

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 125px;
  }

  .contact .grid p {
    font-size: 16px !important;
    padding: 0;
    margin: 0;
  }

  .contact .grid form {
    width: 90%;
  }

  .contact .grid .form-control {
    width: 100%;
  }

  .contact .grid label {
    font-size: 16px;
  }

  .contact .grid form label {
    font-size: 16px;
  }
  body > section.contact > div.container.grid > div.right > div > form > div:nth-child(3) > label {
    font-size: 16px;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 75px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  body {
    border: 0px solid red;
  }

  .boende {
    margin-top: 70px;
    height: 50vh;
    display: flex;
  }

  .boende h2 {
    font-size: 40px;
  }

  .boende h3.underline {
    font-size: 25px;
  }

  .boende p {
    font-size: 20px;
    width: 100%;
    text-align: justify;
  }

  .whatitmeans {
    padding: 50px 25px;
    width: auto;
  }

  .whatitmeans h3.underline {
    font-size: 25px;
  }

  .whatitmeans h2 {
    font-size: 40px;
    text-align: center;
  }

  .whatitmeans p {
    font-size: 20px;
    padding: 0;
  }

  .threecircles {
    padding: 25px 50px;
    width: auto;
  }

  .threecircles i {
    width: 125px;
    height: 125px;
  }

  .threecircles i.fa-4x {
    font-size: 50px;
  }

  .threecircles .card {
    height: 100%;
    width: 100%;
    gap: 25px;
    border-radius: 0px;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
  }

  .threecircles .grid-3 {
    border: 0px solid red;
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .threecircles .grid div {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }

  .threecircles .grid div h3 {
    font-size: 25px;
    text-align: center;
  }
  .threecircles .grid div p {
    font-size: 18px;
    text-align: center;
  }

  .mindre {
    display: none;
  }

  .fours p {
    font-size: 18px;
  }

  .fours h3.underline {
    font-size: 25px;
    margin-bottom: -50px;
  }

  .fours .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fours .grid h3 {
    font-size: 25px;
  }

  .fours .grid p {
    font-size: 18px;
    text-align: justify;
  }

  .fours .grid.second .left {
    order: 1;
  }

  .fours .grid.second .right {
    order: 0;
  }

  .fours .grid.fourth .left {
    order: 1;
  }

  .fours .grid.fourth .right {
    order: 0;
  }

  .today {
    padding: 25px 0px;
  }

  .today h2 {
    font-size: 40px;
    text-align: center;
  }

  .today p {
    font-size: 16px;
    width: 100%;
  }

  .contact {
    padding: 25px 25px;
    height: auto;
  }

  .contact h2 {
    font-size: 40px;
    text-align: center;
  }

  .contact h3.underline {
    font-size: 25px;
  }

  .contact p {
    font-size: 16px;
  }

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 125px;
  }

  .contact .grid p {
    font-size: 16px !important;
    padding: 0;
    margin: 0;
  }

  .contact .grid form {
    width: 90%;
  }

  .contact .grid .form-control {
    width: 100%;
  }

  .contact .grid label {
    font-size: 16px;
  }

  .contact .grid form label {
    font-size: 16px;
  }
  body > section.contact > div.container.grid > div.right > div > form > div:nth-child(3) > label {
    font-size: 16px;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 75px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    border: 0px solid red;
  }

  .boende {
    display: flex;
    padding: 50px 50px;
    margin-top: 70px;
  }

  .boende h2 {
    font-size: 40px;
  }

  .boende h3.underline {
    font-size: 25px;
  }

  .boende p {
    font-size: 22px;
    line-height: 1.7;
    width: 100%;
    text-align: justify;
  }

  .whatitmeans {
    padding: 50px 25px;
    width: auto;
  }

  .whatitmeans h3.underline {
    font-size: 25px;
  }

  .whatitmeans h2 {
    font-size: 40px;
    text-align: center;
  }

  .whatitmeans p {
    font-size: 20px;
    padding: 0;
  }

  .threecircles {
    padding: 50px 50px;
    width: auto;
  }

  .threecircles i {
    width: 125px;
    height: 125px;
  }

  .threecircles i.fa-4x {
    font-size: 50px;
  }

  .threecircles .card {
    height: 100%;
    width: 50%;
    gap: 25px;
    border-radius: 0px;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
  }

  .threecircles .grid-3 {
    border: 0px solid red;
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .threecircles .grid div {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }

  .threecircles .grid div h3 {
    font-size: 25px;
    text-align: center;
  }
  .threecircles .grid div p {
    font-size: 20px;
    text-align: center;
  }

  .mindre {
    display: none;
  }

  .fours p {
    font-size: 18px;
  }

  .fours h3.underline {
    font-size: 25px;
    margin-bottom: -50px;
  }

  .fours .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fours .grid h3 {
    font-size: 25px;
  }

  .fours .grid p {
    font-size: 20px;
    text-align: justify;
  }

  .fours .grid.second .left {
    order: 1;
  }

  .fours .grid.second .right {
    order: 0;
  }

  .fours .grid.fourth .left {
    order: 1;
  }

  .fours .grid.fourth .right {
    order: 0;
  }

  .today {
    padding: 25px 0px;
  }

  .today h2 {
    font-size: 40px;
    text-align: center;
  }

  .today p {
    font-size: 16px;
    width: 100%;
  }

  .contact {
    padding: 25px 25px;
    height: auto;
  }

  .contact h2 {
    font-size: 40px;
    text-align: center;
  }

  .contact h3.underline {
    font-size: 25px;
  }

  .contact p {
    font-size: 16px;
  }

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 125px;
  }

  .contact .grid p {
    font-size: 20px !important;
    padding: 0;
    margin: 0;
  }

  .contact .grid form {
    width: 70%;
    margin: 0 auto;
  }

  .contact .grid .form-control {
    width: 100%;
  }

  .contact .grid label {
    font-size: 20px;
  }

  .contact .grid form label {
    font-size: 20px;
  }
  body > section.contact > div.container.grid > div.right > div > form > div:nth-child(3) > label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  body {
    border: 0px solid red;
  }

  .boende {
    padding: 50px 50px;
    margin-top: 70px;
    display: flex;
  }

  .boende h3.underline {
    font-size: 30px;
  }

  .boende h2 {
    font-size: 60px;
  }

  .boende p {
    font-size: 24px;
    text-align: justify;
    width: 100%;
  }

  .whatitmeans {
    padding: 50px 50px;
    width: auto;
  }

  .whatitmeans h3.underline {
    font-size: 30px;
  }

  .whatitmeans h2 {
    font-size: 60px;
    text-align: center;
  }

  .whatitmeans p {
    font-size: 20px;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .threecircles {
    padding: 50px 50px;
    width: auto;
  }

  .threecircles i {
    width: 150px;
    height: 150px;
  }

  .threecircles i.fa-4x {
    font-size: 60px;
  }

  .threecircles .card {
    height: 100%;
    width: 50%;
    gap: 50px;
    border-radius: 0px;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
  }

  .threecircles .grid-3 {
    border: 0px solid red;
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .threecircles .grid div {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }

  .threecircles .grid div h3 {
    font-size: 30px;
    text-align: center;
  }
  .threecircles .grid div p {
    font-size: 20px;
    text-align: center;
  }

  .mindre {
    display: block;
    margin-top: -50px;
    margin-bottom: -100px;
  }

  .fours p {
    font-size: 20px;
    width: 100%;
    text-align: justify;
  }

  .fours h3.underline {
    font-size: 30px;
    margin-bottom: -50px;
  }

  .today {
    padding: 50px 50px;
  }

  .today h2 {
    font-size: 60px;
    text-align: center;
  }

  .today p {
    font-size: 20px;
    width: 100%;
  }

  .menu .become-customer {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .boende {
    display: flex;
    margin-top: 70px;
  }

  .boende h3.underline {
    padding: 0;
    margin: 0;
  }

  .container {
    max-width: 1280px;
  }
}
