@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
.hovermx {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.rounded {
  border-radius: 6px;
}
.shadow {
  box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.75);
}
.textshadow {
  text-shadow: #000000 2px 2px 8px;
}
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  background-color: #E8EAEF;
  color: #212427;
  padding: 0px;
  height: 80px;
  width: 100%;
}
.header .left {
  position: absolute;
  width: 260px;
  height: 100%;
  background-color: #354675;
  color: #fff;
}
.header .left .logo,
.header .left .logo2 {
  position: relative;
  top: 5px;
  left: 10px;
  height: 25px;
}
.header .left .logo2 {
  display: none;
}
.header .left .txt {
  display: inline-block;
  position: relative;
  line-height: 120%;
  top: 10px;
  padding-left: 10px;
  font-size: 1.2em;
}
.header .right {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 100%;
  width: calc(100% - 24px);
  padding: 5px 0px 0 0;
  color: #354675;
}
.header .right .rad1 {
  display: flex;
  justify-content: flex-end;
}
.header .right .rad1 .topval {
  display: flex;
}
.header .right .rad1 .topval .ico {
  padding: 0px 2px 10px 18px;
  font-size: 1.5em;
}
.header .right .rad1 .topval .titel {
  white-space: nowrap;
  padding: 1px 0px 0 6px;
  font-size: 1em;
  font-family: "Manrope", sans-serif;
}
.header .right .rad1 .hamb {
  display: none;
  font-size: 1.3em;
  padding: 2px 8px 0 16px;
  width: 40px;
}
.header .right .rad1 .hamb:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.header .right .rad1 .topval:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.header .right .rad2 {
  font-size: 1.55em;
  font-weight: 600;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
}
@media only screen and (max-width: 720px) {
  .header .right .rad2 {
    font-size: 1.45em;
  }
}
.mainmenu {
  position: absolute;
  z-index: 210;
  top: 80px;
  width: 260px;
  height: calc(100% - 80px);
  background-color: #354675;
  color: #fdfdfd;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.mainmenu .pkt {
  min-height: 30px;
  position: relative;
  padding: 10px 20px 10px 10px;
  user-select: none;
}
.mainmenu .pkt .ico {
  display: inline-block;
  padding-right: 10px;
  width: 30px;
}
.mainmenu .pkt .drop {
  position: absolute;
  right: 10px;
  top: 15px;
}
.mainmenu .pkt:hover,
.mainmenu .lvlsel:hover {
  background: #E8EAEF !important;
  color: #354675 !important;
  cursor: pointer;
}
.mainmenu .lvlsel {
  background: #5d6994 !important;
  color: #fff !important;
}
.mainmenu .lvl0 {
  background: #54595f;
  color: #fff;
}
.mainmenu .lvl0:hover {
  cursor: default;
  background: #54595f;
  color: #fff;
}
.mainmenu .lvl1 {
  font-family: "Manrope", sans-serif;
  font-size: 1em;
  font-weight: 800;
  background: #354675;
  color: #fff;
}
.mainmenu .lvl2 {
  font-size: 1em;
  background: #5d6994;
  color: #fff;
}
.mainmenu .lvl3 {
  background: #5d6994;
  color: #fff;
  padding-left: 20px;
}
.mainmenu .lvly1,
.mainmenu .lvly2 {
  display: none;
}
.mainmenu .sok {
  margin: 2px 10px 10px 10px;
}
.mainmenu .sok span {
  width: 30px;
}
.mainmenu .sok input[type=search],
.mainmenu .sok input[type=search]:focus,
.mainmenu .sok input:-webkit-autofill,
.mainmenu .sok input:-webkit-autofill:hover,
.mainmenu .sok input:-webkit-autofill:focus {
  display: inline;
  width: 180px;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 0 0px 1000px #fdfdfd inset;
  box-shadow: 0 0 0px 1000px #fdfdfd inset;
  -webkit-text-fill-color: #212427;
  border-radius: 4px;
}
.mainmenu iframe {
  background: #354675;
  width: calc(260px - 30px);
  height: 60px;
  border: none;
  outline: none;
  overflow: auto;
  color: #fff;
}
.mainmenu #ajxtarget {
  color: #fff;
  height: 100px;
  overflow: auto;
}
.main {
  position: absolute;
  z-index: 50;
  width: calc(100% - 260px);
  height: calc(100% - 80px);
  left: 260px;
  top: 80px;
  overflow: auto;
  padding: 0px 20px 8px 20px;
}
.maininlogg {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  height: 100%;
}
.maininlogg .bild {
  max-width: 100%;
}
.maininlogg .mellan {
  height: 20px;
}
.maininlogg .logo {
  height: 60px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 750px) {
  .maininlogg {
    width: 100%;
    margin-top: 5px;
    padding: 0 10px 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #menysok {
    margin-top: 10px;
  }
  .main {
    left: 0px;
    width: 100%;
    padding: 0px 14px 8px 14px;
  }
  .mainmenu {
    display: none;
    left: 0px;
    top: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .header .hamb {
    display: inline-block !important;
  }
  .header .left {
    background-color: #E8EAEF;
    color: #354675;
  }
  .header .right .titel {
    display: none;
  }
  .header .logo {
    display: none;
  }
  .header .logo2 {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .header .right {
    width: calc(100% - 260px - 30px);
    padding: 5px 20px 0 0;
  }
}
.sidtopp {
  position: relative;
  z-index: 100;
  padding-bottom: 20px;
}
.sidtopp .rubrik {
  font-family: "Manrope", sans-serif;
  padding: 1px 0px 4px 0px;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.sidtopp .pkty {
  position: relative;
  display: inline-flex;
  font-weight: bold;
  color: #354675;
  padding-right: 8px;
  user-select: none;
}
.sidtopp .pkty span {
  padding: 4px 8px 0 0;
  width: 15px;
  text-decoration: none;
}
.sidtopp .pkty .um {
  display: none;
  position: absolute;
  z-index: 100;
  background: #5d6994;
  color: #fff;
  top: 25px;
  left: 0px;
  width: 200px;
}
.sidtopp .pkty .um .ump {
  font-weight: normal;
  color: #fff;
  padding: 8px;
}
.sidtopp .pkty .um .ump:hover {
  cursor: pointer;
  text-decoration: underline;
  background: #dac144;
}
.sidtopp .flik {
  position: relative;
}
.sidtopp .flik .pkt {
  width: 100%;
  font-weight: bold;
  color: #354675;
  padding: 0 8px 2px 0;
}
.sidtopp .underflik .pkt {
  width: 100%;
  font-weight: normal;
  color: #354675;
  padding: 0 8px 2px 0;
}
.sidtopp .pkty:hover .pkt {
  cursor: pointer;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.hover:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
#blocker,
#blocker_mobmenu {
  display: none;
  position: absolute;
  z-index: 201;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(53, 70, 117, 0.5);
}
#blocker_mobmenu {
  background: rgba(0, 0, 0, 0.089);
  z-index: 201;
}
#ave_overlay,
#hjalp_overlay {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 250;
  width: 65%;
  height: calc(100vh - 80px);
  left: 25%;
  top: 40px;
  background-color: #fdfdfd;
  border-radius: 15px;
}
#ave_overlay #ave_overlayinre,
#hjalp_overlay #ave_overlayinre,
#ave_overlay #ave_hjalpinre,
#hjalp_overlay #ave_hjalpinre {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#ave_overlay #ave_overlayinre #ave_overlayheader,
#hjalp_overlay #ave_overlayinre #ave_overlayheader,
#ave_overlay #ave_hjalpinre #ave_overlayheader,
#hjalp_overlay #ave_hjalpinre #ave_overlayheader,
#ave_overlay #ave_overlayinre #ave_hjalpheader,
#hjalp_overlay #ave_overlayinre #ave_hjalpheader,
#ave_overlay #ave_hjalpinre #ave_hjalpheader,
#hjalp_overlay #ave_hjalpinre #ave_hjalpheader {
  display: flex;
  background-color: #354675;
  padding: 15px 20px 15px 20px;
  color: #fdfdfd;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
}
#ave_overlay #ave_overlayinre #ave_overlayheader .rubrik,
#hjalp_overlay #ave_overlayinre #ave_overlayheader .rubrik,
#ave_overlay #ave_hjalpinre #ave_overlayheader .rubrik,
#hjalp_overlay #ave_hjalpinre #ave_overlayheader .rubrik,
#ave_overlay #ave_overlayinre #ave_hjalpheader .rubrik,
#hjalp_overlay #ave_overlayinre #ave_hjalpheader .rubrik,
#ave_overlay #ave_hjalpinre #ave_hjalpheader .rubrik,
#hjalp_overlay #ave_hjalpinre #ave_hjalpheader .rubrik {
  flex: 1 0;
}
#ave_overlay #ave_overlayinre #ave_overlayheader .stang,
#hjalp_overlay #ave_overlayinre #ave_overlayheader .stang,
#ave_overlay #ave_hjalpinre #ave_overlayheader .stang,
#hjalp_overlay #ave_hjalpinre #ave_overlayheader .stang,
#ave_overlay #ave_overlayinre #ave_hjalpheader .stang,
#hjalp_overlay #ave_overlayinre #ave_hjalpheader .stang,
#ave_overlay #ave_hjalpinre #ave_hjalpheader .stang,
#hjalp_overlay #ave_hjalpinre #ave_hjalpheader .stang {
  flex: 0 1;
  font-size: 1.1em;
}
#ave_overlay #ave_overlayinre #ave_overlayheader .stang:hover,
#hjalp_overlay #ave_overlayinre #ave_overlayheader .stang:hover,
#ave_overlay #ave_hjalpinre #ave_overlayheader .stang:hover,
#hjalp_overlay #ave_hjalpinre #ave_overlayheader .stang:hover,
#ave_overlay #ave_overlayinre #ave_hjalpheader .stang:hover,
#hjalp_overlay #ave_overlayinre #ave_hjalpheader .stang:hover,
#ave_overlay #ave_hjalpinre #ave_hjalpheader .stang:hover,
#hjalp_overlay #ave_hjalpinre #ave_hjalpheader .stang:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
#ave_overlay #ave_overlayinre .yta,
#hjalp_overlay #ave_overlayinre .yta,
#ave_overlay #ave_hjalpinre .yta,
#hjalp_overlay #ave_hjalpinre .yta {
  overflow: auto;
  flex: 1;
  height: 100%;
}
#ave_overlay #ave_overlayinre #ave_hjalpyta,
#hjalp_overlay #ave_overlayinre #ave_hjalpyta,
#ave_overlay #ave_hjalpinre #ave_hjalpyta,
#hjalp_overlay #ave_hjalpinre #ave_hjalpyta {
  padding: 25px 20px 20px 20px;
  background-color: #fdfdfd;
}
#ave_overlay #ave_overlayinre #ave_overlayfooter,
#hjalp_overlay #ave_overlayinre #ave_overlayfooter,
#ave_overlay #ave_hjalpinre #ave_overlayfooter,
#hjalp_overlay #ave_hjalpinre #ave_overlayfooter {
  background-color: #fdfdfd;
  border-top: 2px solid #354675;
  padding: 10px 20px 10px 20px;
  color: #212427;
  font-weight: 600;
  border-radius: 0 0 12px 12px;
  min-height: 50px;
}
#ave_overlay #ave_overlayinre .hidefooter,
#hjalp_overlay #ave_overlayinre .hidefooter,
#ave_overlay #ave_hjalpinre .hidefooter,
#hjalp_overlay #ave_hjalpinre .hidefooter {
  display: none;
}
#ave_overlay .funktionsruta,
#hjalp_overlay .funktionsruta {
  margin-bottom: 0 !important;
}
#hjalp_overlay #ave_hjalpinre #ave_hjalpheader {
  background-color: #3f6d47;
}
#ave_overlay.md,
#hjalp_overlay.md {
  height: calc(95vh - 80px);
  width: 48%;
  left: 26%;
}
#ave_overlay.sm,
#hjalp_overlay,
#hjalp_overlay.sm {
  height: calc(60vh - 70px);
  width: 30%;
  left: 35%;
}
@media only screen and (max-width: 720px) {
  #ave_overlay {
    width: calc(100vw - 10px);
    height: calc(100vh - 80px);
    top: 10px;
    left: 5px;
  }
  #ave_overlay.md,
  #hjalp_overlay.md {
    width: calc(100vw - 10px);
    height: calc(100vh - 80px);
    top: 10px;
    left: 5px;
  }
  #ave_overlay.sm,
  #hjalp_overlay,
  #hjalp_overlay.sm {
    width: calc(100vw - 10px);
    height: calc(90vh - 80px);
    top: 10px;
    left: 5px;
  }
}
.grid73 {
  display: grid;
  gap: max(2%, 10px);
  grid-template-areas: "left" "right";
}
.grid73 .left {
  grid-area: left;
}
.grid73 .right {
  grid-area: right;
}
.grid55 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "left right";
  column-gap: max(2%, 10px);
  justify-items: stretch;
}
.grid55 .left {
  grid-area: left;
}
.grid55 .right {
  grid-area: right;
}
@media only screen and (min-width: 960px) {
  .grid73 {
    grid-template-columns: 7fr 3fr;
    grid-template-areas: "left right";
    grid-template-rows: auto;
    justify-items: stretch;
  }
  .grid55 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.95em;
  color: #212427;
  line-height: 140%;
  -webkit-text-size-adjust: 100%;
  background: #E8EAEF;
  width: 100%;
}
table td.ico {
  width: 1%;
  font-size: 1.1em;
  padding-left: 10px;
}
table td.ico:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.startnyhet .nyhet {
  margin-bottom: 20px;
}
.startnyhet .rub {
  font-weight: bold;
}
.startnyhet .vem {
  font-size: 0.8 em;
  margin-bottom: 10px;
}
.startnyhet .fil {
  padding-bottom: 0px;
}
.prodoversikt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prodoversikt .ruta {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  background-color: #e8e8e8;
  height: 110px;
}
.prodoversikt .ruta .rub {
  font: "Manrope", sans-serif;
  font-weight: bold;
}
.prodoversikt .ruta .antal {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-weight: bold;
}
.prodoversikt .vald {
  background-color: #b3c7e7;
}
.prodoversikt .signal {
  border: 2px solid #990000;
}
.prodoversikt .ruta:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.prodoversikt .ruta.sel {
  outline: 3px solid #a2a2a2;
}
@media only screen and (min-width: 960px) {
  .prodoversikt {
    flex-flow: row wrap;
  }
  .prodoversikt .ruta {
    width: 280px;
  }
}
.dagantlist .dagantpost {
  border-bottom: 2px solid #354675;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dagantlist .dagantpost .info {
  width: 100%;
  padding: 0 10px 10px 0;
}
.dagantlist .dagantpost .info .datum {
  font-weight: bold;
}
.dagantlist .dagantpost .info .typ {
  font-weight: bold;
}
.dagantlist .dagantpost .info .vem,
.dagantlist .dagantpost .info .projekt {
  margin-bottom: 10px;
}
.dagantlist .dagantpost .info .ikoner span {
  padding: 0 10px 0 0;
  font-size: 1.2em;
}
.dagantlist .dagantpost .info .ikoner span:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.dagantlist .dagantpost .texty {
  flex: 4;
  display: flex;
}
.dagantlist .dagantpost .texty img {
  max-width: 100%;
}
.dagantlist .dagantpost .texty .text {
  flex: 1;
  overflow-wrap: anywhere;
}
.dagantlist .dagantpost .texty .fil {
  padding-bottom: 5px;
}
.dagantlist .dagantpost .sms {
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .dagantlist .dagantpost {
    flex-direction: row;
  }
  .dagantlist .dagantpost .info {
    width: 180px;
  }
}
.ingendata {
  margin: 20px auto;
  padding: 20px;
  width: 90%;
  border-radius: 6px;
  border: 2px solid #354675;
  text-align: center;
}
.ingendata h1 {
  font-size: 3em;
}
.ingendata h2 {
  font-size: 1.12em;
}
.table-scroll-yttre {
  width: 100%;
  border-radius: 15px;
  padding: 25px 20px 20px 20px;
  margin-bottom: 25px;
  background-color: #fdfdfd;
}
@media only screen and (max-width: 720px) {
  .table-scroll-yttre {
    padding: 24px 14px 14px 14px;
  }
}
.table-scroll-yttre .div_fore {
  border: 2px solid;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border-color: #d2d6e3;
}
.table-scroll-yttre .rub0 {
  font-weight: 600;
  font-size: 1.3em;
  margin: 0 10px 15px 0px;
  color: #354675;
}
.table-scroll-yttre .knappyta {
  margin-bottom: 10px;
}
.table-scroll-yttre .tabfunk {
  display: flex;
}
.table-scroll-yttre .tabfunk .rub {
  flex: 1 0;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 10px 20px 0px;
  color: #354675;
}
.table-scroll-yttre .tabfunk .filterstyr,
.table-scroll-yttre .tabfunk .hjalpikon {
  font-size: 1.5em;
  color: #354675;
  padding-left: 10px;
}
.table-scroll-yttre .tabfunk .filteraktiv {
  color: #990000;
}
.table-scroll-yttre .frub {
  font-weight: 600;
  font-size: 1.1em;
  margin: 20px 10px 10px 0px;
  color: #354675;
}
.table-scroll-yttre .filter {
  display: none;
  min-height: 100px;
  background-color: #E8EAEF;
  margin: 0 0 20px 0;
  padding: 0 0 20px 20px;
  border-radius: 6px;
}
.table-scroll-yttre .filter .field_yttre {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.table-scroll-yttre .filter .field_yttre fieldset {
  flex: auto;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 10px 20px 0 0px;
  line-height: unset;
  margin: 0;
}
.table-scroll-yttre .filter .field_yttre fieldset label {
  font-weight: 800;
  font-size: 0.85em;
}
.table-scroll-yttre .filter .field_yttre fieldset input {
  background-color: #fdfdfd;
}
.table-scroll-yttre .filter .fknapp {
  margin-top: 10px;
}
@media only screen and (min-width: 720px) {
  .table-scroll-yttre .filter .field_yttre {
    flex-direction: row;
  }
  .table-scroll-yttre .filter .field_yttre fieldset {
    min-width: 25%;
    max-width: 25%;
  }
}
.table-scroll-yttre .table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 350px;
}
.table-scroll-yttre .table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-scroll-yttre .table-scroll table tr:nth-child(odd) {
  background-color: #E8EAEF;
}
.table-scroll-yttre .table-scroll table tr:nth-child(even) {
  background-color: #fdfdfd;
}
.table-scroll-yttre .table-scroll table tr:hover {
  background-color: rgba(0, 60, 150, 0.326);
}
.table-scroll-yttre .table-scroll table tr.gruppering {
  background-color: #c5cad7;
}
.table-scroll-yttre .table-scroll table td {
  padding: 5px;
}
.table-scroll-yttre .table-scroll table td:first-child,
.table-scroll-yttre .table-scroll table th:first-child {
  padding-left: 10px;
}
.table-scroll-yttre .table-scroll table td.info {
  width: 1%;
}
.table-scroll-yttre .table-scroll table td.center,
.table-scroll-yttre .table-scroll table th.center {
  text-align: center;
}
.table-scroll-yttre .table-scroll table td.right,
.table-scroll-yttre .table-scroll table th.right {
  text-align: right !important;
}
.table-scroll-yttre .table-scroll table td.tdclick {
  text-decoration: underline;
}
.table-scroll-yttre .table-scroll table td.info:hover,
.table-scroll-yttre .table-scroll table td.tdclick:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.table-scroll-yttre .table-scroll table th {
  text-align: left;
  font-weight: bold;
  vertical-align: bottom;
  padding: 5px;
  background-color: #d2d6e3;
}
.table-scroll-yttre .table-scroll table th .sortuppner {
  padding-left: 5px;
}
.table-scroll-yttre .table-scroll table th.kansorteras {
  cursor: pointer;
}
.table-scroll-yttre .table-scroll table th.arsort {
  border-bottom: 2px solid #354675;
}
.table-scroll-yttre .table-scroll table th.cbma {
  width: 10px !important;
  position: sticky;
  left: 0px;
  z-index: 2;
  background-color: #d2d6e3;
}
.table-scroll-yttre .table-scroll table thead {
  position: sticky;
  top: 0;
  z-index: 3;
}
.table-scroll-yttre .table-scroll table td.cb {
  position: sticky;
  left: 0px;
  z-index: 2;
  padding: 5px 5px 5px 10px;
  background-color: inherit;
}
.table-scroll-yttre .table-scroll table td.lock1,
.table-scroll-yttre .table-scroll table th.lock1 {
  position: sticky;
  left: 29px;
  z-index: 2;
  background-color: inherit;
  min-width: clamp(20px, 50px, 200px);
}
.table-scroll-yttre .table-scroll table th.lock1 {
  background-color: #d2d6e3;
}
.table-scroll-yttre .table-scroll table td.lock-nocb,
.table-scroll-yttre .table-scroll table th.lock-nocb {
  left: 0px;
}
.table-scroll-yttre .table-scroll table .tddolj1,
.table-scroll-yttre .table-scroll table .tddolj2 {
  display: table-cell;
}
@media only screen and (max-width: 510px) {
  .table-scroll-yttre .table-scroll table .tddolj1,
  .table-scroll-yttre .table-scroll table .tddolj2 {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .table-scroll-yttre .table-scroll table .tddolj1 {
    display: none;
  }
}
.table-scroll-yttre .smallfont {
  font-size: 0.85em;
}
.table-scroll-yttre .totant,
.table-scroll-yttre .xtrarad {
  font-weight: 600;
  padding: 5px 0 0px 5px;
}
.table-scroll-yttre .noscroll {
  height: unset;
}
.infotable {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
}
.infotable table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.infotable table tr:nth-child(odd) {
  background-color: #E8EAEF;
}
.infotable table tr:nth-child(even) {
  background-color: #fdfdfd;
}
.infotable table td {
  padding: 5px;
}
.infotable table td:first-child,
.infotable table th:first-child {
  padding-left: 10px;
}
.infotable table td:first-child {
  background-color: inherit;
}
.infotable table td.info {
  width: 1%;
}
.infotable table td.tdclick {
  text-decoration: underline;
}
.infotable table td.info:hover,
.infotable table td.tdclick:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.infotable table th {
  text-align: left;
  font-weight: bold;
  vertical-align: bottom;
  padding: 5px;
  background-color: #d2d6e3;
}
.infotable table td.lock1,
.infotable table th.lock1 {
  position: sticky;
  left: 0px;
  z-index: 2;
  min-width: clamp(20px, 50px, 200px);
}
.datatable {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
}
.datatable table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.datatable table caption {
  text-align: left;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.datatable table tr:nth-child(odd) {
  background-color: #E8EAEF;
}
.datatable table tr:nth-child(even) {
  background-color: #fdfdfd;
}
.datatable table td {
  padding: 5px;
}
.datatable table td:first-child,
.datatable table th:first-child {
  padding-left: 10px;
  background-color: inherit;
}
.datatable table td.info {
  width: 1%;
}
.datatable table td.tdclick {
  text-decoration: underline;
}
.datatable table td.info:hover,
.datatable table td.tdclick:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.datatable table th {
  text-align: left;
  font-weight: bold;
  vertical-align: bottom;
  padding: 5px;
  background-color: #d2d6e3;
}
.datatable table td.center,
.datatable table th.center {
  text-align: center;
}
.datatable table td.right,
.datatable table th.right {
  text-align: right;
}
.datatable table td.lock1,
.datatable table th.lock1 {
  position: sticky;
  left: 0px;
  z-index: 2;
  background-color: inherit;
  min-width: clamp(20px, 50px, 200px);
}
.datatable table th.lock1 {
  background-color: #d2d6e3;
}
.autoscroll {
  width: 100%;
  overflow: auto;
}
table.schema {
  width: 100%;
  margin: auto;
  border-spacing: 5px;
}
table.schema th {
  text-align: left;
  font-weight: bold;
  vertical-align: bottom;
  padding: 5px;
  background-color: #d2d6e3;
  font-size: 0.85em;
}
table.schema td {
  vertical-align: top;
}
table.schema .post {
  padding: 5px;
  margin: 0 0 5px 0;
  font-size: 0.85em;
  line-height: 120%;
}
table.schema .akttyp0 {
  background-color: #eee;
}
table.schema .akttyp1 {
  background-color: #d5e8ce;
}
table.schema .akttyp2 {
  background-color: #b3c7e7;
}
.small {
  font-size: 0.8em;
}
h1 {
  font-family: "Manrope", sans-serif;
  font-size: 2.2em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 12px 0px;
  color: #1D1D1B;
}
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 1.8em;
  }
}
h2 {
  font-size: 1.625em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.7px;
  color: #1D1D1B;
}
h3 {
  font-size: 1.3em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.7px;
  color: #1D1D1B;
}
h3.ltop {
  font-size: 1.3em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  padding-top: 10px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.7px;
  color: #1D1D1B;
}
h4,
h4.b10 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.12em;
  line-height: 120%;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #1D1D1B;
}
h4.b10 {
  margin: 0px 0px 10px 0px;
}
h5 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #212427;
}
h6 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.05em;
  font-weight: 400;
  font-style: italic;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #212427;
}
p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: "Manrope", sans-serif, sans-serif;
  font-size: 1em;
}
a,
a:active,
a:visited {
  color: #354675;
  text-decoration: underline;
  cursor: pointer;
}
a.lnk {
  color: #354675;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
a.lnk:hover {
  text-decoration: underline;
}
.frub {
  font-family: "Manrope", sans-serif;
  font-size: 1em;
  margin: 0px 0px 5px 0px;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.nowrap {
  white-space: nowrap;
}
.bgwhite {
  background-color: #fdfdfd !important;
}
.valuta {
  white-space: nowrap;
  width: 1%;
  text-align: right;
}
.center {
  text-align: center;
}
.erruta {
  background-color: #990000;
  color: #fff;
  padding: 12px;
  font-size: 1em;
  max-width: 500px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.errbg {
  background-color: #990000 !important;
}
.errbg2 {
  background-color: #F4DBDB !important;
}
.grabg {
  background-color: #a2a2a2 !important;
}
.nydelt {
  background-color: #c3c3ff !important;
}
.notera {
  background-color: #FFFACD !important;
}
.andrad {
  background-color: #87CEEB !important;
}
.ejaktuell {
  background-color: #D6D6D6 !important;
}
.pam {
  background-color: #ffecb2 !important;
}
.avslut {
  background-color: #d5e8ce !important;
}
.rappsenast {
  background-color: #c6b2ff !important;
}
.errtxt {
  font-weight: bold;
  color: #990000;
}
.pamwarn {
  color: #990000;
}
.skickat {
  color: #3f6d47;
}
.inforuta {
  background: #e8e8e8;
  border: 1px solid #d2d2d2;
  padding: 8px;
  font-size: 1em;
  max-width: 500px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.alertruta {
  background-color: #D6DCE9;
  color: #354675;
  padding: 12px;
  font-weight: bold;
  font-size: 1em;
  max-width: 500px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.warnbg {
  background: #ffd966 !important;
}
.warnbg2 {
  background: #FFA500 !important;
}
.warnruta {
  background-color: #ffd966;
  padding: 12px;
  font-size: 1em;
  max-width: 500px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.warnruta2 {
  background-color: #F4DBDB;
  color: #990000;
  font-weight: bold;
  padding: 12px 12px 12px 35px;
  text-indent: -10px;
  margin-bottom: 10px;
  font-size: 96%;
  max-width: 500px;
  border-radius: 6px;
}
.warnruta2 i {
  width: 6px;
}
.checkruta {
  background-color: #d5e8ce;
  color: #3f6d47;
  padding: 12px;
  font-size: 1em;
  border-radius: 6px;
  margin-bottom: 20px;
  max-width: 500px;
}
.inl {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  top: -1.7px;
  padding-right: 2px;
  color: #3f6d47;
}
.ejinl {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  top: -1.7px;
  padding-right: 2px;
  color: #990000;
  display: inline-block;
}
.rand {
  background-color: #b3c7e7;
}
.ram {
  border: 1px solid #c5cad7;
}
.optgroup {
  font-weight: bold;
}
.optgroupchild {
  padding-left: 15px !important;
}
@media only screen and (max-width: 720px) {
  form.inm,
  form.login {
    width: 100%;
  }
}
.jconfirm .jconfirm-title {
  font-family: "Manrope", sans-serif !important;
  font-weight: 300 !important;
}
.jconfirm .jconfirm-box {
  width: 50% !important;
}
@media only screen and (max-width: 959px) {
  .jconfirm .jconfirm-box {
    width: 80% !important;
  }
}
/* Customize the label (the container) */
.cb_container {
  display: block;
  height: 20px;
  position: relative;
  top: 2.5px;
  padding-left: 25px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cb_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cb_container .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #b4b4b4;
  border-radius: 6px;
}
.cb_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cb_container input:checked ~ .checkmark {
  background-color: #3f6d47;
}
.cb_container input:checked ~ .checkmark:after {
  display: block;
}
.cb_container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cb_container_inline {
  display: inline-block;
}
.egencb span,
.egencb_form span {
  font-size: 1.1em;
}
.egencb input[type=checkbox],
.egencb_form input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.egencb input[type=checkbox]:focus,
.egencb_form input[type=checkbox]:focus {
  outline: 0;
  border: 0;
}
.egencb_form {
  font-size: 1.5em;
  width: 100%;
  padding: 5px 10px 5px 10px;
  display: flex;
  align-items: flex-start;
}
.egencb_form .noedit {
  opacity: 0.5;
}
.egencb_form .cbdiv:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.egencb_form .txt {
  font-size: 0.6em;
  padding: 1px 0 0 5px;
  line-height: 140%;
}
.egencb:focus-within span {
  outline: 1px solid #3f6d47;
}
.egencb:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.radiob {
  display: flex;
  flex-direction: row;
  padding: 5px 10px 5px 10px;
}
.radiob input {
  width: unset;
}
.radiob input:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.radiob label {
  position: relative;
  padding: 1px 10px 0 1px;
  margin-bottom: 2px;
  top: 2px;
}
.rb_container {
  display: inline-block;
  position: relative;
  height: 25px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rb_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.rb_container .checkmark {
  position: absolute;
  border: 1px solid #b4b4b4;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.rb_container input:checked ~ .checkmark {
  background-color: #3f6d47;
}
.rb_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.rb_container input:checked ~ .checkmark:after {
  display: block;
}
.rb_container .checkmark:after {
  top: 8px;
  left: 7.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.rb_container .txt {
  position: relative;
  top: 4px;
  padding: 0px 15px 0 0px;
  font-size: 0.7em;
}
.chosen-container-single .chosen-single {
  padding: 6px 0 6px 8px;
  border: unset;
  background: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.chosen-container-single .chosen-single div {
  top: 8px;
}
.chosen-container-single .chosen-single span {
  color: #212427;
}
.chosen-container:not(.chosen-disabled) {
  background-color: #fdfdfd;
}
.chosen-container:not(.chosen-disabled):focus-within {
  outline: none;
}
.chosen-container-multi .chosen-choices {
  border: none;
  padding: 3px 5px 3px 5px;
  border-radius: 6px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  font-size: 0.8em;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  position: relative;
  top: -1px;
}
.chosen-container {
  font-family: "Manrope", sans-serif;
  font-size: 1em;
  padding: 0;
  border-radius: 6px;
  outline: none;
  color: #212427;
  background-color: #e9ebf0;
  width: 100%;
  border: none;
}
.chosen-container .chosen-results {
  max-height: 500px;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #dac144;
  color: #fff;
}
.chosen-container .chosen-drop {
  border-color: #3f6d47;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
}
.aventus-upload {
  width: 100%;
}
.aventus-upload .uppsand {
  padding: 10px 0px 0px 10px;
}
.aventus-upload .ajax-file-upload-statusbar {
  margin-top: 10px;
  width: 100%;
  padding: 5px 5px 5px 15px;
  border-radius: 6px;
}
.aventus-upload .ajax-file-upload-filename {
  height: auto;
  margin: 0 5px 5px 0px;
}
.aventus-upload .ajax-file-upload-filesize {
  height: auto;
  margin: 0 5px 5px 0px;
  display: inline-block;
  vertical-align: middle;
}
.aventus-upload .ajax-file-upload-progress {
  margin: 5px 10px 5px 0px;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
  color: #FFFFFF;
}
.aventus-upload .ajax-file-upload-bar {
  background-color: #354675;
  width: 0;
  height: 20px;
  color: #fdfdfd;
}
.aventus-upload .ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.aventus-upload .ajax-file-upload-red {
  /*
      -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
      -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
      box-shadow: inset 0 39px 0 -24px #e67a73;
      background-color: #e4685d;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      display: inline-block;
      color: #fff;
      font-family: @primary-font;
      font-size: 13px;
      font-weight: normal;
      padding: 4px 15px;
      text-decoration: none;
      text-shadow: 0 1px 0 #b23e35;
      cursor: pointer;
      vertical-align: top;
      margin: 5px 10px 5px 0px;
      */
  font-size: 96%;
  line-height: 120%;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  margin: 4px 8px 4px 0px;
  background: #990000 !important;
  color: #fff !important;
  padding: 9px 19px 9px 19px;
  border-radius: 6px;
  user-select: none;
}
.aventus-upload .ajax-file-upload-green {
  background-color: #77b55a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.aventus-upload .ajax-file-upload {
  font-size: 0.9em;
  line-height: 120%;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 14px 8px 14px;
  margin: 16px 10px 10px 10px;
  background: #354675;
  color: #fff !important;
  border-radius: 6px;
}
.aventus-upload .ajax-file-upload span {
  padding-left: 5px;
}
.aventus-upload .ajax-file-upload:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.aventus-upload .ajax-upload-dragdrop {
  width: 100%;
}
.aventus-upload .ajax-upload-dragdrop span {
  position: relative;
  top: -20px;
}
.aventus-upload .state-hover {
  outline: 1px solid #3f6d47;
}
.aventus-upload .ajax-file-upload-container {
  width: 100%;
}
.aventus-upload .ajax-file-upload-error {
  padding: 5px 0px 10px 10px;
}
.topwrap {
  margin-bottom: 30px;
}
.topwrap .topmeny {
  margin: 0 0 0px 0;
}
.topwrap .topmeny .menypkt {
  color: #354675;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 7px 14px 7px 14px;
  background: #fdfdfd;
  border-radius: 8px;
  box-shadow: 1px 1px 6px -2px #999;
  width: calc(50% - 10px);
}
.topwrap .topmeny .menypkt .minre .ico {
  font-size: 1.1 0.9em;
  display: inline-block;
  padding-right: 10px;
}
.topwrap .topmeny .menypkt .minre .icotxt {
  position: relative;
  top: -1px;
  font-size: 0.85em;
  font-weight: bold;
  display: inline-block;
}
.topwrap .topmeny .menypkt .minre .tknico {
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
}
.topwrap .topmeny .menypkt:hover {
  cursor: pointer;
  background-color: #5d6994;
  color: #fdfdfd;
}
.topwrap .topmeny .markeradpkt {
  color: #fdfdfd;
  background: #354675;
}
.topwrap .topmeny .markeradpkt:hover {
  background-color: #5d6994;
  color: #fdfdfd;
}
@media only screen and (min-width: 960px) {
  .topwrap .topmeny .menypkt {
    width: fit-content;
  }
}
.topwrap .topmeny2 {
  color: #354675;
  background: #fdfdfd;
  border-radius: 8px;
  box-shadow: 1px 1px 6px -2px #999;
  padding: 8px 15px 0px 15px;
  width: fit-content;
  margin-bottom: 40px;
}
.topwrap .topmeny2 .menypkt {
  position: relative;
  display: inline-block;
  font-size: 0.85em;
  padding-bottom: 8px;
}
.topwrap .topmeny2 .menypkt::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 6px;
  left: 0;
  background-color: #354675;
  transform-origin: bottom center;
  transition: transform 0.25s ease-out;
}
.topwrap .topmeny2 .menypkt:hover {
  cursor: pointer;
}
.topwrap .topmeny2 .menypkt:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}
.topwrap .topmeny2 .streck {
  padding: 0 8px 0 8px;
}
.topwrap .topmeny2 .streck:last-child {
  display: none;
}
.topwrap .topmeny2 .markeradpkt::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 6px;
  left: 0;
  background-color: #354675;
  transform: scaleX(1);
}
.overlaymeny {
  color: #354675;
  background: #fdfdfd;
  border-radius: 8px;
  box-shadow: 1px 1px 6px -2px #999;
  padding: 8px 15px 0px 15px;
  width: fit-content;
  margin: 20px 14px 5px 14px;
}
.overlaymeny .menypkt {
  position: relative;
  display: inline-block;
  font-size: 0.85em;
  padding-bottom: 8px;
}
.overlaymeny .menypkt::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 6px;
  left: 0;
  background-color: #354675;
  transform-origin: bottom center;
  transition: transform 0.25s ease-out;
}
.overlaymeny .menypkt:hover {
  cursor: pointer;
}
.overlaymeny .menypkt:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}
.overlaymeny .streck {
  padding: 0 8px 0 8px;
}
.overlaymeny .streck:last-child {
  display: none;
}
.overlaymeny .markeradpkt::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 6px;
  left: 0;
  background-color: #354675;
  transform: scaleX(1);
}
@media only screen and (min-width: 960px) {
  .overlaymeny {
    margin: 20px 20px 5px 20px;
  }
}
.funktionsruta {
  width: 100%;
  border-radius: 15px;
  padding: 25px 18px 20px 20px;
  margin-bottom: 20px;
  background-color: #fdfdfd;
}
.funktionsruta .rubx {
  flex: 1 0;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 10px 10px 0px;
  color: #354675;
}
.funktionsruta .knappyta {
  margin-bottom: 10px;
}
.funktionsruta .bgplatta {
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: #E8EAEF;
}
.funktionsruta .tabfunk {
  display: flex;
}
.funktionsruta .tabfunk .rub {
  flex: 1 0;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 10px 20px 0px;
  color: #354675;
}
.funktionsruta .tabfunk .filterstyr {
  font-size: 1.5em;
  color: #354675;
}
.funktionsruta .tabfunk .filteraktiv {
  color: #990000;
}
.funktionsruta .filter {
  display: none;
  min-height: 100px;
  background-color: #E8EAEF;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 6px;
}
.funktionsruta .filter .filterknappar {
  display: flex;
  flex-wrap: wrap;
}
.funktionsruta .filter .filterknappar .filterknapp {
  position: relative;
  display: inline-block;
  background-color: #fdfdfd;
  font-size: 0.9em;
  border: 1px solid #a2a2a2;
  margin-left: -1px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.funktionsruta .filter .filterknappar .filterknapp_vald {
  color: #fdfdfd;
  background-color: #354675;
}
.funktionsruta .filter .filterknappar .filterknapp:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.funktionsruta .filter .filterknappar .filterknapp:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.funktionsruta .wrluft {
  padding-bottom: 8px;
}
.funktionsruta .ruby {
  display: flex;
  flex-wrap: nowrap;
}
.funktionsruta .ruby .rub {
  flex: 1 1;
  width: 100%;
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 10px 15px 0px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.7px;
  color: #354675;
}
.funktionsruta .ruby .rub0 {
  flex: 1 1;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 10px 20px 0px;
  color: #354675;
}
.funktionsruta .ruby .ico {
  flex: 0 1;
  text-align: right;
  color: #354675;
  text-wrap: nowrap;
  white-space: nowrap;
}
.funktionsruta .ruby .ico i {
  font-size: 1.1em;
  padding: 11px 0 0 11px;
}
.funktionsruta .ruby .ico .redico {
  position: relative;
  top: -7px;
  right: 2px;
}
.frpad {
  margin: 20px 0;
}
@media only screen and (max-width: 720px) {
  .funktionsruta .ruby .rub {
    font-size: 1.15em;
  }
}
.funktionsruta_inre {
  padding: 0px 20px 20px 20px;
}
.funktionsruta_inre .ruby .rub {
  font-size: 1em;
  margin: 0 10px 5px 0px;
}
.visa .frub {
  font-size: 0.85em;
  font-weight: 800;
  padding: 0 0 0px 0;
  margin: 0;
}
.visa .frub .infosida {
  font-size: 1em;
  padding-left: 10px;
}
.visa .frub .infosida:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.visa .rubrik {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 8px;
  color: #354675;
}
.visa .rubrik .hjalpsida {
  font-size: 1em;
  padding-left: 10px;
}
.visa .rubrik .hjalpsida:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.visa .falt_ico {
  display: flex;
}
.visa .falt_ico .falt {
  flex: 1;
}
.visa .falt_ico .ico:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.visa .falt_ico span {
  padding-left: 10px;
}
.visa .fdta {
  font-size: 1em;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.visa .spaceafter {
  margin-bottom: 15px !important;
}
.visa .limit150 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.visa .rub_before {
  font-size: 1em;
  font-weight: 600;
  margin: 0px 10px 5px 0px;
  font-family: "Manrope", sans-serif;
  color: #354675;
  letter-spacing: 0.7px;
}
.visa .trub {
  display: flex;
}
.visa .trub .rub {
  font-size: 1em;
  font-weight: 600;
  margin: 0px 10px 5px 0px;
  font-family: "Manrope", sans-serif;
  color: #354675;
  letter-spacing: 0.7px;
  flex: 1;
}
.visa .trub .ico:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.visa table {
  width: 100%;
  margin-bottom: 10px;
}
.visa table tr.overstruken {
  text-decoration: line-through;
}
.visa table th {
  font-weight: bold;
  font-size: 0.85em;
  text-align: left;
}
.visa table caption {
  text-wrap: nowrap;
  text-align: left;
  font-size: 0.85em;
  font-weight: 800;
  padding: 0 0 0px 0;
  margin: 0;
}
.visa table td.right {
  text-align: right;
}
.visa table td.onerow {
  display: flex;
}
.visa table.wauto {
  width: auto;
}
.visa table td.tdclick {
  text-decoration: underline;
}
.visa table td.tdclick:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.visa .fitcontent {
  width: fit-content;
}
.visa table.nobottom {
  margin-bottom: 0;
}
.visa .ikoner span {
  padding: 0 10px 0 0;
  font-size: 1.2em;
}
.visa .ikoner span:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.kalendernav {
  margin: 20px 20px 0 20px;
}
.kalendernav .rubrik {
  margin: 20px 0px 8px 0px;
  color: #354675;
  text-align: left;
  font-weight: 600;
  font-size: 1.1em;
}
.kalendernav .ym {
  color: #354675;
  font-weight: 600;
}
.kalendernav table {
  border-collapse: collapse;
  margin-top: 10px;
}
.kalendernav table .vn,
.kalendernav table .cell {
  padding: 4px;
}
.kalendernav table .vn {
  width: 1%;
  background-color: #E8EAEF;
  font-weight: 600;
}
.kalendernav table .vd {
  padding: 4px;
  font-weight: 600;
}
.kalendernav table .cell {
  width: 14%;
}
.kalendernav table .vald {
  border-left: 3px solid #354675;
}
.kalendernav table .finns {
  background-color: #d5e8ce;
}
.kalenderklick {
  margin: 0px 10px 0 0px;
  user-select: none;
}
.kalenderklick .rubrik {
  margin: 20px 0px 8px 0px;
  color: #354675;
  text-align: left;
  font-weight: 600;
  font-size: 1.1em;
}
.kalenderklick .ym {
  color: #354675;
  font-weight: 600;
  display: block;
  padding-top: 5px;
}
.kalenderklick table {
  border-collapse: collapse;
  margin-top: 10px;
}
.kalenderklick table .vn,
.kalenderklick table .vd,
.kalenderklick table .tom {
  padding: 4px;
  border: 1px solid black;
}
.kalenderklick table .vn {
  width: 1%;
  background-color: #E8EAEF;
  font-weight: 600;
}
.kalenderklick table .vd {
  width: 14%;
  padding: 4px;
  font-weight: 600;
  text-align: center;
}
.kalenderklick table .cell {
  width: 1%;
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
  font-size: 0.85em;
}
.kalenderklick table .finns {
  background-color: #d5e8ce;
}
.kalender_dagdetalj .rub {
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 1.1em;
}
.kalender_dagdetalj .rad1 {
  font-weight: 600;
}
.kalender_dagdetalj .rad1 .tid {
  display: inline-block;
  width: 60px;
}
.kalender_dagdetalj .rad1 .pers {
  display: inline-block;
}
.kalender_dagdetalj .rad2 {
  margin-bottom: 10px;
}
.kalender_dagdetalj .rad2 .tom {
  display: inline-block;
  width: 60px;
}
.kalender_dagdetalj .rad2 .rad2info {
  display: inline-block;
}
.kalender2 {
  margin: 20px 10px 0 0px;
}
.kalender2 .rubrik {
  margin: 20px 0px 8px 0px;
  color: #354675;
  text-align: left;
  font-weight: 600;
  font-size: 1.1em;
}
.kalender2 .ym {
  color: #354675;
  font-weight: 600;
}
.kalender2 table {
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
  table-layout: fixed;
}
.kalender2 table .vn,
.kalender2 table .vd,
.kalender2 table .tom {
  padding: 4px;
  border: 1px solid black;
}
.kalender2 table .vn {
  width: 25px;
  background-color: #E8EAEF;
  font-weight: 600;
}
.kalender2 table .vd {
  padding: 4px;
  background-color: #E8EAEF;
  font-weight: 600;
}
.kalender2 table .cell {
  border: 1px solid black;
  height: 90px;
  text-align: top;
}
.kalender2 table .cell .icell {
  height: 100%;
  padding: 4px;
}
.kalender2 table .cell .icell .dag {
  background-color: #E8EAEF;
  display: block;
}
.kalender2 table .cell .icell .dagrad {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  background: #eee;
  margin: 2px 0;
  font-weight: 600;
  font-size: 0.85em;
}
.kalender2 table .cell .icell .gul {
  background: #ffecb2;
}
.kalender2 table .cell .icell .bla {
  background: #D6DCE9;
}
.kalender2 table .cell .icell .gron {
  background: #d5e8ce;
}
.kalender2 table .cell .vald {
  outline: 3px solid #354675;
}
@media only screen and (max-width: 720px) {
  .kalender2 table .cell .dagrad {
    font-size: 0.6em !important;
  }
}
.funkfoldyttre .ico {
  display: block;
}
.funkfoldyttre .ruby .rub {
  margin-bottom: 10px;
}
.funkfoldyttre .funkfold {
  display: none;
}
@media only screen and (min-width: 960px) {
  .funkfoldyttre .ico {
    display: none;
  }
  .funkfoldyttre .ruby .rub {
    margin-bottom: 20px;
  }
  .funkfoldyttre .funkfold {
    display: block !important;
  }
}
.rubfoldyttre .ico {
  display: block;
}
.rubfoldyttre .icomobile {
  display: none;
}
@media only screen and (max-width: 959px) {
  .rubfoldyttre :not(.mobvisa) .ico {
    display: none;
  }
  .rubfoldyttre :not(.mobvisa) .icomobile {
    display: block;
  }
}
.rubfoldyttre .ruby {
  border-bottom: 2px solid #354675;
  padding-bottom: 5px;
  display: flex;
  margin-bottom: 10px;
  user-select: none;
}
.rubfoldyttre .ruby .rub {
  flex: 1 0;
  font-size: 1.25em;
  font-weight: 600;
  color: #354675;
}
.rubfold {
  display: none;
}
.rubfold_mobvisa {
  display: block;
}
.rubfoldinnehall {
  display: block;
  font-weight: 600;
  color: #354675;
}
.rubfoldinnehall_mobvisa {
  display: none;
}
@media only screen and (min-width: 960px) {
  .rubfold {
    display: block;
  }
  .rubfoldinnehall {
    display: none;
  }
  .rubfoldyttre .ruby {
    margin-bottom: 20px;
  }
  .rubfoldyttre .ruby .rub {
    font-size: 1.35em;
  }
  .funkfold {
    display: block !important;
  }
}
@media only screen and (max-width: 959px) {
  .funktionsruta {
    padding: 24px 14px 14px 14px;
  }
}
form .stodtxt {
  font-size: 0.8em;
  padding: 0 0 4px 0;
}
form .rubrik {
  margin: 20px 0px 8px 0px;
  color: #354675;
  text-align: left;
  font-weight: 600;
  font-size: 1.1em;
}
form .rubrik2 {
  margin: 0px 0px 8px 0px;
  color: #354675;
  text-align: left;
  font-weight: 600;
  font-size: 1.1em;
}
form .kolumner {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
form .kolumner .kolumn {
  flex: 1;
}
form .formhide {
  display: none;
}
form .formhidevisa {
  display: block !important;
}
form fieldset {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 12px 0;
  border: none;
  outline: none;
  line-height: 0.9em;
}
form .ramrunt {
  outline: 2px solid #b4b4b4;
  border-radius: 6px;
  padding: 5px;
}
form label {
  padding: 0;
  margin: 0;
}
form .formrub {
  color: #354675;
  border-radius: 6px;
  font-size: 0.85em;
  font-weight: 800;
  padding: 0 0 5px 0;
  margin: 0;
}
form .formrub .hjalpsida {
  font-size: 1em;
  padding-left: 10px;
}
form .formrub .hjalpsida:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
form .formdtay {
  flex: 1 1;
  width: 100%;
  display: flex;
  line-height: 1em;
}
form .formdtay .ico {
  padding: 5px 0 0 5px;
}
form .formdtay .ico:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
form .formdtay .formdta {
  width: 100%;
  background-color: #e9ebf0;
  border-radius: 6px;
}
form .formdtay .formdta .filinfo {
  padding: 10px;
}
form .formdtay .formdta .luft {
  height: 20px;
}
form .formdtay .formdta:focus-within {
  outline: 3px solid #3f6d47;
}
form .formdtay .tox.tox-tinymce.tox-edit-focus {
  border-radius: 6px;
  outline: 3px solid #3f6d47;
}
form .formdtay .timmin {
  margin-left: 10px;
}
form .formdtay .timmin span.tm {
  padding-right: 5px;
  position: relative;
  top: 1px;
}
form .formdtay .timmin_visa {
  padding: 10px 0 10px 0;
  min-height: 34px;
}
form input,
form textarea,
form .formvisa {
  font-family: "Manrope", sans-serif;
  font-size: 1em;
  line-height: 140%;
  padding: 5px 10px 5px 10px;
  color: #212427;
  width: 100%;
  outline: none;
  border: none;
}
form input:disabled,
form textarea:disabled {
  color: #212427;
  opacity: 1;
  background-color: #e9ebf0;
  border-radius: 6px;
}
form .formvisa {
  min-height: 32px;
}
form .coachtid {
  display: flex;
  padding: 5px;
}
form .coachtid .ct_ruta {
  padding: 5px;
  width: 30px;
  border: 1px solid #354675;
  border-radius: 3px;
  margin-right: 5px;
  text-align: center;
  background-color: #fdfdfd;
  color: #212427;
}
form .coachtid .ct_ruta_vald {
  background-color: #354675;
  color: #fdfdfd;
}
form .coachtid .ctkolon {
  padding: 5px 5px 0 0;
}
form input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border: none;
}
form .ave_multi_valda .valda .vald {
  font-size: 0.9em;
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  margin: 5px 0 5px 0;
  width: fit-content;
}
form .ave_multi_valda .valda .vald span {
  width: 16px;
}
form .ave_multi_valda .valda .vald:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
form .tox .tox-edit-area::before,
form .tox.tox-edit-focus .tox-edit-area::before {
  border: none;
}
form textarea {
  min-height: 160px;
}
form .error {
  outline: 2px solid #990000 !important;
}
form .edit {
  outline: 2px solid #b4b4b4;
  background-color: #fdfdfd !important;
}
@media only screen and (max-width: 720px) {
  form .kolumner {
    flex-direction: column;
    gap: 0;
  }
}
.infoform {
  line-height: 1em;
}
.infoform .label {
  font-size: 0.85em;
  font-weight: 800;
  padding: 0 0 3px 0;
  margin: 0;
}
.infoform .dta {
  padding: 0;
}
.infoform .dta:not(:last-child) {
  margin: 0 0 8px 0;
}
.o105_inre {
  position: relative;
}
.o105_inre .err,
.o105_inre .msg,
.o105_inre .finnsej {
  padding: 10px;
  margin-bottom: 20px;
}
.o105_inre .err {
  background: #990000;
  color: #fdfdfd;
}
.o105_inre .msg {
  background: #b3c7e7;
  color: #212427;
}
.o105_inre .yrkelista,
.o105_inre .ortlista {
  margin-bottom: 20px;
}
.o105_inre .finnsej {
  background: #ffd966;
  color: #212427;
}
.o105_inre .ejred {
  padding-bottom: 20px;
}
.o105_inre .lanort,
.o105_inre .yrke {
  display: inline-flex;
  font-size: 0.9em;
  line-height: 120%;
  padding: 12px 20px 12px 20px;
  margin: 10px 10px 0 0;
  border-radius: 20px;
}
.o105_inre .lanort .lan,
.o105_inre .yrke .lan,
.o105_inre .lanort .kommun,
.o105_inre .yrke .kommun,
.o105_inre .lanort .land,
.o105_inre .yrke .land {
  flex: 1;
  margin-right: 10px;
  word-break: break-word;
}
.o105_inre .lanort .x,
.o105_inre .yrke .x {
  flex: 0;
  align-self: center;
}
.o105_inre .lanort,
.o105_inre .yrke {
  background-color: #E8EAEF;
  color: #212427;
}
.o105_inre .lanbg,
.o105_inre .ygrp {
  background-color: #ccd8f0;
  color: #212427;
}
.o105_inre #ortval105,
.o105_inre #yrkeval105 {
  position: absolute;
  display: none;
  z-index: 50;
  top: 40px;
  max-width: 300px;
  border: 1px solid #354675;
  box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  background-color: #fdfdfd;
  color: #354675;
  padding: 10px;
}
.visaplatsbank .ad {
  margin: 0 0 10px 0;
  color: #212427;
  background-color: #ccd8f0;
  border-radius: 6px;
}
.visaplatsbank .ad .employer {
  font-weight: 600;
}
.visaplatsbank .ad .top {
  padding: 15px;
}
.visaplatsbank .ad .top .rad1 {
  display: flex;
}
.visaplatsbank .ad .top .rad1 h5 {
  flex: 1;
}
.visaplatsbank .ad .detalj {
  background: #E8EAEF;
  padding: 15px;
  border-radius: 0 0 6px 6px;
  display: none;
}
.visaplatsbank .ad .pilupp {
  display: none;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #00a9a9;
  color: #fff;
}
.autocomplete-suggestions .autocomplete-suggestion:hover strong {
  color: #fff;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions .autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestions .autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.knapp:hover,
.knappl:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.primico {
  display: inline-block;
  position: relative;
  top: -3px;
  background: #354675;
  color: #fff !important;
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.primico i {
  position: relative;
  top: 4.5px;
  left: -8.2px;
  line-height: 0;
}
.primico:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.knapp {
  font-size: 96%;
  line-height: 120%;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  margin: 4px 8px 4px 0px;
  background: #354675;
  color: #fff !important;
  border-radius: 6px;
  user-select: none;
}
.knapp i {
  padding-right: 10px;
  font-size: 1.2em;
}
.knapp input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.knapp input[type=checkbox]:focus {
  border: 0;
  outline: 0;
}
.knapps {
  background: #fff !important;
  color: #354675 !important;
  border: 2px solid #354675;
  padding: 9px 19px 9px 19px;
}
.knapppr {
  background: #990000 !important;
  padding: 9px 19px 9px 19px;
}
.knapp:focus-within {
  outline: 3px solid #3f6d47;
}
.knappt {
  position: relative;
  top: 0;
  font-size: 96%;
  background: unset !important;
  color: #354675 !important;
  text-decoration: underline;
  padding: 0px 10px 0px 20px;
}
.grid-wrapper {
  display: grid;
  grid-column-gap: 20px;
}
.grid-wrapper .row* {
  grid-row-start: unset;
}
.grid-wrapper .box* {
  grid-column-start: unset;
  grid-column-end: unset;
}
.grid-wrapper .resp1 {
  grid-row-start: 1;
  min-width: 0;
}
.grid-wrapper .resp2 {
  grid-row-start: 2;
  min-width: 0;
}
.grid-wrapper .resp3 {
  grid-row-start: 3;
  min-width: 0;
}
.grid-wrapper .resp4 {
  grid-row-start: 4;
  min-width: 0;
}
.grid-wrapper .resp5 {
  grid-row-start: 5;
  min-width: 0;
}
@media only screen and (min-width: 960px) {
  .grid-wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-wrapper .resp* {
    grid-row-start: unset;
  }
  .grid-wrapper .box1-5 {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .grid-wrapper .box5-7 {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  .grid-wrapper .box1-4 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .grid-wrapper .box4-7 {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .grid-wrapper .box1-7 {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .grid-wrapper .box1-3 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .grid-wrapper .box3-5 {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .grid-wrapper .box3-7 {
    grid-column-start: 3;
    grid-column-end: 7;
  }
  .grid-wrapper .box5-7 {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  .grid-wrapper .row1 {
    grid-row-start: 1;
  }
  .grid-wrapper .row2 {
    grid-row-start: 2;
  }
  .grid-wrapper .row3 {
    grid-row-start: 3;
  }
}
.kjelles-wrapper {
  display: grid;
  grid-column-gap: 20px;
}
.kjelles-wrapper .funktionsruta {
  display: grid;
}
.kjelles-wrapper .funktionsruta form fieldset {
  min-width: auto;
  flex-direction: column;
}
.kjelles-wrapper .funktionsruta form fieldset .formrub {
  margin-bottom: 8px;
}
.kjelles-wrapper * {
  box-sizing: border-box;
}
.kjelles-wrapper .row* {
  grid-row-start: unset;
}
.kjelles-wrapper .box* {
  grid-column-start: unset;
  grid-column-end: unset;
}
.kjelles-wrapper .resp1 {
  grid-row-start: 1;
}
.kjelles-wrapper .resp2 {
  grid-row-start: 2;
}
.kjelles-wrapper .resp3 {
  grid-row-start: 3;
}
.kjelles-wrapper .resp4 {
  grid-row-start: 4;
}
.kjelles-wrapper .resp5 {
  grid-row-start: 5;
}
@media (min-width: 1200px) {
  .kjelles-wrapper .funktionsruta form fieldset {
    flex-direction: row;
  }
  .kjelles-wrapper .funktionsruta form fieldset .formrub {
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 960px) {
  .kjelles-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .kjelles-wrapper .funktionsruta {
    display: block;
  }
  .kjelles-wrapper .resp* {
    grid-row-start: unset;
  }
  .kjelles-wrapper .box1-5 {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .kjelles-wrapper .box5-7 {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  .kjelles-wrapper .box1-4 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .kjelles-wrapper .box4-7 {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .kjelles-wrapper .box1-7 {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .kjelles-wrapper .row1 {
    grid-row-start: 1;
  }
  .kjelles-wrapper .row2 {
    grid-row-start: 2;
  }
  .kjelles-wrapper .row3 {
    grid-row-start: 3;
  }
}
