﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
/*body {
    margin: 0;
    padding: 0;
    font-family: 'poppins';
}*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: black;
}

.navlinktitle {
  font-weight: bold;
  font-size: 1.3rem;
  color: black;
}

.stick {
  position: sticky;
  z-index: 1;
}

.navlinklogo {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

/*TopRow*/
/*div.top-row {
    padding-left: 2rem;
    padding-top: 2rem;

    div {
        padding-left: 2rem;

        img.logo {
            height: 4rem;
        }
    }
}*/
/* Promoted Component */
/* Search Component */
/*::-ms-input-placeholder {
    color: black;
}*/
/*input {
    color: black !important;
}*/
/* List Component */
/*.category h4 {
    color: #373737;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
}*/
/*.categoryServices ul {
    list-style-type: none;
}*/
/*.categoryServices span {
    font-weight: bold;
    font-size: 20px;
    list-style-type: none;
    color: #48838F;
}*/
/* Starta e-tjänst */
/*.e-btn {
    font-family: 'poppins';
    color: #fff;
    background: #357C83;
    padding: 12px 40px;
    border: none;
    border-radius: 5px;
    width: 320px;
    height: 48px;
    margin: 0 auto;
}*/
.e-btn:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  background: #306f75;
}

/*.footer {
    padding-top: 20px;
    margin-top: auto;
    top: auto;
    bottom: 30px;
    border-top: 1px solid #DADADA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    a {
        list-style-type: none;
        color: #48838F;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }
}*/
/* LongInfo */
.longInfoPage {
  display: flex;
  justify-content: space-between;
}

.longInfo {
  width: 60%;
  font-family: "poppins";
}

.linksCard {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  padding: 2em;
  font-family: "poppins";
}

.linksCard h5 {
  font-weight: 800;
}

.longInfo .heading {
  justify-content: start;
}

/* Error-page */
body div.error-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body div.error-content div {
  border: 2px solid #DADADA;
  padding: 2rem;
}

@media (max-width: 768px) {
  /*.categoryServices {
      flex-direction: column;
  }*/
  .longInfoPage {
    flex-direction: column;
  }
  .longInfo {
    width: 100%;
  }
  .sideNav {
    padding-top: 2rem;
  }
}
