

.video-header {
  position: relative; 
  height: 90vh;
  overflow: hidden;
}

.video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 10;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.video-content {
  position: relative;
  z-index: 30;
  color: white;
  text-align: center;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.video-content h1 {
  font-size: 4rem;
   font-weight:bold;
  margin-bottom: 1rem;
   letter-spacing:-1px;
}

.video-content h2 {
  font-size: 1.4rem;
   color:#ffffff!important;
   line-height:1.7rem;
   letter-spacing:-1px;
   font-weight:normal;
}

.video-content p {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.cta-button {
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: #007bff;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0263cb;
}

@media (max-width: 768px) {
  .video-content h1 {
    font-size: 2rem!important;
    margin-top:-150px!important;
  }
  .video-content p {
    font-size: 2rem!important;
  }
}
}

/* Added video-background 2025-04-15 END*/

/* Webbtillgänglighet - Förbättringar enligt WAI 2.1 Standard - START*/


.contact-card-name {letter-spacing:-1px!important; font-weight:600!important;}
.contact-card-position {font-weight:300!important;font-size:18px!important;font-weight:500!important;}
.contact-card-text .vmkf-p {letter-spacing:0px!important;}
.contact-card-link {letter-spacing:0px!important;}
.c8485 {background-color:#ffffff!important;}
.c9555 {background-color: #fff!important;}
.startpage__article-link:hover h2 {
    text-decoration: underline;
}
.startpage__article-link:hover p, .startpage__article-link:focus p  {
    color: #000!important;
}
.startpage__article-title {
	font-size:20px!important; 
	letter-spacing:0px!important; 
	line-height:1em!important;
   font-family:Montserrat!important;
}

/* START Ändrat topcontainer från gult till vitt */
.c2638 {background:#ffffff;}
.c1861 {background:#ffffff;}
.c7909 {background:#ffffff;}
.c9015 {background:#ffffff;}
.c7909 {background:#ffffff;}

/* END Ändrat topcontainer från gult till vitt */


.startpage__article-ingress {font-size:16px!important; letter-spacing:0px!important;}

.hiq-news-list-decoration .sv-channel.sv-defaultlist .sv-channel-item:nth-child(2) .startpage__article-content, .startpage__article:nth-child(2) .startpage__article-content {
    -webkit-box-ordinal-group: 2;
    order: 2!important;
}


.hiq-news-list-decoration .sv-channel.sv-defaultlist .sv-channel-item:nth-child(2) .startpage__article-content>*, .startpage__article:nth-child(2) .startpage__article-content>* {
    color: #000!important;
}


.startpage__article-content {
    background-color: #f5f5f5!important;
}


.startpage__article-content::after {
    display:none!important;
}

a.startpage__subpage-link {margin-bottom: 0px!important;}


.vmkf-p>a, .vmkf-p--primary>a, a.tableheading, .tableheading a, .sv-file-portlet a, .sv-file-portlet a, ul.sv-list-style-punktlista a, .vmkf-p a, td p a, .contact-card-link {
    text-decoration: underline!important;
    color: #2196f3!important;
	 display: inline!important;
}

.vmkf-p>a:hover, a.tableheading:hover, .tableheading a:hover, .sv-file-portlet a:hover, .sv-file-portlet a:hover, ul.sv-list-style-punktlista a:hover, .vmkf-p a:hover,  td p a:hover, .contact-card-link:hover {
    text-decoration: underline!important;
    color: #0069b1!important;
}

.tableheading {
   
  font-size:18px!important;
}


.navigationpage__title {
    padding: 10px 0px 30px;
    /* background-color: #fff; */
    color: #333333;
    font-family: "Montserrat";
    font-size: 46px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: -1px;
}


.navigationpage__subpage-title {
    font-family: "Montserrat";
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}


.navigationpage__background-image {
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 66px 0;
    background-color: #f5f5f5;
}

.navigationpage__subpage-link {
    background-color: rgba(var(--color-primary-light-rgb), 0.9);
    display: block;
    padding: 30px 36px;
    height: 100%;
    background-color: #f5f5f5!important;
    border: 1px solid #f5f5f5;
}

.navigationpage__subpage-link:focus, .navigationpage__subpage-link:hover {
    text-decoration: none;
    /* background-color: var(--color-primary); */
    /* background-color: #ffffff; */
    border: 1px solid #dddddd;
   text-decoration:underline!important;
}


.vmkf-button-primary.sv-text-portlet p a, .vmkf-button-primary:not(.sv-text-portlet) {
    padding: 12.5px 50px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    border-color: #fff;
}

.vmkf-button-primary.sv-text-portlet p a:focus {
    color: #000!important;
}

h2, .portlet-section-header, .sv-portlet-table-caption, .vmkf-h2 {
    font-weight: 800;
    font-style: normal;
    font-size: 1.7em;
    color: #000!important;
   font-family:Montserrat!important;
   

}

.sv-font-rubrik-2-sidhuvud { color:#fff!important;}


.hiq-collapse .sv-decoration-content {
    display: none;
    background-color: #fdfdfd!important;
    color: #333;
    border-top: none;
    border: 1px solid #eee!important;
}
.hiq-collapse .hiq-collapse-content, .hiq-collapse .sv-decoration-content {
    padding: 10px 20px!important;
    background-color: #fff;
    overflow: hidden;
    max-height: 5000px;
}


.vmkf__header-sitelogo {
    max-width: 111%!important;
}

.aktualitet__title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
	line-height:24px;
   
}

.navigationpage__background-image::before {
    content: '';
    background:none!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.vmkf__header-search-input {
    border: 1px 1px 1px solid!important;
    background: #ffffff!important;
    outline: none;
    width: 100%;
border-radius: 0!important;
      }

.vmkf__header-search-button {
    border:0px 1px 1px 1px!important;
    background: #ffffff!important;
    height: 60px;
border-radius: 0!important;
}    

.hiq-collapse .hiq-collapse-header {
    color:#fff!important; 
          }
/* Christian Svensson, Surahammar */

.startpage__title {}
	h2.startpage__subpage-title  {margin-top:0!important;}
	.startpage__subpage-description {letter-spacing:0px!important;}

/* Christian Svensson, Surahammar */

.startpage__subpage-title, .navigationpage__subpage-title {color:#000000!important; font-weight:600!important; margin-bottom:5px!important;}
/* .startpage__subpage-title:hover, .navigationpage__subpage-title:hover {text-decoration:underline!important;} */


.sv-linklist-portlet table.sv-standard > tbody > tr:nth-child(odd), .sv-blog-portlet table.sv-standard > tbody > tr:nth-child(odd), .sv-archive-portlet table.sv-standard > tbody > tr:nth-child(odd), .sv-text-portlet table.sv-standard > tbody > tr:nth-child(odd) {
    background-color: #444444;
	color:#ffffff;
}

.sv-linklist-portlet table.sv-standard td p, .sv-blog-portlet table.sv-standard td p, .sv-archive-portlet table.sv-standard td p, .sv-text-portlet table.sv-standard td p {
  color:inherit;
}



.sv-text-portlet table.sv-standard td p a {
   color: #999999!important;
}

.aktualitet>a:focus, .aktualitet>a:focus *, .aktualitet>a:hover, .aktualitet>a:hover * {
   color: #fff!important; }


.about-lins-item-link {
 
    color: #ffffff;
    text-decoration: underline;
}

.about-lins-item-link:hover {
 
    color: #e4002b;
    text-decoration: none;
}

.about-lins-item-link::after {
   display:none;
}


.contact-footer__link {
    color: #ffffff;
   text-decoration:underline;
}

.contact-footer__link:hover {
    color: #e4002b;
   text-decoration:none;
}

.sv-font-rubrik-sidfot {
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0!important;
   	color:#fff!important;
}

.search-result__hit-link {
    background-color: #f5f5f5!important;
}

.search-result__hit-link:focus, .search-result__hit-link:hover {
    text-decoration: none;
    background-color: #ffffff!important;
    border: 1px solid #ddd;
}

.search-result__hit-link:hover .search-result__hit-title, .search-result__hit-link:focus .search-result__hit-title, .search-result__hit-category, .search-result__hit-summary {
    color: #000!important;
}

.search-result__hit-category {font-weight:700!important;}

.search-result__hit-link strong {
    color: #fff!important;
    background-color: #2196F3;
    padding: 4px;
}

/* Webbtillgänglighet - Förbättringar enligt WAI 2.1 Standard - SLUT*/

.sv-dialog-content {  
margin-top:200px;
}

.vmkf-p--primary > a::before, .vmkf-p > a::before {
  display:none!important;
}


   
.vmkf-button-primary.sv-text-portlet p a, .vmkf-button-primary:not(.sv-text-portlet) {
    padding: 12.5px 25px 16.5px 15px!important;
    text-decoration: none!important;
    color: #ffffff!important; 
}

.vmkf-button-transparent.sv-text-portlet p a, .vmkf-button-transparent:not(.sv-text-portlet) {
    padding: 12.5px 25px 16.5px 15px!important;
   	color:#ffffff!important;
}

.vmkf-button-transparent.sv-text-portlet p a:hover, .vmkf-button-transparent:not(.sv-text-portlet) {
   	background-color:#e4002b!important;
   text-decoration:none!important;
}

.vmkf-button-primary.sv-text-portlet p a:hover, .vmkf-button-primary:not(.sv-text-portlet) {
    color: #ffffff!important;
    background-color:#000000!important;
   text-decoration:none!important;
}

.startpage__background-image::before {
    content: '';
    background:none!important;
    top: 0;
    right: 0;
    bottom: 0;
    /* left: 0; */
    position: absolute;
    z-index: 0;
}

.startpage__article-date, .sv-font-publiceringsdatum {display:none!important;}

.startpage__article-content {
    height: 200px!important;
    overflow: hidden!important;
    padding: 0px 20px!important;
   position: relative!important; }


p.sv-portlet-image-caption {
    margin: 0 0 2em 0;
    line-height: normal;
}
.vmkf-quick-link__row  {
    margin: 0px;
}
.vmkf-h1 {
   
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
   font-weight: 700;
   margin-top:40px!important;
   }

@media (min-width: 1200px) {
   ingress, .vmkf-ingress {
       font-size: 24px;
   }
}
h3, .vmkf-h3 {
    font-weight: 700;}

.navigationpage__subpage-title {
  word-wrap: break-word;
}
.vmkf-p>a[href*="tel:"]::before,
.vmkf-p--primary>a[href*="tel:"]::before {
	content: "";
}
.vmkf-p>a[href*="mailto:"]::before,
.vmkf-p--primary>a[href*="mailto:"]::before {
	content: "";
}
.startpage__article-image {
    flex: 0 0 300px;
    height: 300px;
    width: calc(100% + 5px);
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
	}

.vmkf-quick-link__row {
    justify-content: center!important;
   }

.vmkf-quick-link__row>div {
    -webkit-box-flex: 0;
    flex: 1 0 auto;
    margin: 15px;
   }
.search-result__hit-item2 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
	-ms-flex-preferred-size: 33,33%;
	flex-basis: 33,33%;
   -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
   
   }

/*.c1441 {
    background-color: #ffffff !important;
    border-bottom-color: #006862;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}*/

.sv-channel-item {
   padding: 10px !important;
}

.lp-panic-button__button {
    position: sticky;
   
}

.sv-file-portlet [class*=" vmkf-i-"]::before, .sv-file-portlet [class^=vmkf-i-]::before {
    color: #FFF;
}

.sv-file-portlet a {color:#e4002b;}

.sv-file-portlet-right {display:none}

.sv-search-facet-item>a {padding: 5px 10px!important; text-decoration:none!important; line-height:30px!important;}
.sv-search-facet-item>a:hover {padding: 5px 10px!important; text-decoration:none!important; line-height:30px!important; color:#ffffff!important;}

@media screen and (max-width: 63.9375em) {
.startpage__subpage-description, .navigationpage__subpage-description { display: contents !important;}
}
.startpage__subpage-link, .navigationpage__subpage-link  {
background-color: rgb(255 255 255 / 100%)!important;
}
.startpage__subpage-link:focus, .startpage__subpage-link:focus *, .startpage__subpage-link:hover, .startpage__subpage-link:hover * {
    color: #000!important;
}
.startpage__subpage-link:hover h2 {
    text-decoration: underline;
}
.navigationpage__subpage-link:focus, .navigationpage__subpage-link:focus *, .navigationpage__subpage-link:hover, .navigationpage__subpage-link:hover * {
    color: #000!important;
}

.vmkf-button-primary.sv-text-portlet p a, .vmkf-button-primary:not(.sv-text-portlet) {padding: 12.5px 25px 16.5px 15px!important;}
.vmkf-button-transparent.sv-text-portlet p a, .vmkf-button-transparent:not(.sv-text-portlet){padding: 12.5px 25px 16.5px 15px!important;}
.vmkf-button.sv-text-portlet p a, .vmkf-button:not(.sv-text-portlet) {padding: 12.5px 25px 16.5px 15px!important;}


.sv-defaultFormTheme .sv-field-title-container.sv-bold h3, .sv-defaultFormTheme .sv-field-title-container.sv-bold label  {
font-weight: bold!important; font-size: 20px!important; margin-bottom: -10px; margin-top: 40px;}


/* Adjustments on mobile views START - Redigerat av Christian Svensson, christian.svensson@surahammar.se*/



@media (max-width: 63.9375em)  {
.vmkf-h1 {font-size: 32px!important; margin-left: 15px!important; margin-top:0px!important; line-height:1em!important;}
.vmkf-h2 {font-size:24px;}
.sv-font-rubrik-2-sidhuvud {margin-left:15px!important; font-size:20px!important; color:#fff!important;}
.c3448 {margin-bottom: 20px!important; margin-top: 20px!important;}
.c3902 {width:50px!important;}
   
.c8880 {
    margin-bottom: 40px;
    margin-top: 20px;
}

   
.env-link-secondary, .env-text .env-link-secondary, .env-text a.env-link-secondary {
    color: var(--env-link-secondary-font-color);
    -webkit-text-decoration: var(--env-link-secondary-text-decoration);
    text-decoration: var(--env-link-secondary-text-decoration);
       font-size: 12px;
       letter-spacing:-0.05em!important;}

.env-text {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000000;
    font-family: var(--env-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
       text-align: start; }
 
.startpage__background-image {
    min-height: auto!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 66px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
   
.hiq-a, a {
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0px!important;
    margin-top: 0px;
   margin-bottom: 0px!important; 
}

.sv-archive-portlet .sv-defaultlist .sv-channel-item {width:100%!important;}
.sv-channel-item .vmkf-small-padding {padding-top:1em!important; padding-bottom:20px!important;}

a.startpage__subpage-link {margin-bottom: 10px!important;}

.navigationpage__subpage, .startpage__subpage { background-image: url(/images/18.130c335b1863bf52e6141d4/1676557128585/meny-pil-svart.gif);
background-repeat: no-repeat; background-position: right 8px center; background-size: 8px auto; padding-right:30px; }
   
.navigationpage__subpage-link {display: block; padding: 10px 15px!important; height: 100%; }
.startpage__subpage-link { padding: 10px 15px!important;}
   
.startpage__subpage-link {min-height: auto!important;}

.startpage__subpage-description, .navigationpage__subpage-description { display: none !important;}
   
.c5327 {background-color: #ffffff; margin-top: 138px; }

.startpage__background-image {padding:30px 20px!important;}

.startpage__title {font-size:17px!important; padding:12px 20px!important; letter-spacing:-1px!important;}
.startpage__article-title {font-family:Montserrat!important; font-size:18px!important; letter-spacing:-1px!important; margin:2px 0 0 0!important;line-height:1em!important;}   
.startpage__article-date {font-size:14px!important;letter-spacing:0px!important; font-weight:normal!important;}
.startpage__article-image {flex:0px!important;}
.startpage__article-content {height:170px!important; padding:20px!important;}
.startpage__article-ingress {font-size:15px!important; line-height:1.3em!important; margin-top:-10px!important;}
   
   
.startpage__article-image { flex: 0 0 300px; height: 300px;!important;
-o-object-fit: cover;
object-fit: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 300px;}

   

.startpage__subpage-description {font-size:17px!important; line-height:1.2em!important;}
.startpage__subpage-title, .navigationpage__subpage-title {color:#000000!important; font-size:18px!important;font-weight:500!important;}
   
.startpage__subpage-wrapper, .navigationpage__subpage-wrapper {margin-bottom:0px!important;}
.startpage__subpage-wrapper {padding:0px!important;}
   
.sv-use-margins .vmkf-h2, .sv-use-margins h2 {text-align:left!important; padding:12px 10px 0px 0px!important; letter-spacing:-1px!important;}
.vmkf-quick-link__row>div {margin:0px!important; flex: 0 0 100%!important;}
.vmkf-button-primary {padding:20px!important;}
.vmkf-quick-link__row .quick-link {margin-bottom:20px!important;}
.quick-link__icon {font-size:40px!important;margin-bottom: 0px!important;}
.quick-link {justify-content: start!important;flex-direction: row!important;}   

td.sv-file-portlet-right {display:none!important;}
.sv-file-portlet li div, .sv-file-portlet td, .sv-file-portlet th {vertical-align:top!important;}
.c4256 {margin-top: 82px;}
   
ul.sv-autocomplete-search-result { 
font-size:16px!important;
max-width:380px!important;
left: 0px!important;
}

.vmkf__mobile-search-wrapper {
background-color: #ffffff!important; 
border:none!important;}

::placeholder {
  color: #666666!important; }
   
   
h2.facet-heading {
letter-spacing:-1px!important;
color:#000000!important;
}
   
.sv-search-facet-name {
   font-weight:bold!important;
}
   
.search-result__hit-title {
   font-size:20px!important; letter-spacing:-1px!important; font-weight:700!important;
}

.search-result__hit-summary {
   font-size:16px!important; line-height:22px!important;
}
   
.search-result__hit-link {
   padding: 15px 15px!important;
   background-color:#fcfcfc!important;
   border-bottom:1px solid #dddddd!important;
}
   
 .search-result__hit-link strong {
    padding: 2px!important;
}


.pagination {
   margin-top:10px!important;
   
}
   
.pagination>.prev, .pagination>.next {
   width:30px!important;   
   height:30px!important;
   font-size:12px!important;
      
   }
   
   .pagination>.prev::before, .pagination>.next::before {
      font-size:20px!important;
   }
   
   
.vmkf__menu-item-link {font-size:14px!important;}

.vmkf__menu-item {height:50px!important; }
   
.hiq-collapse .hiq-collapse-header {
    font-size: 16px!important;
    color:#fff!important; 
          }
   
   .about-links {
    list-style: none;
    margin: 0;
    padding-left: 25px!important;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}
   
.c7898 {
    padding-bottom: 20px!important;
    padding-top: 0px!important;
}

.aktualitet__description {
    color: #333;
    font-size: 16px!important;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px!important;
    letter-spacing: 0px!important;
		margin-top:-10px!important;
}
   
.aktualitet>a {
    display: block;
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
}

.c7905 {
    margin-left: 10px;
}


.vmkf-quick-link__row {
    padding: 10px 0!important;
   
}

.quick-link__text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
	}
   
   

}
/* Adjustments on mobile views END */

#form_2f03f08a17dc2503a3618216 h3, #form_2f03f08a17dc2503a3618216 label {font-size:18px!important;}

.sv-dbform-portlet {padding:0px 20px;}

/* Sökresultat - Listning */

.search-result__hit-title {letter-spacing: 0px; font-weight:700!important;}

/* Ny meny - formatering */
._1HN6lCuRk6twRvc6WHKcze {
    left: unset!important;
    color: #FFF!important;
   Background: #000!important;
    text-decoration: underline!important;
}
a._1HN6lCuRk6twRvc6WHKcze {

    color: #FFF!important;

}
._1mhILpx8Bp0k0FhTICFt8P {
    color: #FFF!important;
}

/*  Byte av färg på hamburgemeny  */
.vmkf__header-hamburger-bar1, .vmkf__header-hamburger-bar2, .vmkf__header-hamburger-bar3 {
    background-color: #000!important;
   }
.vmkf__header-menu-button-icon {
    
    border: 2px solid #000!important;
  }

.vmkf__header-helper-text {
    
   color: #000!important;
  }

.vmkf__header-menu-button-icon.scrolled {
   
    background-color: #ffffff!important;
   
}




/* Nya cookie-modulen formatering*/
.sv-cookie-consent-banner {
    background-color: #000 !important;
    text-align: center;
}

.env-text-h4, .env-text-h5, .env-text-h6, 
.sv-cookie-consent-banner .env-text {
    font-family: Montserrat !important;
	color: #ffd100; !important;
    text-align: center;
}

.sv-cookie-consent-banner .env-text a {
    color: #ffd100 !important;
    text-decoration: underline;
}

.sv-cookie-consent-banner .env-button, 
.sv-cookie-consent-banner .env-button--ghost {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.sv-cookie-consent-banner .env-button:hover, 
.sv-cookie-consent-banner .env-button--ghost:hover {
    background-color: white;
    color: #333333;
    border-color: white;
}

.env-flex--column {
    flex-direction: column;
    background-color: transparent !important;
}

.env-button--ghost {
    display: none;
}

.env-d--flex {
    display: flex !important;
    align-self: center;
}

/* Ta bort versaler i sidfoten och kontaktkort */
.contact-title, .contact-card-title {
    text-transform: lowercase; /* Först gör allt gemener */
}

.contact-title::first-letter, 
.contact-card-title::first-letter {
    text-transform: uppercase; /* Gör första bokstaven stor */
}





































   /* Justerar texten i mobilen för sökknappen och menyn */
 
.vmkf__mobile-header-menu-text, .vmkf__mobile-header-search-text {
    margin-top: 12px !important;
   color: #101820!important;
       font-size: 14px !important;
    letter-spacing: 1px;
}
 
      .env-button--link, .env-button--link:active, .env-button--link:focus, .env-button--link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #000;
    font-family: "Lato";
    font-size: calc(14px + 4 * (100vw - 0px) / 1200)!important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal !important;
    letter-spacing: 0px;
}
.vmkf__mobile-header-helpers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 0px 0px;
    gap: 8px;
}



#svid12_580377b819c47d3d2e1c798 > div:nth-child(2) > nav > button > svg {
height: 2em;
    width: 2em;
}
 
 
.env-button.env-button--icon-after {
    padding-right: 3.8em;
   padding-top: 10px;
}
 
.env-button {
    border-radius: calc(var(--env-button-border-radius) * 1);
    font-size: var(--env-font-size-medium);
    min-height: 2.75em;
    padding: 0;
}
 
 
/* MENY I MOBIL */
 
.xezF9ru3TE5SSITf2YSh {
    --sv-app-mobile-menu-font-color: #000;
}
 
 
/* MENY I DESKTOP */
   
      .env-accordion--show {
    background-color: #FFF;
}
   
      .SBnE8X_5uU5yUCP4RBVU>li>a {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}
   
 
 .sv-grid-12.sv-fluid-grid .sv-column-1 {
    width: 40px!important;
}
   
   
.env-button--link, .env-button--link:active, .env-button--link:focus, .env-button--link:hover {
    font-size: 16px!important;
       letter-spacing: 1px;
}
 
.env-button.env-button--icon-above {
    min-height: 4em;
    min-width: 3.6666666667em;
    padding: 0 .3333333333em .3333333333em;
}
 
 
.env-button.env-button--icon-above.env-button--link {
    margin-left: -10px;
}
 
.env-button.env-button--icon-above.env-button--link .env-icon {
    height: 2.3em !important;
    top: -0.9em;
    width: 2.3em !important;
    padding: 10px; /* Justera denna siffra (t.ex. 8px, 12px, 15px) för att ändra storlek på hover-cirkeln */
   box-sizing: content-box; /* Hjälper till att hålla formen */
}
 
.env-button.env-button--icon-above.env-button--link:hover .env-icon {
    background-color: var(--color-primary);
    border-radius: 100%;
    color: var(--color-primary-light);
}
 
.SBnE8X_5uU5yUCP4RBVU>li>a {
    font-size: 1.4em!important;
}
 
.EijGg3DD7AMrv4ryC3tj:hover {
    background-color: #FFF!important;
   border-radius: 4px!important;
}
 
 
/* Ändrar färg på krysset i menyn i mobilen */
 
#svid12_36a60afb19bad6c3dc0f276b > div:nth-child(2) > nav > dialog > div > button {
    background-color: #000;
}
   
   #svid12_329f2dbe19c2729c79e38a3 > div:nth-child(2) > nav > dialog > div > button {
      background-color: #000;
   }

   
   #svid12_329f2dbe19c2729c79e38a3 > div:nth-child(2) > nav > dialog > div > button > svg {
      
       fill: #FFF;
   }
   
   
   /* Tar bort ringen runt sök i mobilen */
   
    .vmkf__mobile-header-menu-button-icon {
  
    border: none;
       
    }
   

   

 
/* Ändrar färg på krysset i menyn i desktop */
 
 
   
   
   #svid12_2cad6f4e19c2736571a28bcc > div:nth-child(2) > nav > dialog > div > button {
   background-color: #000;
}
   
  
   
   #svid12_2cad6f4e19c2736571a28bcc > div:nth-child(2) > nav > dialog > div > button > svg {
      fill: #000;
   }
   
   /*
   
   .env-button {
    background-color: #203b8e;
    border-color: var(--env-element-background-color);
    color: #fff6e4;
}
   
   */
   
   
  /* Ändrar färgen på sökikonen */ 
   
   .vmkf__mobile-header-search-icon::before {
    color: #000;
    font-size: 32px;
}

   
   .vmkf__mobile-header-menu-button-icon {
    width: 35px;
    height: 35px;
      
   }
 
@media (max-width: 1024px) {
  .env-button--link, .env-button--link:active, .env-button--link:focus, .env-button--link:hover {
    font-size: 14px !important;
    letter-spacing: 1px;
  }
}


.EijGg3DD7AMrv4ryC3tj:hover {
    color: var(--sv-app-mobile-menu-font-color);
    -webkit-text-decoration: none;
    text-decoration: underline!important;
}

   
   
.SBnE8X_5uU5yUCP4RBVU>li>a {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #adadad;
}
   
   
   
   #svid10_580377b819c47d3d2e1c162 {
    align-items: baseline;
}
   
   
   /* Sätter länkfärg på domukentlänkar i plusboxar */
   
   .hiq-collapse .sv-decoration-content a {
    text-decoration: underline !important;
    color: #2196f3 !important;
    font-size: calc(14px + 4 * (100vw - 0px) / 1200)!important;
}
   .hiq-collapse .sv-decoration-content a:hover {
    text-decoration: underline !important;
    color: #0069b1 !important;
    font-size: calc(14px + 4 * (100vw - 0px) / 1200)!important;
}  
.hiq-collapse .hiq-collapse-header i.vmkf-i-arrow-down, .hiq-collapse .hiq-collapse-header>i.vmkf-i-arrow-up {
    font-size: 23px!important;
    color: #FFF!important; 

}
   /* 

   

.vmkf-lower-header-height .sv-row {
    display: flex !important;
    align-items: center !important;
}


.env-button.env-button--icon-above.env-button--link {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; 
    height: 100% !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

   /*

.env-button.env-button--icon-above.env-button--link .env-icon {
    margin-bottom: 4px !important;
    top: 0 !important; 
}

*/
