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

.vardgivare {
  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/en-enkel-vag-till-en-sofistikerad-losning.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: 50vh;
  height: 50vh;
  color: #fff;
  display: flex;
}

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

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

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

/* SÅ FUNGERAR DET */

.whathow {
  padding: 50px 50px;
}

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

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

.whathow p {
  font-size: 22px;
  width: 100%;
  padding: 0 50px;
}

.whathow .container:nth-of-type(2) {
  padding-top: 50px;
}

.fives {
  padding: 50px 50px;
}

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

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

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

.fives .grid {
  border: 0px solid red;
}

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

.fives .grid p {
  font-size: 22px;
  text-align: left;
  padding: 0;
  align-self: start;
}

/* MER CIRKLAR */

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

.morecircles .card {
  height: 100%;
}

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

.morecircles 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);
}

.morecircles h3 {
  font-size: 30px;
}

.morecircles p {
  font-size: 22px;
}

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

/* 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 FRÅGOR */

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

  .vardgivare {
    margin-top: 70px;
    background-position: center center;
    display: flex;
    padding: 25px 25px;
    height: 60vh;
  }

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

  .vardgivare h2 {
    font-size: 40px;
    text-align: left;
  }

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

  .whathow {
    padding: 25px 25px;
  }

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

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

  .whathow p {
    font-size: 18px;
    width: 100%;
    padding: 0 0;
  }

  .whathow .container:nth-of-type(2) {
    padding-top: 25px;
  }

  .fives {
    padding: 25px 25px;
  }

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

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

  .fives .container {
    padding: 0px 0;
  }

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

  .fives .grid h3 {
    font-size: 25px;
    align-self: flex-start;
  }

  .fives .grid p {
    font-size: 20px;
    text-align: justify;
    align-self: start;
  }

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

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

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

  .morecircles .card {
    height: 100%;
  }

  .morecircles .grid-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .morecircles .grid-3 p {
    font-size: 20px;
    text-align: justify;
  }
  .morecircles .grid-3 h3 {
    font-size: 25px;
    text-align: left;
  }

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

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

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

  .morecircles h3 {
    font-size: 25px;
  }

  .morecircles p {
    font-size: 20px;
  }

  .today {
    padding: 25px 25px;
  }

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

  .today p {
    font-size: 20px;
    text-align: justify;
    width: 100%;
    padding: 0 25px;
  }

  table {
    display: none;
  }

  .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;
  }

  body > section.today > div > div.container.flex.flex-column > p {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-top: 25px;
  }

  .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: 425px) and (max-width: 480px) {
  body {
    border: 0px solid blue;
  }

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

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

  .vardgivare h2 {
    font-size: 40px;
    text-align: left;
  }

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

  .whathow {
    padding: 25px 25px;
  }

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

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

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

  .whathow .container:nth-of-type(2) {
    padding-top: 25px;
  }

  .fives {
    padding: 25px 25px;
  }

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

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

  .fives .container {
    padding: 0px 0;
  }

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

  .fives .grid h3 {
    font-size: 25px;
    align-self: flex-start;
  }

  .fives .grid p {
    font-size: 20px;
    text-align: justify;
    align-self: start;
  }

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

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

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

  .morecircles .card {
    height: 100%;
  }

  .morecircles .grid-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .morecircles .grid-3 p {
    font-size: 20px;
    text-align: justify;
  }
  .morecircles .grid-3 h3 {
    font-size: 25px;
    text-align: left;
  }

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

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

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

  .morecircles h3 {
    font-size: 25px;
  }

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

  .today {
    padding: 25px 25px;
  }

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

  .today p {
    font-size: 20px;
    text-align: justify;
    width: 100%;
    padding: 0 25px;
  }

  .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: 18px;
  }

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

  body > section.today > div > div.container.flex.flex-column > p {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-top: 25px;
  }

  .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;
  }

  .vardgivare {
    margin-top: 70px;
    display: flex;
    padding: 25px 25px;
    background-position: center center;
  }

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

  .vardgivare h2 {
    font-size: 40px;
    text-align: left;
  }

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

  .whathow {
    padding: 25px 25px;
  }

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

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

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

  .whathow .container:nth-of-type(2) {
    padding-top: 50px;
  }

  .fives {
    padding: 25px 25px;
  }

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

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

  .fives .container {
    padding: 0px 0;
  }

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

  .fives .grid h3 {
    font-size: 25px;
    align-self: flex-start;
  }

  .fives .grid p {
    font-size: 18px;
    text-align: justify;
    align-self: start;
  }

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

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

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

  .morecircles .card {
    height: 50%;
    width: 50%;
  }

  .morecircles .grid-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .morecircles .grid-3 p {
    font-size: 18px;
    text-align: justify;
  }
  .morecircles .grid-3 h3 {
    font-size: 25px;
    text-align: left;
  }

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

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

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

  .morecircles h3 {
    font-size: 25px;
  }

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

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

  .vardgivare {
    margin-top: 70px;
    display: flex;
    padding: 25px 25px;
    background-position: center;
  }

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

  .vardgivare h2 {
    font-size: 40px;
    text-align: left;
  }

  .vardgivare p {
    font-size: 22px;
    text-align: justify;
    width: 100%;
    padding: 0 0 25px;
  }

  .whathow {
    padding: 25px 25px;
  }

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

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

  .whathow p {
    font-size: 20px;
    width: 100%;
    padding: 0;
    text-align: justify;
    line-height: 1.7;
  }

  .whathow .container:nth-of-type(2) {
    padding-top: 50px;
  }

  .fives {
    padding: 25px 25px;
  }

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

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

  .fives .container {
    padding: 0px 0;
  }

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

  .fives .grid h3 {
    font-size: 25px;
    align-self: flex-start;
  }

  .fives .grid p {
    font-size: 20px;
    text-align: justify;
    align-self: start;
  }

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

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

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

  .morecircles .card {
    height: 50%;
    width: 50%;
  }

  .morecircles .grid-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .morecircles .grid-3 p {
    font-size: 18px;
    text-align: justify;
  }
  .morecircles .grid-3 h3 {
    font-size: 25px;
    text-align: left;
  }

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

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

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

  .morecircles h3 {
    font-size: 25px;
  }

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

  .today {
    padding: 25px 25px;
  }

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

  .today p {
    font-size: 20px;
    text-align: justify;
    width: 100%;
    padding: 0 25px;
  }
}

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

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

  .vardgivare h2 {
    font-size: 60px;
    text-align: left;
  }

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

  .vardgivare p {
    font-size: 25px;
    line-height: 1.7;
  }

  .whathow {
    padding: 50px 50px;
  }

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

  .whathow p {
    font-size: 22px;
    width: 100%;
    padding: 0;
    text-align: justify;
  }

  .whathow .container:nth-of-type(2) {
    padding-top: 25px;
  }

  .fives {
    padding: 25px 25px;
  }

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

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

  .fives .container {
    padding: 0px 0;
  }

  .fives .grid h3 {
    font-size: 25px;
    align-self: flex-start;
  }

  .fives .grid p {
    font-size: 20px;
    text-align: justify;
    align-self: start;
  }

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

  .morecircles .card {
    height: 100%;
    width: 50%;
  }

  .morecircles .grid-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .morecircles .grid-3 p {
    font-size: 22px;
    text-align: justify;
  }
  .morecircles .grid-3 h3 {
    font-size: 30px;
    text-align: left;
  }

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

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

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

  .morecircles h3 {
    font-size: 30px;
  }

  .morecircles p {
    font-size: 22px;
  }

  .today {
    padding: 50px 50px;
  }

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

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

  .menu .become-customer {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .vardgivare {
    display: flex;
    padding: 50px 50px;
    margin-top: 70px;
  }
  .container {
    max-width: 1280px;
  }
}
