@charset "UTF-8";
header {
  position: relative;
}

/* -------- START OF PRODUKTER -------- */
.toggleProductsMenu {
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  margin-right: 12px !important;
  cursor: pointer;
}
.toggleProductsMenu:hover {
  filter: brightness(0.95);
}
.toggleProductsMenu:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  color: #374818;
  position: absolute;
  position: absolute;
  top: 13px;
  right: -7px;
  font-size: 18px;
}
.toggleProductsMenu:after:hover {
  filter: brightness(0.95);
}
.toggleProductsMenu.product-arrow-flip:after {
  transform: rotate(180deg);
}
.toggleProductsMenu.arrow-hidden:after {
  opacity: 0;
}

.toggleProductsMenu.product-arrow-flip > li::after {
  transform: rotate(180deg);
}

@keyframes flipIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.toggleProductsMenu.flip-in:after {
  animation: flipIn 0.7s ease-in-out;
}

/* -------- END OF PRODUKTER -------- */
/* -------- START OF SERVICES -------- */
.toggleServicesMenu {
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  margin-right: 12px !important;
  cursor: pointer;
}
.toggleServicesMenu:hover {
  filter: brightness(0.95);
}
.toggleServicesMenu:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  color: #374818;
  position: absolute;
  position: absolute;
  top: 13px;
  right: -7px;
  font-size: 18px;
}
.toggleServicesMenu:after:hover {
  filter: brightness(0.95);
}
.toggleServicesMenu.product-arrow-flip:after {
  transform: rotate(180deg);
}
.toggleServicesMenu.arrow-hidden:after {
  opacity: 0;
}

.toggleServicesMenu.product-arrow-flip > li::after {
  transform: rotate(180deg);
}

@keyframes flipIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.toggleServicesMenu.flip-in:after {
  animation: flipIn 0.7s ease-in-out;
}

@media (max-width: 780px) {
  .toggleProductsMenu,
  .toggleAreasMenu,
  .toggleServicesMenu {
    display: none !important;
  }
}
.tiv-header-service-menu-subtitle {
  color: black !important;
}
.tiv-header-service-menu-subtitle:hover {
  color: rgb(114, 113, 113) !important;
}

/* -------- END OF SERVICES -------- */
/* -------- OMRÅDEN -------- */
.toggleAreasMenu {
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  margin-right: 12px !important;
  cursor: pointer;
}
.toggleAreasMenu:hover {
  filter: brightness(0.95);
}
.toggleAreasMenu:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  color: #374818;
  position: absolute;
  position: absolute;
  top: 13px;
  right: -7px;
  font-size: 18px;
}
.toggleAreasMenu:after:hover {
  filter: brightness(0.95);
}
.toggleAreasMenu.product-arrow-flip:after {
  transform: rotate(180deg);
}
.toggleAreasMenu.arrow-hidden:after {
  opacity: 0;
}

.toggleAreasMenu.product-arrow-flip > li::after {
  transform: rotate(180deg);
}

@keyframes flipIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.toggleAreasMenu.flip-in:after {
  animation: flipIn 0.7s ease-in-out;
}

/* -------- END OF OMRÅDEN -------- */
.tiv-products-menu {
  color: black;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: calc(35% + 5px);
  display: none;
  border-radius: 10px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid #e8e8e8;
}

.tiv-products-menu-inner-double-col {
  padding: 15px 30px 30px 30px;
  display: flex;
  gap: 50px;
  height: 100%;
}

.tiv-products-menu-inner {
  padding: 30px;
  display: flex;
  gap: 50px;
  height: 100%;
}

.tiv-products-menu-section {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tiv-products-menu-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.tiv-products-menu-items-double-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 20px;
}

a.tiv-products-menu-item {
  color: black !important;
  display: flex !important;
}
a.tiv-products-menu-item:hover:after {
  display: none !important;
}

.tiv-products-menu-item {
  align-items: center;
  display: flex;
  gap: 15px;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 5px;
}
.tiv-products-menu-item:hover {
  background-color: #3b3c3c;
}
.tiv-products-menu-item:hover .tiv-products-menu-item-chevron {
  color: black;
}
.tiv-products-menu-item .tiv-products-menu-item-name {
  font-weight: 500;
  font-size: 18px;
  user-select: none;
  flex: 1;
}
.tiv-products-menu-item .tiv-products-menu-item-name a {
  color: black;
}

.hover {
  display: inline-block;
}

.tiv-header-service-menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  gap: 5px;
  border: 2px solid white;
}

.tiv-header-service-menu-description {
  font-weight: 400;
  color: black;
}

.tiv-header-service-menu-title-double-col {
  color: black;
  font-size: 25px;
  font-weight: 600;
  text-align: start;
  padding: 30px 30px 0 30px;
}

.tiv-header-service-menu-title {
  color: black;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: start;
}

.tiv-header-service-menu-tivala-button-container {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
}
.tiv-header-service-menu-tivala-button-container .tiv-header-service-menu-button {
  height: 38px;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  background-color: #FFD911;
  border: 2px solid black;
  border-radius: 12px;
}/*# sourceMappingURL=products-dropdown-menu.css.map */