@charset "utf-8";
/* CSS Document */
/**************Main colors ===> global.css ******************************/

/*** BACKGROUND IMAGE ***/
html {height: 100%; box-sizing: border-box; line-height: 1.6;}

/*** MAIN CONTENT ***/
#swf-main-content-wrapper.public {opacity: 0;/*position: relative;top: -125px;*/}
body.small-media #swf-main-content-wrapper.public {opacity: 0;position: relative;top: 0px;}

/*** HIDES MENU ITEM THAT ISN'T PUBLISHED ***/
.hidden-menu-item {display: none !important;}
/***HOPPLA***/ 
.hidden-item {display: none !important;}

/*** SUB-ROW *** Handles foundation rows in rows*/
.sub-row{max-width: 75rem;margin-left: auto!important;margin-right: auto!important;}

/*** 404 ***/
#swf-page-not-found-container {display: block; text-align: center; color: #fff; padding: 2rem;}
.swf-page-not-found-numbers {display: block; font-size: 500%;}
.swf-page-not-found-content {};
.swf-no-sections-found {display: block; margin: 0 auto; text-align: center; color: #fff; padding: 1 rem;}

/*** Gray scale effect for all images with the class: swf-grayscale ***/
img.swf-grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: .8; transition: all .4s ease;}
img.swf-grayscale:hover {-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; transition: all .4s ease;}

*,
*:before,
*:after {box-sizing: inherit;}
body {height: auto !important;position: relative;margin: 0;min-height: 100%;font-family: var(--primary-font);background: var(--body-background-color);color:var(--primary-text);-webkit-font-smoothing: antialiased;}
/*body {height: auto !important;position: relative;margin: 0;min-height: 100%;font-family: Calibri, "Helvetica Neue", Arial, sans-serif;background: #fff;}*/
#page-container {position: relative;  min-height: 100vh;}
#content-wrap {padding-bottom: 2.5rem;}

/************FONT**********/
p {font-size: 1rem;color: var(--primary-text);font-weight: 400;line-height: 28px;}

input::placeholder {
  color: #000!important;
  opacity: 0.5;
  font-style:italic;
}
/************SWF-TOOLTIP Clödd**********/
.tooltip-trigger {
            display: inline-block;
            /* padding: 10px 20px; */
            /* background-color: #007bff; */
            /* color: white; */
            /* border-radius: 4px; */
            cursor: pointer;
            /* margin: 10px; */
            /* transition: background-color 0.3s; */
        }

        .tooltip-trigger:hover {
           /* background-color: #0056b3;*/
        }

        /* Tooltip styling */
        .smart-tooltip {
            position: absolute;
            background-color: #333;
            color: white;
            padding: 8px 12px;
            border-radius: 4px;
            font-size: 14px;
            white-space: nowrap;
            z-index: 9999;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            pointer-events: none;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            /****NEW LINES: Page break ***/
            white-space: pre-line;
            line-height: 1.15rem;
        }

        .smart-tooltip.show {
            opacity: 1;

        }

        /* Arrow/pil för tooltip */
        .smart-tooltip::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
        }

        /* Pil när tooltip är ovanför */
        .smart-tooltip.position-top::before {
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            border-width: 5px 5px 0 5px;
            border-color: #333 transparent transparent transparent;
        }

        /* Pil när tooltip är under */
        .smart-tooltip.position-bottom::before {
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
            border-width: 0 5px 5px 5px;
            border-color: transparent transparent #333 transparent;
        }

        /* Pil när tooltip är till vänster */
        .smart-tooltip.position-left::before {
            right: -5px;
            top: 50%;
            transform: translateY(-50%);
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #333;
        }

        /* Pil när tooltip är till höger */
        .smart-tooltip.position-right::before {
            left: -5px;
            top: 50%;
            transform: translateY(-50%);
            border-width: 5px 5px 5px 0;
            border-color: transparent #333 transparent transparent;
        }

        /* Demo-element i olika positioner */
        .corner-top-left { position: absolute; top: 20px; left: 20px; }
        .corner-top-right { position: absolute; top: 20px; right: 20px; }
        .corner-bottom-left { position: absolute; bottom: 20px; left: 20px; }
        .corner-bottom-right { position: absolute; bottom: 20px; right: 20px; }
        .center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }


/************SWF-TOOLTIP**********/
.swf-titletip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  cursor: pointer;
}

.swf-titletip .swf-titletiptext {
  visibility: visible;
  width: auto;
  white-space: nowrap;
  min-width: 120px;
  max-width: 580px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: .5rem 1rem;
  position: absolute;
  z-index:9999999999;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  /*transition: opacity 0.3s;*/
  font-family: var(--primary-font)!important;
  text-transform: none!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  margin:0 auto;
}

.swf-titletip .swf-titletiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.swf-titletip:hover .swf-titletiptext {
  visibility: visible;
  opacity: 1;
  z-index:9999999999;
  
}

.swf-titletip-image .swf-titletiptext{
    bottom: 95%!important;
    left: 50%;
    margin-left: -60px;
}
.swf-titletip .swf-titletiptext-top::after{
    content: "";
    position: absolute;
    top: -25%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;

}

.swf-titletip .swf-titletiptext-left::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 4%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.swf-titletip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}
.swf-titletip-right {
    top: -5px;
    left: 125%;
}
.swf-titletip-bottom {
    top: 135%;
    /*left: 50%;
    margin-left: -60px;*/
}
.swf-titletip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

/************Rubriker**********/
.page-title {border-bottom: 1px solid #ececec;font-weight: bold;padding-bottom: 8px;}
h3.m_title{font-size: 26px;line-height: 1.6;font-weight: bold;text-shadow: 0 1px 0 rgb(255 255 255 / 70%);}

h1, h2, h3, h4, h5, h6 {font-family: var(--header-font);font-weight:700;color: var(--primary-header);}
h1.negative-header, h2.negative-header, h3.negative-header, h4.negative-header, h5.negative-header, h6.negative-header {font-family: var(--header-font);font-weight:bold;color: var(--secondary-header);}
blockquote {margin: 0 0 1rem; padding: 0.7rem 1.25rem 0.7rem 1.25rem; border-left: 2px solid #ccc; font-size: 1.11rem; color: #eee; font-weight: 500; background: var(--fourth-transparent-color);text-rendering: optimizelegibility;}
ul, ol {padding-left: 30px;color:var(--primary-color);}
a{background-color:transparent;color: var(--link-color-one);text-decoration:none;cursor:pointer}
a:focus,a:hover{color:var(--link-color-one-hover);text-decoration:underline;}
a img{border:0}

    h1 {font-size: 1.5rem;}
    h2 {font-size: 1.25rem;}
    h3 {font-size: 1.1875rem;}
    h4 {font-size: 1.125rem;}
    h5 {font-size: 1.0625rem;}
    h6 {font-size: 1rem;}


@media screen and (min-width: 60em) {
    h1 {font-size: 2.25rem;}
    h2 {font-size: 2.2rem;}
    h3 {font-size: 1.9375rem;}
    h4 {font-size: 1.5625rem;}
    h5 {font-size: 1.25rem;}
    h6 {font-size: 1rem;}
}

/**No top content**/
/*.public.no-top-content {margin-top: 0px;}
.public.top-content {position: relative;top: -125px;}
@media all and (max-width: 1023px){
    .public.top-content {position: relative;top: 0px;}
}*/

/******SWF BOXES******/
.swf-box{background: var(--primary-color);padding:1rem;border-radius:1rem .5rem;color:var(--third-text);margin-bottom:1rem;transition: all .2s ease-in-out 0s;}
.swf-box:hover {background: var(--third-color);box-shadow: 0px 0px 4px 2px rgba(0,0,0,.15);}
.swf-box h1, .swf-box h2, .swf-box h3, .swf-box h4, .swf-box h5, .swf-box h6 {font-family: var(--header-font);font-weight:bold;color: var(--secondary-header);}

.swf-box p {font-family: var(--primary-font);color: var(--third-text);}
.swf-box-left{border: 1px solid var(--third-transparent-color); margin-right: -0.6rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
.swf-box-center{border: 1px solid var(--third-transparent-color); margin-left: -0.6rem; margin-right: -0.6rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
.swf-box-right{border: 1px solid var(--third-transparent-color); margin-left: -0.6rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
@media all and (max-width: 640px){
    .swf-box-left{margin-left: 0rem;margin-right: 0rem; margin-bottom:.5rem;padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
    .swf-box-center{margin-left: 0rem;margin-right: 0rem; margin-bottom:.5rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
    .swf-box-right{margin-left: 0rem;margin-right: 0rem; margin-bottom:.5rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
}
.swf-custom-section p,
.swf-custom-section h1,
.swf-custom-section h2,
.swf-custom-section h3,
.swf-custom-section h4,
.swf-custom-section h5,
.swf-custom-section h6,
.swf-custom-section a{color:var(--link-color-one);}
.swf-custom-section a:hover{color:var(--link-color-one-hover);}



/*************PARALLAX***************************/

#swfParallaxID_1.swfParallax, #swfParallaxID_1.swfParallax .swfParallaxImage{height: auto; min-height: 200px;}
#Laral.swfParallax, #Laral.swfParallax .swfParallaxImage{height: 400px;}
body{overflow-x: hidden;}
aside{position:relative;z-index:10;}
.swfImageInfoWrap{text-align: right;padding: 5px;}
.plg_system_eprivacy_module .plg_system_eprivacy_message {
border:1px solid #a9a900;
background-color:#ffffe1;
padding:5px;
}

.swfParallax,.swfParallaxImage{background:linear-gradient(var(--third-transparent-color),var(--third-transparent-color)), url(../images/background.jpg);}
/*.swfParallax,.swfParallaxImage{background:radial-gradient(var(--fourth-transparent-color),var(--primary-transparent-color)), url(../images/background.jpg);}*/
.swfEmbeddedNode{clear:both}.swfEmbeddedNode
img{display:none}
.swfParallaxWrap{background-color:transparent;left:0;position:relative;width:100%;z-index:1}
.swfParallaxImage{background-attachment:fixed;background-color:#222;background-position:center center;background-repeat:no-repeat;background-size:cover}
.swfImageInfoWrap{bottom:0;margin-left:auto;margin-right:auto;position:absolute;width:100%;background-color:#EEE}
.swfImageInfo{margin-left:auto;margin-right:auto;max-width:940px}
.swfImageInfoCaption{color:#fff}
.parallax-content {padding-top:12px; padding-bottom:12px;}
.parallax-content p {color:#fff;}
.parallax-content H2 {color:#fff;}


/******START BOXES******/
/*.public #turridning-container, 
.public #ridlekis-container, 
.public #ridecamp-container, 
.public #information-container {padding-bottom: 1rem;cursor: pointer!important;transition: all .2s ease-in-out 0s;}

.public #turridning-container:hover, 
.public #ridlekis-container:hover, 
.public #ridecamp-container:hover, 
.public #information-container:hover {}*/

/******INNER BOXES******/
.swf-inner-box{border: 1px solid #ececec; box-shadow: 2px 2px 4px #ccc; padding-top: 12px; margin-top: 12px; width: 49%;}

/******Read More********/
.swf-read-more {position: absolute;bottom: 10px;left: -10px;font-size: .8rem;color: #fff;background: var(--link-color-one);padding: 4px 12px;transition: all .2s ease-in-out 0s;border-radius: 2px;cursor: pointer;}
.swf-read-more:hover {background:var(--link-color-one-hover);position: absolute;bottom: 10px;left: 10px;box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 25%);}

/***Callout button***/
.swf-callout-knapp {background: rgba(255,255,255,0.1);background-image: linear-gradient(180deg,rgba(100,100,100,.5) 0%,rgba(0,0,0,0.9) 100%); width: 95%; min-width: 175px; border-radius: 4px;padding: 10px;text-align: center; border: 1px solid rgba(53,71,0,0.8); margin-bottom: 6px; color: #ffffff; transition: all 1s ease-in-out 0s;}
.swf-callout-knapp:hover {background: rgba(255,255,255,0.1); background-image: linear-gradient(180deg,var(--fourth-transparent-color) 0%,rgba(0,0,0,0.9) 100%); border: 1px solid rgba(53,71,0,0.8);transition: all 1s ease-in-out 0s;}
 
/* ------------     custom-image-border   ------------  */
.custom-image-border {border: 1px solid #ececec; padding:10px 10px 10px 10px;background:var(--secondary-color); color:var(--primary-text);box-shadow: 0px 2px 8px 0px #ccc; -moz-box-shadow:  0px 2px 8px 0px #ccc; -webkit-box-shadow:  0px 2px 8px 0px #ccc; -khtml-box-shadow:  0px 2px 8px 0px #ccc; }


/*** HEADER -> LOGO - MENY ***********/
.header.public {position: -webkit-sticky;position: sticky;top: 0px;display: block;z-index: 999;background: var(--horiz-menu-background-color-one);width: 100%;height: 65px;border-bottom: 1px solid #e8bfba;/*transition: all .2s ease-in-out 0s;*/}
body.medium-media .header {position: -webkit-sticky; position: sticky; top: 0px; z-index: 999; background: var(--horiz-menu-background-color-two); width: 100%; height: 55px; border-bottom: 0px solid #1b234155; /*transition: all .2s ease-in-out 0s;*/}
body.small-media .header.public {position: -webkit-sticky;position: sticky;top: 0;z-index: 999;background: var(--mobile-menu-background-color) /* var(--primary-color)*/;width: 100%;height: 55px;border-bottom: 0px solid #1b234155;}

.logo {padding: 3px 0 0 5px;}
.public img.logo{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* START MENU ADJUSTMENTS - GO */
/*body.large-media ul.swf-horizontal-menu li.btn.aktuellt > a {
    color: var(--primary-color);

}
body.large-media li.btn.aktuellt {
        background: var(--secondary-color);
        color: #fff;
        font-weight: 500;
        transition: all 0.2s ease-in-out 0s;
    }
@media all and (min-width: 1024px){
    body.large-media li.btn.aktuellt {
        position: absolute;
        right: 4rem;
        top: 2.7rem;
        background: var(--secondary-color);
        color: #fff;
        font-weight: 500;
        transition: all 0.2s ease-in-out 0s;
    }

    body.large-media .header.public.mini li.btn.aktuellt {
        position: absolute;
        right: 4rem;
        top: .4rem;
    }

}*/


/*body.large-media li.btn.search {
    position: absolute;
    right: .5rem;
    top: 2.7rem;
    background: var(--secondary-color);
    color: #fff;

    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
}
body.large-media ul.swf-horizontal-menu li.btn.search > a {
    color: var(--primary-color);

}
body.large-media .header.public.mini li.btn.search {
    position: absolute;
    right: .5rem;
    top: .4rem;
}*/

/* END MENU ADJUSTMENTS - GO */
/*#swf-main-search-wrapper{display:none;
}
#swf-main-search-wrapper.active{display:none;}*/


/*#swf-main-search-wrapper .swf-button-close.btn-close-profile {
    font-size: 1.5rem;
    position: absolute;
    top: -4px;
    right: 0px;
    color: #fff;
    background: #555;
    padding: 0.35rem 0.5rem;
    border-radius: 0px 0px 0px 6px;
}
#swf-main-search-wrapper{display: none;position: fixed;top: 146px;right: 0;width: 400px;padding: 1rem;background: #fff;border-radius: 6px 0px 0px 6px;box-shadow: 0px 6px 8px 2px rgba(0,0,0,.10);animation: fadeIn .5s ease-in both;}
#swf-main-search-wrapper.inactive{display: none;opacity: 0;}
#swf-main-search-wrapper.active{display: block; z-index: 99;}
input#go-search{border-radius:4px;}
.search-icon {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 16px;

    padding: 8px 10px;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: inherit;
    text-align: center;
    text-shadow: 0 0px 0 #ffffff;
    background: #f1f1f1;
    color: #1475BC;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 0;
    transition: all .4s ease;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left:1px solid #ddd;

}*/


.header.public img.logo {height: 35px; /*max-height: 115px; transition: all .2s ease-in-out 0s;*/z-index: 99;}
@media all and (max-width: 1023px){
    .header.public img.logo {max-height: 90px;}
}
body.small-media .header.public img.logo {max-height: 65px; /*transition: all .2s ease-in-out 0s;*/}

/* Meny - Horisontell */
.header.public #swf-site-top-navigation {width: auto; float: right; display: block; width: 100%; min-width: 200px; background: transparent; /*transition: all .2s ease-in-out 0s;*/ margin-top: .9rem; margin-right: 0;}
    .header.public #swf-site-top-navigation ul.swf-horizontal-menu {display: none;list-style: none;padding: 0;text-align: right;margin: 0;}
        .header.public #swf-site-top-navigation ul.swf-horizontal-menu li.btn {display: inline;white-space: nowrap;}
    
/* Meny - Mobil */
#main-header.header .menu {position: relative;} /* ADMIN */
.header.public #swf-mobile-menu-container {position: absolute;top: .4rem;right: 1rem;background: #fff;padding: .25rem.5rem;border-radius: .75rem;}
body.small-media .header.public.mini #swf-mobile-menu-container {top: .1rem;}
    
    /**HOPPLA**/.header.public #swf-mobile-menu-button {display: none;}
    /**HOPPLA**/body.small-media .header.public #swf-mobile-menu-button {display: inline-block; cursor: pointer;}
    .swf-mobile-menu-bar1, .swf-mobile-menu-bar2, .swf-mobile-menu-bar3 {width: 1.75rem;height: 3px;background: var(--primary-color);margin: 6px 0;transition: 0.1s;border-radius: 2px;}
    .open .swf-mobile-menu-bar1 {transform: rotate(-0deg) translate(0px, 9px); opacity: 0; transition: .8s ease;}
    .open .swf-mobile-menu-bar2 {width: 1.75rem; height: 4px; background: var(--primary-color); margin: 6px 0; transition: .1s;border-radius: 2px;}
    .open .swf-mobile-menu-bar3 {transform: rotate(-0deg) translate(0px, -9px); opacity: 0; transition: .8s ease;}

.header.public #swf-site-top-navigation ul.swf-vertical-menu {position: absolute;right: 0;top: 55px;display: none;list-style: none;padding: 5px 10px;min-width: 320px;width: auto;background: var(--secondary-color);transition: all .0s ease;z-index: 999;}
body.small-media .header.public.mini #swf-site-top-navigation ul.swf-vertical-menu {top: 51px; /*transition: all .2s ease;*/}
    .header.public #swf-site-top-navigation ul.swf-vertical-menu li.btn {display: block;}       

/*-----CHASER MENU-----*/
.header.public.mini {position: -webkit-sticky;position: sticky;top: 0;display: block;z-index: 999;background: var(--horiz-menu-background-color-two) /* var(--primary-color)*/;width: 100%;height: 65px !important;border-bottom: 1px solid #e8bfba;}
body.small-media .header.public.mini {position: -webkit-sticky;position: sticky;top: 0;z-index: 999;background: var(--mobile-menu-background-color) /* var(--primary-color)*/;width: 100%;height: 55px !important;border-bottom: 1px solid #e8bfba;}

.header.mini .logo h1 {font-size: 2.5vh; padding-top: 0px;}
body.small-media .header.public.mini img.logo {max-height: 40px; /*transition: all .2s ease-in-out 0s;*/}

.header.public.mini img.logo {max-height: 55px; /*transition: all .2s ease-in-out 0s;*/}
.header.public.mini #swf-site-top-navigation {margin-top: .6rem; float: right; }

.header.mini .menu {margin-top:4px; /*transition: all 2s ease-in-out 0s;*/}
/*.header.mini .menu > li > a {display: block; padding: .3rem 1rem; line-height: 1;}*/

/*** iQlizer ***/
/*.iqlizer .iqlizer-col {height: auto;}*/

img.swf-photo-crop-circle
 {-webkit-border-radius: 100%; -moz-border-radius: 100%;border-radius: 100%;border: 3px solid var(--secondary-color);position: relative;padding: 5px;background: #fff;}
 img.swf-photo-crop-square
 {-webkit-border-radius: 100%; -moz-border-radius: 12px;border-radius: 12px;border: 3px solid var(--secondary-color);position: relative;padding: 5px;background: #fff;}

/*************ZOOM IMAGE   https://w3bits.com/css-image-hover-zoom/   ************/
    /* [1] The container */
    .swf-hover-zoom {
        text-align:center;
      height: 500px; /* [1.1] Set it as per your need */
      overflow: hidden; /* [1.2] Hide the overflowing of child elements */
      /*background: var(--secondary-color);
      color:var(--primary-color);
      border-radius: 6px;*/
    }

    
    /* [2] Transition property for smooth transformation of images */
    .swf-hover-zoom img{
        max-width: 350px;
      transition: transform .5s ease;
      transform: scale(.9);
    }



    
    /* [3] Finally, transforming the image when container gets hovered */
    .swf-hover-zoom:hover img {
      transform: scale(1);
    }
    @media all and (max-width: 412px){
        .swf-hover-zoom{height: auto;}
        img.swf-photo-crop-circle {max-width: 275px;}
        img.swf-hover-zoom:hover  {
          transform: scale(.9);
        }
    }

    /* STARTSIDAN */
    .swf-hover-zoom-2 {
      height: 500px; /* [1.1] Set it as per your need */
      overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    }
    
    /* [2] Transition property for smooth transformation of images */
    .swf-hover-zoom img {
      transition: transform .5s ease;
    }
    
    /* [3] Finally, transforming the image when container gets hovered */
    .swf-hover-zoom:hover img {
      transform: scale(1);
    }



/*** MFP - Magnificent Popup ***/
swf-image-gallery-item:hover {cursor: pointer;}
.mfp-iframe-scaler iframe {
  background-color: var(--primary-color) !important;
  background-clip: content-box;
}
.mfp-file .mfp-iframe-holder .mfp-content {max-width: 1200px !important;}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
/*FIX 2022-06-30 Popup täcker hela sidan samt större knapp för stäng*/
button.mfp-close {
    position: absolute!important;
    right: 0px!important;
    font-size: 4rem;
    background: rgba(0,0,0,.5);
    width: 50px!important;
    border-radius: 4px;
}

/**********BUTTON***************/
.button{display: inline-block; text-align: center; cursor: pointer; -webkit-appearance: none; transition: all .25s ease-out; border: 1px solid rgba(255,255,255,0.6); border-radius: 2px; padding: .85em 1em; margin: 0 .5rem 1rem 0; font-size: .9rem; width: auto; min-width: 100px;}
body.small-media .button{display: inline-block; text-align: center; cursor: pointer; -webkit-appearance: none; transition: all .25s ease-out; border: 1px solid rgba(255,255,255,0.6); border-radius: 2px; padding: .45em 0em; margin: 0 .2rem .5rem 0; font-size: .9rem; width: auto; min-width: 45px;}
body.small-media .button:before {font-size: 1.3rem;}
.button:focus,
.button:hover{cursor: pointer; background: #000; color: #fff;}

/********BUTTON BOX*****************************/
.button-box {width: 100%;max-width: 350px;background: rgba(0,0,0,.05);margin: 0 auto;padding: 1rem;text-align: center;border-radius: 3px;margin-top: 1rem;}

/********SWF-BUTTON*****************************/
.swf-button {
    color: var(--button-text-color-one); display: block; text-align: center; border-radius: 2px; padding: .45em .8em; margin-top: 2px;margin-bottom: 2px; margin: 0 auto; width: 90%; box-shadow: 0px 0px 5px 1px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1); transition: all 0.2s ease-in-out 0s;
    background: var(--button-background-color-one);
}
.swf-button a {color: var(--button-text-color-one);}
.swf-button:hover {background:var(--button-background-color-one-hover);color:var(--button-text-color-one-hover); border:1px solid rgba(0,0,0,.25); text-decoration:none;}
.swf-button:active, .swf-button:visited {color: var(--button-text-color-one-hover);}
/*.swf-button:visited {background:rgba(100,100,100,.1);}*/


.swf-button-small {
    color: var(--button-text-color-one); display: block; text-align: center; border-radius: 2px; padding: .45em .8em; margin-top: 2px;margin-bottom: 2px; margin: 0 auto; width: 90%; box-shadow: 0px 0px 5px 1px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1); transition: all 0.2s ease-in-out 0s;
    background: var(--button-background-color-one); max-width: 300px;}
.swf-button-small a {color: var(--button-text-color-one)}
.swf-button-small:hover {background:var(--button-background-color-one-hover);color:var(--button-text-color-one-hover); border:1px solid rgba(254,254,254.6); text-decoration:none;}


/********SWF-NAVIGATION*****************************/
/* Style the menu buttons */
/*#swf-site-top-navigation ul > li.btn {margin-left: 2px;}*/



/*.swf-horizontal-menu>li>a {padding: 0rem .5rem;}*/

@media all and (max-width: 1023px){
    .swf-horizontal-menu>li>a {
        padding: 0rem .25rem;
    }
}
/* HEMKÖP */
.hk-big{width: 100%; object-fit: cover;border-radius: 1.5rem;}
@media all and (max-width: 640px){
    .hk-big{border-radius: .75rem;}
}

.swf-horizontal-menu>li>a:hover {/*text-decoration: underline;*/}
ul.swf-horizontal-menu li.btn > a {color: var(--button-text-color-one);letter-spacing:.03rem;padding: 0.5rem 0.5rem 1rem 0.5rem;transition: letter-spacing 0.2s ease;text-align:center;text-decoration:none;}
ul.swf-horizontal-menu li.btn > a:hover {color: var(--button-text-color-one);letter-spacing:0;letter-spacing: 0.5px;text-decoration:none;text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;text-decoration:none;}
ul.swf-horizontal-menu li.btn.active > a {text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;color: var(--button-text-color-one);/* text-transform: uppercase; */letter-spacing:0.03rem;border-bottom: 2px solid rgba(238, 28, 46, 1);text-decoration:none;}
ul.swf-horizontal-menu li.btn.active > a:hover {color: var(--button-text-color-one);text-decoration:none;}

    /* Horizontal Submenu 1 */
    ul.swf-horizontal-submenu {display: none; list-style: none;}
    ul.swf-horizontal-submenu.active {position: absolute; left: -20px; top: 45px; padding: 5px 0 0; background: var(--horiz-menu-background-color-one); text-align: left; min-width: 200px; width: auto; 
        font-weight: normal; font-size: 90%;}
    .header.public.mini ul.swf-horizontal-submenu.active {top: 43px;}
    @media all and (max-width: 1023px){
        ul.swf-horizontal-submenu.active {top: 64px;}
        .header.public.mini ul.swf-horizontal-submenu.active {top: 49px;}
    }
    ul.swf-horizontal-submenu.active.right {left: 0;}       
    
    ul.swf-horizontal-submenu.active li {margin-left: 0px; padding: 5px 10px;}
    ul.swf-horizontal-submenu.active li:last-child {border: 0;}

    ul.swf-horizontal-submenu {background:var(--horiz-menu-background-color-one); padding: 5px 0px 0px}  
    ul.swf-horizontal-submenu li:hover {background: var(--fifth-transparent-color); padding: 5px 10px; transition: all .2s ease-in-out 0s;}
    ul.swf-horizontal-submenu li a {display: block; width: 100%; padding: 5px 0px 0px 12px;border-bottom: 0px solid rgba(255,223,0,0.5);text-transform: unset;}
    ul.swf-horizontal-submenu > li.active > a:before {content: "\f054"; font-family: FontAwesome; font-size: 90%; font-weight: 100; margin-right: 5px;padding: 5px 0px 0px 0px;}
    /*ul.swf-horizontal-submenu > li a:not(:active) {padding-left: 12px;}*/

        /* Horizontal Submenu 2 */
        ul.swf-horizontal-subsubmenu {display: none; width: auto; list-style: none; background: transparent; padding: 0px 0px; margin-left: 0px; margin-right: 0px; 
            margin-top: 10px; width: 100%;}
        ul.swf-horizontal-subsubmenu li {display: block; position: relative; left: 0px;}
        ul.swf-horizontal-subsubmenu li:hover {margin-left: 0px; display: block;}
        ul.swf-horizontal-subsubmenu li a {margin-left: 0px;}
        ul.swf-horizontal-subsubmenu li a:hover {margin-left: 0px;}
        ul.swf-horizontal-subsubmenu li a:before {content: none;}
        ul.swf-horizontal-subsubmenu li.active a:before {content: "\f054"; font-family: FontAwesome; font-size: 80%; font-weight: 100; margin-right: 5px;}      

/* Small media */       
body.small-media li.btn {
    border: none;
    outline: none;
    padding: 5px 4px;
    cursor: pointer;
    border-radius: 0px;
    font-weight:600;
    transition: all .2s ease-in-out 0s;
    background: transparent;
    color: #f2f2f2;
    text-decoration:none;
    cursor: pointer;
    border-bottom: 1px solid var(--primary-color);
    padding: 8px;
    }
body.small-media li.btn:last-child(border-bottom: 4px solid var(--primary-color));
body.small-media li.btn {margin: 1px 6px 1px 6px;}
body.small-media li.btn.active {/*margin: 1px 0px 1px 6px;*/color: rgb(156, 153, 148);/*background: rgba(0,0,0,.025); border-bottom: 1px solid rgba(255,223,0,0.25); *//* padding: 8px; */}
body.small-media li.btn:hover {/*margin: 1px 6px 1px 6px;*/color: rgb(156, 153, 148);}
body.small-media li.btn a {color: var(--primary-color);/*text-transform: uppercase;*/font-size: 14px;border-bottom: 0px solid var(--primary-color);text-decoration: none;}
body.small-media li.btn a:hover {color: rgb(156, 153, 148);text-decoration: none;}

ul.swf-vertical-menu li.btn.active > a {color: rgb(156, 153, 148);}
ul.swf-vertical-menu li.btn.active > a:hover {color: rgb(156, 153, 148);}
ul.swf-vertical-menu > li.active > a:before {content: "\f054"; font-family: FontAwesome; font-size: 80%; font-weight: 100; margin-right: 5px;}
    
    /* Vertical Submenu 1 */
    ul.swf-vertical-submenu {display: none;list-style: none; margin-left: -20px; margin-bottom: -5px; margin-right: -5px;}
    ul.swf-vertical-submenu.active {position: relative; left: 0; top: 0; padding: .3rem 0 .5rem 10px; background: transparent; text-align: left; width: auto; margin-left: 0;}
    ul.swf-vertical-submenu.active > li {margin-left: 0;}
    ul.swf-vertical-submenu.active > li {margin-left: 0;}
    ul.swf-vertical-submenu > li.active > a:before {content: "\f054"; font-family: FontAwesome; font-size: 90%; font-weight: 100; margin-right: 5px;padding-left: 8px;}
    
    ul.swf-vertical-submenu.active > li.active > a{padding-left: 10px;}
    ul.swf-vertical-submenu.active > li > a {text-transform: capitalize;font-weight: normal;padding-left: 0px;}
    ul.swf-vertical-submenu.active > li.active {background: var(--mobile-menu-background-color);}
    ul.swf-vertical-submenu.active > li.active > a {color: #fff;padding-left: 0px;margin-left: -4px;}

    ul.swf-vertical-menu li.btn.active.has-submenu.open > a {font-weight: bold;}

        
        /* Vertical Submenu 2 */
        ul.swf-vertical-subsubmenu {display: none; width: auto; list-style: none; background: transparent; padding: 0px 0px; margin-left: 10px; margin-right: 0px; 
            margin-top: .3rem; width: 100%;}
        ul.swf-vertical-subsubmenu > li.active > a:before {content: "\f054"; font-family: FontAwesome; font-size: 90%; font-weight: 100; margin-right: 5px;}

        ul.swf-vertical-subsubmenu.active > li a {text-transform: capitalize;}
            
/* Ikoner: plus & minus */  
ul.swf-horizontal-submenu .has-subsubmenu-icon {position: absolute; top: 10px; right: 0px; width: 30px; text-align: right; padding-right: 10px; font-size: 1.4rem;}
ul.swf-vertical-menu li.has-submenu .has-submenu-icon {position: absolute; top: 0; right: 0; width: 30px; text-align: right; padding-right: 10px;}
ul.swf-vertical-menu li.has-submenu .has-subsubmenu-icon {position: absolute; top: 0; right: 0; width: 30px; text-align: right; padding-right: 5px; padding-top: 5px;}
    .swf-icon-plus {position: absolute; top: 0; right: 10px; margin-right: 0; color: #fff; font-size: 1.4rem; transition: all .2s ease-in-out;}
    .swf-icon-minus {position: absolute; top: 0; right: 10px; margin-right: 1px; color: #fff; font-size: 2rem; transition: all .2s ease-in-out; line-height: 30px;}

/*li.btn a{color: #fff; text-decoration: none; border-bottom: 0px solid rgba(255,255,255,0.6); white-space: nowrap; padding: .7rem 0rem;}*/
/*li.btn.active a{background: transparent; color: #444; text-decoration: none; cursor: pointer; border-bottom: 0px solid rgba(0,0,0,.4); padding-bottom: 6px;}*/
/***HOPPLA***/
/*li.btn.active ul.swf-horizontal-submenu a{background: transparent; color: #fff; text-decoration: none; cursor: pointer; border-bottom: 0px solid rgba(0,0,0,.4); padding-bottom: 6px;}
li.btn a:hover{background-color: transparent; color: #f4f4f4; text-decoration: none; cursor: pointer; border-bottom: 0px solid rgba(255,255,255,.4); padding-bottom: 6px;}*/
/***HOPPLA***/
/*body.small-media ul.swf-vertical-menu li.btn a{display:block;color: #fff;text-decoration: none;border-bottom: 0px solid rgba(255,255,255,0.6);white-space: nowrap;padding: .0rem .0rem;font-size: 1.1rem;}
body.small-media ul.swf-vertical-menu li.btn.active a{display:block;background: transparent;color: #fff;text-decoration: none; cursor: pointer; border-bottom: 0px solid rgba(255,255,255,1);}
body.small-media ul.swf-vertical-menu li.btn.active a:before {content: "\f054"; font-family: FontAwesome; font-size: 90%; font-weight: 100; margin-right: 5px;}
body.small-media ul.swf-vertical-menu li.btn.active ul.swf-vertical-submenu a:before {content: ""; font-family: FontAwesome; font-size: 90%; font-weight: 100; margin-right: 5px;}
body.small-media ul.swf-vertical-menu li.btn a:hover{display:block; background-color: transparent; color: #f4f4f4; text-decoration: none; cursor: pointer;border-bottom: 0px solid rgba(255,255,255,.4); padding-bottom: 0px;}
*/

/*-------Menu anchor-----*/
.anchor {position: relative; top: -50px; height: 1px; display: block;}

/*-----CONTENT-----*/   
.container{max-width:1170px;background:var(--primary-transparent-color); margin: 0 auto; padding-top: 125px;}
#swf-page-content-outer-wrapper {margin-top: 2rem; margin-bottom: 2rem;}
#swf-page-content-top-container.boxed-layout {margin: 0 auto; max-width: 75rem;}
#swf-page-content-top-container-content-source.boxed-layout {position: relative; margin: 0 auto; max-width: 75rem;}

img#swf-page-content-top-image-container {object-fit: cover; object-position: 0% 0%; width: 100%; max-height: 400px;}

/**********Section /Stycke***********/
.section-start{margin-top: 130px;}
.section {margin-bottom:2rem;margin-top:1rem;padding:1rem;background: rgba(255, 255, 255, 1);border-radius:1rem;}
body.small-media .section {margin-top:.5rem;padding:1rem 0 0 0;}

body.small-media .small-12.columns {margin-bottom: 1rem;}

/*************Undersidesnavigering**************/
/***HOPPLA 3***/#swf-sub-pages-navigation-container {display: block; background: transparent; margin: 0;}
/***HOPPLA 4***/#swf-prev-sub-page-container {text-align: right; margin-top: 2rem;}
/***HOPPLA 5***/#swf-next-sub-page-container {text-align: left; margin-top: 2rem;}
/***HOPPLA 6***/#swf-prev-sub-page {display: inline-block; font-size: 2rem;color:var(--primary-transparent-color);}
/***HOPPLA 7***/#swf-next-sub-page {display: inline-block; font-size: 2rem;color:var(--primary-transparent-color);}
/***HOPPLA 8***/#swf-prev-sub-page:hover {color:var(--secondary-transparent-color);}
/***HOPPLA 9***/#swf-next-sub-page:hover {color:var(--secondary-transparent-color);}

/* SWF-REF: 16 */
@media all and (min-width: 1350px){
    #swf-sub-pages-navigation-container {display: block; background: transparent; margin: 0;}
    #swf-prev-sub-page-container {text-align: left; margin-top: 2rem; position: fixed;top: 50%; left: 4%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
    #swf-next-sub-page-container {text-align: right; margin-top: 2rem; position: fixed;top: 50%;right: 4%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); 
    transform: translateY(-50%);}
    #swf-prev-sub-page {display: inline-block; font-size: 3rem;}
    #swf-next-sub-page {display: inline-block; font-size: 3rem;}
}
/* //SWF-REF: 16 */

/*************PRODUCT IMAGE**************/
.product-img {background-repeat: no-repeat; background-position: top; padding-top: 0px; background-size: cover; width: 100%; height:100%; min-height: 350px;border-radius:4px;}
.product-box{background: linear-gradient(to bottom, rgba(255,255,255,.25) 0%,rgba(255,255,255,.05) 80%);transition: all .4s ease-in-out 0s;min-height: 350px;padding:6px;border-radius: 4px;margin-bottom:12px;}
.product-box:focus,.product-box:hover,.product-box:active{background: linear-gradient(to bottom, rgba(255,255,255,.35) 0%,rgba(255,255,255,.05) 80%);transition: all .4s ease-in-out 0s; min-height: 350px;border-radius:4px;}
.is-active>.product-box{background: rgba(255,255,255,0.7);font-weight:700; min-height: 350px;border-radius:4px;}

.product-text {text-align:center;font-size: 14px; padding-top: 80px;color: #fff;min-height: 350px; vertical-align: middle;}
.product-text:focus,.testamonial-text:hover,.testamonial-text:active {text-align:center;font-size: 14px; padding-top: 80px;color: #454545;min-height: 350px; vertical-align: middle;}
.is-active>.product-text{text-align:center;font-size: 14px; padding-top: 80px;color: #454545;min-height: 350px; vertical-align: middle;}


/*************SWF-PRODUCT IMAGE**************/
.swf-product-img {background-repeat: no-repeat; background-position: top; padding-top: 0px; background-size: cover; width: 100%; height:100%; border-radius:4px;}
.swf-product-box{background: linear-gradient(to bottom, rgba(255,255,255,.02) 20%,rgba(255,255,255,0.05) 60%);transition: all .4s ease-in-out 0s;padding: 12px 12px 14px 12px;border-radius: 4px;margin-bottom:10px;}
.swf-product-box:focus,.swf-product-box:hover,.swf-product-box:active{background: linear-gradient(to bottom, rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 80%);transition: all .4s ease-in-out 0s;border-radius:4px;}
.is-active>.swf-product-box{background: rgba(255,255,255,0.7);font-weight:700;border-radius:4px;}

.swf-product-text {text-align:center;font-size: 14px;color: #fff;vertical-align: middle;}
.swf-product-text:focus,.product-text:hover,.product-text:active {text-align:center;font-size: 14px; color: #454545;vertical-align: middle;}
.is-active>.swf-product-text{text-align:center;font-size: 14px; color: #454545;vertical-align: middle;}

/*************TEAM Product**************/
.team_product{background: linear-gradient(to bottom, rgba(255,255,255,.25) 0%,rgba(255,255,255,.05) 80%);transition: all .4s ease-in-out 0s; transition: all .4s ease-in-out 0s;padding: 12px 12px 14px 12px;border-radius: 4px;position:relative}
.team_product:hover{background: linear-gradient(to bottom, rgba(255,255,255,.35) 0%,rgba(255,255,255,.05) 80%);box-shadow:0 0 10px rgba(255,255,255,0.2);border-radius:4px;}
.team_product .details{padding: 0 12px 0;overflow:hidden;opacity:0;filter:alpha(opacity=0);visibility:hidden;position:absolute;background: linear-gradient(to bottom, #121212 20%,#262626 60%);box-shadow:0 12px 20px rgba(255,255,255,.05);-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;font-size: 8px;margin-left: -12px;}
.team_product:hover .details{opacity:1;filter:alpha(opacity=100);visibility:visible;margin-top: 22px;padding-top: 28px;font-size: 12px;border-radius:4px;box-shadow:0 0 6px rgba(255,255,255,0.2);}
.team_product:hover{z-index:2};
.team_product > .details > .desc {padding-top: 20px;}
.team_product > h4,.team_product > h6,.team_product > p {padding:0 12px}
.team_product .details .social-icons{margin:15px 0}
.team_product .details .social-icons li{margin:0 0 0 8px}
.team_product .details .social-icons li:first-child{margin-left:0}
.team_product .grayHoverImg{display:block;position:relative}
.team_product .grayHoverImg img.grayimage{position:absolute;top:0;left:0;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out}
.team_product:hover .grayHoverImg img.grayimage{opacity:0;filter:alpha(opacity=0);}


/******Image embed - products*******/
.image-embed {margin: 0 auto; width: 80%; height: 100%;}

/*************REFERENCE**************/
.reference-img {background-repeat: no-repeat; background-position: top; padding-top: 0px; background-size: cover; width: 100%; height:100%; /*min-height: 250px;*/}
.reference-box{background: transparent; transition: all .4s ease; min-height: 150px;margin-bottom:20px;padding:8px;border-radius: 4px;}
.reference-box:focus,.reference-box:hover,.reference-box:active{background: rgba(255,255,255,0.05);transition: all .4s ease; border-radius: 4px;/*min-height: 250px;*/}
.is-active>.reference-box{background: rgba(255,255,255,0.5);font-weight:700; /*min-height: 250px;*/}

.reference-text {text-align:center;font-size: 14px; padding-top: 80px;color: #fff;vertical-align: middle;/*min-height: 250px;*/}
.reference-text:focus,.testamonial-text:hover,.testamonial-text:active {text-align:center;font-size: 14px; padding-top: 80px;color: #454545;vertical-align: middle;/*min-height: 250px;*/ }
.is-active>.reference-text{text-align:center;font-size: 14px; padding-top: 80px;color: #454545;vertical-align: middle;/*min-height: 250px;*/}

/*************MEMBER**************/
.member-img {background-repeat: no-repeat; background-position: top; padding-top: 0px; background-size: cover; width: 100%; height:100%; /*min-height: 200px;*/}
.member-box{background: transparent; transition: all .4s ease; min-height: 200px;margin-bottom:20px;}
.member-box:focus,.member-box:hover,.member-box:active{background: rgba(0,0,0,0.05);transition: all .4s ease; /*min-height: 200px;*/}
.is-active>.member-box{background: rgba(255,255,255,0.5);font-weight:700;/*min-height: 200px;*/}

.member-text {text-align:center;font-size: 14px; padding-top: 80px;color: #fff;vertical-align: middle;/*min-height: 200px;*/}
.member-text:focus,.testamonial-text:hover,.testamonial-text:active {text-align:center;font-size: 14px; padding-top: 80px;color: #454545;vertical-align: middle;/*min-height: 200px;*/}
.is-active>.member-text{text-align:center;font-size: 14px; padding-top: 80px;color: #454545;vertical-align: middle;/*min-height: 200px;*/}

/*************TEAM MEMBER**************/
.team_member{background: rgba(53,53,53,.9);padding:0 0 5px;position:relative}.team_member:hover{box-shadow:0 0 20px rgba(0,0,0,0.2);border-radius:4px}
.team_member .details{padding:0 20px 0;overflow:hidden;opacity:0;filter:alpha(opacity=0);visibility:hidden;position:absolute;background: rgba(53,53,53,.9);box-shadow:0 12px 20px rgba(253,253,253,.2);-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;font-size:11px}
.team_member:hover .details{opacity:1;filter:alpha(opacity=100);visibility:visible}
.team_member:hover{z-index:2}
.team_member > h4,.team_member > h6{padding:0 20px}
.team_member .details .social-icons{margin:15px 0}
.team_member .details .social-icons li{margin:0 0 0 8px}
.team_member .details .social-icons li:first-child{margin-left:0}
.team_member .grayHoverImg{display:block;position:relative}
.team_member .grayHoverImg img.grayimage{position:absolute;top:0;left:0;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out}
.team_member:hover .grayHoverImg img.grayimage{opacity:0;filter:alpha(opacity=0)}

/*************HOVER BOX IMAGE**************/
.hover-box-img {background-repeat: no-repeat; background-position: top; padding-top: 0px; background-size: cover; width: 100%; height:100%; border-radius:4px;}
.hover-box{padding:6px;border-radius: 2px;margin-bottom:12px;width:100%;min-height: 300px; background-size: 100%;object-fit: cover;background-position-y: -30px;height: 350px;}
.hover-box:focus,.hover-box:hover,.hover-box:active{transition: all .5s!important;}
.is-active>.hover-box{background: rgba(0,136,170,.7);font-weight:700; border-radius:4px;}


.hover-text {text-align:center;font-size: 14px;color: #fff;vertical-align: middle;}
.hover-text:focus,.hover-text:hover,.hover-text:active {text-align:center;font-size: 14px; color: #454545;}
.is-active>.hover-text{text-align:center;font-size: 14px; padding-top: 80px;color: #454545;}


.image-wrap {max-width: 100%;position: relative; text-align:center;width:100%;padding:0px;}
.image-wrap .overlay {
    opacity: 0;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    display: inline-block;
    }
.image-wrap:hover .overlay {position: absolute; top:0; left:0; width:100%; height:100%; color:white!important; text-align:center; padding-top:15%; 
    opacity: 1;
    overflow:hidden;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;}

.blue {background: rgba(0,153,204,.8);}
.black {background: rgba(0,0,0,.7); background-image: url (http://demo.swedishwebforce.se/D2/images/logo/logo_tran-35.png);}
.darkblue {background: rgba(0,136,170,1);}
.blue h3, .darkblue h3, .black h3 {color:#fff;}
blue p, .darkblue p, .black p {color:#fff; padding:4px 16px;}

.image-wrap .details{padding:0 20px 0;overflow:hidden;opacity:0;filter:alpha(opacity=0);visibility:hidden;position:absolute;top: 290px; background: rgba(0,0,0,.2);box-shadow:0 12px 20px rgba(253,253,253,.2);font-size:11px;}
.image-wrap:hover .details{opacity:1;filter:alpha(opacity=100);visibility:visible;}

/****   VIDEO 100%******/
.video-container {
  position: relative;
  top: 0;
  bottom: 0;
  /* width: 100%; */
  /* height: 100%; */
  overflow: hidden;
}


.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 328px;
  /*max-width:1170px;*/
  min-height: 50%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  /* width: auto; */
  height: auto;
  
  /* Center the video */
  /* position: relative; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
}

/*HEMKÖP NEWS*/
.jGNBKTR {
    position: absolute;
    height: 100%;
    width: -webkit-fill-available;
    
}

@media all and (min-width: 1220px),print{.jGNBKTR{bottom: -11%;}}
@media all and (min-width: 1920px){.jGNBKTR{bottom: -11%;}}
/*@media screen and (min-width: 40px),print{.jGNBKTR{bottom: -1rem;border:1px solid lime;}}
@media screen and (min-width: 640px){.jGNBKTR{bottom: -1rem;border:1px solid aliceblue;}}/*!sc*/
/*@media screen and (min-width: 768px){.jGNBKTR{bottom: -1rem;border:1px solid red;}}/*!sc*/
/*@media screen and (min-width: 1024px){.jGNBKTR{bottom: -1rem;border:1px solid orange;}}/*!sc*/
/*@media screen and (min-width: 1440px){.jGNBKTR{bottom: -2.3rem;border:1px solid yellow;}}/*!sc*/
/*@media screen and (min-width: 1900px){.jGNBKTR{bottom: -2.3rem;/*padding:0.5rem 0 0 0;border:1px solid blue;}}/*!sc*/


/*.fqxwkj*/
.swf-grid-row{min-height:15.25rem;display:grid;grid-template-areas:'vector' 'content';grid-template-rows:11.875rem auto;border-radius:1.5rem;overflow-y:hidden;}/*!sc*/
@media screen and (min-width: 768px),print{
    .swf-grid-row{grid-template-areas:'content vector';grid-template-rows:auto;border-radius:2rem;grid-template-columns:minmax(18.75rem,1fr) minmax(12.5rem,1fr);padding: 0 0rem 0 0rem;/*padding:0 3rem 0 4rem;*/gap:0;height:20rem;}
}/*!sc*/
@media screen and (min-width: 1024px){
    .swf-grid-row{grid-template-columns:minmax(26.0625rem,1fr) minmax(0,1fr);height:20rem;}
}/*!sc*/
@media screen and (min-width: 1280px){
    .swf-grid-row{grid-template-columns:auto minmax(0,50rem);column-gap:1rem;}
}/*!sc*/
data-styled.g272[id="sc-f53ef846-0"]{content:"swf-grid-row,"}/*!sc*/

/*.jGNBKT*/
.swf-grid-column-2{grid-area:vector;display:flex;width:100%;height:19.625rem;/* align-items: center; */justify-content: center;}/*!sc*/
@media screen and (min-width: 768px),print{
    .swf-grid-column-2{height:100%;align-self:end;justify-content:end;padding:4.0625rem 0 0 0;}
}/*!sc*/
@media screen and (min-width: 1024px){
    .swf-grid-column-2{padding:4rem 0 0 0;}
}/*!sc*/
@media screen and (min-width: 1220px){
    .swf-grid-column-2{padding:4rem 0 0 0;}}/*!sc*/
@media screen and (min-width: 1440px){.swf-grid-column-2{padding:1rem 0 0 0;}
}/*!sc*/
@media screen and (min-width: 1920px){.swf-grid-column-2{padding:0.5rem 0 0 0;}
}/*!sc*/
.jGNBKT svg{width:100%;height:100%;}/*!sc*/
data-styled.g274[id="sc-f53ef846-2"]{content:"swf-grid-column-2,"}/*!sc*/

.hkr-button {
    background: rgb(234, 24, 42);
    border-radius: 1.5rem;
    line-height: 1.5;
    text-decoration: none;
    margin: 0px;
    font-family: var(--font-objektiv);
    /* color: rgb(234, 24, 42); */
    font-weight: 500;
    font-size: 1rem;
    transition: all .2s ease-in-out 0s;
    height: 40px;
    padding: 0.5rem 2rem;
    width: max-content;
}
.hkr-button:focus,
.hkr-button:hover {background: rgb(207, 27, 43)!important;}
body.small-media .hkr-button {
    background: rgb(234, 24, 42);
    border-radius: 1.5rem;
    line-height: 1.5;
    text-decoration: none;
    margin: 0px;
    font-family: var(--font-objektiv);
    /* color: rgb(234, 24, 42); */
    font-weight: 500;
    font-size: 1rem;
    transition: all .2s ease-in-out 0s;
    height: 40px;
    padding: 0.5rem;
    width:100%;
    margin:0 auto;
}


/*.jAcDcw*/
.swf-grid-column-1 {
    grid-area: content;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: .5rem;
    padding: 1.5rem 1rem;
    background-color: #fcebe9;
    border-radius: 0px 0px 1.5rem 1.5rem;
        max-width: 450px;
}
@media screen and (max-width: 768px){
    .swf-grid-column-1 {width:100%;max-width: 768px;}

}

/*@media screen and (min-width: 768px), print.swf-grid-column-1 {
    background-color: transparent;
    align-items: flex-start;
    justify-content: center;
    border-radius: 0px 0px 2rem 2rem;
    flex: 1 1 0%;
    padding: 0px;
    max-width: 28.125rem;
    height: 20rem;}
}*/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;margin-left:-3px;} 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#newsletter-info{
  display: none;
  /*visibility: hidden;*/
  height: 0;
  margin-bottom: -1rem;
  opacity: 0;
  transition: opacity 300ms ease-out, visibility 0ms ease-out 100ms;
  border-radius:.5rem;
  background: rgb(255,255,255);
}
#newsletter-info.newsletter.active{
 display: block;
  /*visibility: visible;*/
  height: auto;
  margin-bottom: 1rem;
  opacity: 1;
  transition: opacity 300ms ease-in, visibility 0ms ease-in 0ms;
}

#hk-message-container.success-message{ background: green; color:#fff;text-align: center; padding:1.5rem;margin-bottom:2rem; border-radius:1rem;
}
#hk-message-container.info-message{ background: orange; color:#fff;text-align: center; padding:1.5rem;margin-bottom:2rem;border-radius:1rem;
}
#hk-message-container.error-message{ background: red; color:#fff;text-align: center; padding:1.5rem;margin-bottom:2rem;border-radius:1rem;
}
  

/* TOP
position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}*/
/*
FADE IN
animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}*/
/*FADE OUT
animation:opac 0.8s}@keyframes opac{from{opacity:1} to{opacity:0}*/



/**********************************************************************************
    FOOTER
**********************************************************************************/
footer{background:var(--footer-background-primary-color);width:100%;margin-top:42px;padding-top: .2rem;padding-bottom: 0rem;}
.footer-inner {max-width:1200px;background: var(--footer-background-secondary-color);margin:0 auto;color:var(--primary-color);padding-top: 20px;padding-bottom:20px;/* border-top:4px solid rgba(255,255,255,.5); *//* border-radius: 12px; */}
.footer-inner > .column > p {color:var(--primary-color);}
/*** Footer nav menu ***/
.footer-content li {margin-left: 10px;}
.footer-content li.active {margin-left: 10px;}

.footer-content li a{display:inline-block;font-size: .9rem; color: var(--primary-color); text-decoration: none; border-bottom: 0px solid rgba(51,102,154,.6); white-space: nowrap; padding: .2rem .5rem; margin:0.5px 0 1px -12px;border-radius:2px;}
.footer-content li.active a{display:inline-block;background: rgba(255,255,255,.2);color:var(--primary-color);text-decoration: none; min-width: 185px; cursor: pointer; border-bottom: 0px solid rgba(255,255,255,1);}
.footer-content li.active a:before {content: "\f054"; font-family: FontAwesome; font-size:90%; font-weight: 100; margin-right: 5px;}
.footer-content li a:hover{display:inline-block; color: var(--primary-color); background: rgba(255,255,255,.35); text-decoration: none; cursor: pointer; min-width: 185px; border-bottom: 0px solid rgba(70,139,210,.4);}

.footer-content p {font-size:90%; color:#fff;}
.small-12.medium-6.column.footer-content2 {padding-left: 25px;min-width:165px;}
/*****Footer links****/
.footer-content a {color:var(--primary-color); text-decoration:none;}
.footer-content a:hover {color:var(--primary-color); text-decoration:underline;}

/*****Footer rubriker samt ul li****/
.footer-inner > .column h3 {color: var(--primary-color); display: block; border-bottom: 1px solid rgba(255,255,255,0.5); padding-bottom: 8px; margin-bottom: 12px;font-size: 1.5rem;}
.footer-inner > .column h5 {color: var(--primary-color);display: block; padding-bottom: 0px; margin-bottom: 6px;font-size: 1.15rem;}
.footer-inner >.column> p {padding-left: 10px;font-size: 14px;line-height: 1.15rem;}
.footer-inner >.column> h5 {padding-left: 10px;}
.footer-inner >.column> ul {padding-left: 10px;}

/* Scroll to top */
#swf-scroll-to-top.active {display: block; background-color: rgba(238, 28, 46, 1); border: 0px solid rgba(2,35,0,.85);}
#swf-scroll-to-top {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 0px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(238, 28, 46, 1); 
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px; /* Some padding */
    border-radius: 10px 0px 0px 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}
#swf-scroll-to-top {background-color: rgba(238, 28, 46, .5); color: #fff; border: 0px solid rgba(2,35,0,,0.5); border-right: 0px;}
#swf-scroll-to-top a { font-size: 18px; color: #fff;}
#swf-scroll-to-top:hover {font-weight: 700; background-color: rgba(238, 28, 46, .5); transition: background-color .4s ease;}

/**********************************************************************************
    SLIDER
**********************************************************************************/
/* Slideshow container */
.swf-slideshow-container {max-width: 100%; position: relative; margin: 0; border-top: 0px solid #f2f2f2; height: auto;box-shadow: 0px 8px 8px 0px rgb(0 0 0 / 25%);}

.swf-slideshow-container.boxed-layout {margin: 0 auto; max-width: 75rem;}
.swf-slide img {object-fit: cover;}
body.small-media .swf-slide img {object-fit: cover;max-height: 220px;}

/* Slider arrows  - Squares */
#swf-slideshow-arrow-left.square {display: none; position: absolute; left: 0; top: 40%; color: #999; padding: 20px 30px 20px 20px; background: rgba(0,0,0,.5);}
#swf-slideshow-arrow-left.square:hover {cursor: pointer; background: rgba(0,0,0,1); color: #fff; transition: all .4s ease;}
#swf-slideshow-arrow-left.square:before {content: "\f053"; font-family: FontAwesome; font-size: 2.5rem; font-weight: 100;  transition: color .4s ease;}

body.small-media  #swf-slideshow-arrow-left.square {display: none; position: absolute; left: 0; top: 40%; color: #999; padding: 10px 15px 10px 10px; background: rgba(0,0,0,.5);}
body.small-media  #swf-slideshow-arrow-left.square:hover {cursor: pointer; background: rgba(0,0,0,1); color: #fff; transition: all .4s ease;}
body.small-media  #swf-slideshow-arrow-left.square:before {content: "\f053"; font-family: FontAwesome; font-size: 1rem; font-weight: 100;  transition: color .4s ease;}

#swf-slideshow-arrow-right.square {display: none; position: absolute; right: 0; top: 40%; color: #999; padding: 20px 20px 20px 30px; background: rgba(0,0,0,.5);}
#swf-slideshow-arrow-right.square:hover {cursor: pointer; background: rgba(0,0,0,1); color: #fff; transition: all .4s ease;}
#swf-slideshow-arrow-right.square:before {content: "\f054"; font-family: FontAwesome; font-size: 2.5rem; font-weight: 100; transition: color .4s ease;}

body.small-media  #swf-slideshow-arrow-right.square {display: none; position: absolute; right: 0; top: 40%; color: #999; padding: 10px 10px 10px 15px; background: rgba(0,0,0,.5);}
body.small-media  #swf-slideshow-arrow-right.square:hover {cursor: pointer; background: rgba(0,0,0,1); color: #fff; transition: all .4s ease;}
body.small-media  #swf-slideshow-arrow-right.square:before {content: "\f054"; font-family: FontAwesome; font-size: 1rem; font-weight: 100; transition: color .4s ease;}

/* Slider arrows  - Round */
/*#swf-slideshow-arrow-left.round {display: none; position: absolute; left: 0; top: 40%; width:60px; height:60px; border-radius:30px; color: #999; padding: 5px 20px 0px 12px; margin-left:6px;background: rgba(0,0,0,.5);}
*/
#swf-slideshow-arrow-left.round {display: none; position: absolute; left: 0; top: 50%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);width:60px; height:60px; border-radius:30px; color: #fff; padding: 3px 20px 0px 16px; margin-left:6px;background: var(--primary-color);}
/*  -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);  */
#swf-slideshow-arrow-left.round:hover {cursor: pointer; background: var(--secondary-transparent-color); color: #fff; transition: all .4s ease;}
#swf-slideshow-arrow-left.round:before {content: "\f053"; font-family: FontAwesome; font-size: 2.3rem; font-weight: 100;  transition: color .4s ease;}

body.small-media  #swf-slideshow-arrow-left.round {display: none; position: absolute; left: 0; top: 50%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);width:30px; height:30px; border-radius:15px; color: #fff; padding: 3px 20px 0px 8px; margin-left:6px;background: var(--primary-transparent-color);}
body.small-media  #swf-slideshow-arrow-left.round:hover {cursor: pointer; background: var(--secondary-transparent-color); color: #fff; transition: all .4s ease;}
body.small-media  #swf-slideshow-arrow-left.round:before {content: "\f053"; font-family: FontAwesome; font-size: 1rem; font-weight: 100;  transition: color .4s ease;}

/*#swf-slideshow-arrow-right.round {display: none; position: absolute; right: 0; top: 40%; width:60px; height:60px; border-radius:30px;color: #999; padding: 5px 12px 19px 20px; margin-right:6px;color: #999; background: rgba(0,0,0,.5);}
*/
#swf-slideshow-arrow-right.round {display: none; position: absolute; right: 0; top: 50%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);width:60px; height:60px; border-radius:30px;padding: 3px 12px 19px 16px; margin-right:6px;color: #ffffff; background: var(--primary-transparent-color);}

#swf-slideshow-arrow-right.round:hover {cursor: pointer; background: var(--secondary-transparent-color); color: #fff; transition: all .4s ease;}
#swf-slideshow-arrow-right.round:before {content: "\f054"; font-family: FontAwesome; font-size: 2.3rem; font-weight: 100; transition: color .4s ease;}

body.small-media  #swf-slideshow-arrow-right.round {display: none; position: absolute; right: 0; top: 50%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);width:30px; height:30px; border-radius:15px;color: #999; padding: 3px 8px 19px 10px; margin-right:6px;color: #fff; background: var(--primary-transparent-color);}
body.small-media  #swf-slideshow-arrow-right.round:hover {cursor: pointer; background: var(--secondary-transparent-color); color: #fff; transition: all .4s ease;}
body.small-media  #swf-slideshow-arrow-right.round:before {content: "\f054"; font-family: FontAwesome; font-size: 1rem; font-weight: 100; transition: color .4s ease;}

/* Slider dots - Squares */
#swf-slideshow-dots-container {position: relative; display: block; color: #fff; margin-top: 1rem; text-align: center; z-index: 999;}
.swf-slideshow-dot.square {position: relative; display: inline-block; background: transparent; border: 3px solid #ccc; width: 15px; height: 15px; margin-right: 5px; transition: all .4s ease;}
body.small-media .swf-slideshow-dot.square {position: relative; display: inline-block; background: transparent; border: 2px solid #ccc; border-radius: 0; width: 12px; height: 12px; margin-right: 5px; transition: all .4s ease;}
.swf-slideshow-dot.square:last-child {margin-right: 0;}
.swf-slideshow-dot.square:before {content: " ";}
.swf-slideshow-dot.square:hover {cursor: pointer; background: transparent; border: 3px solid rgba(255,223,0,.9); transition: all .4s ease;}
body.small-media .swf-slideshow-dot.square:hover {cursor: pointer; background: transparent; border: 2px solid rgba(255,223,0,.9); transition: all .4s ease;}
.swf-slideshow-dot.square.active-dot {border: 3px solid rgba(255,223,0,.9); background: rgba(255,223,0,.9); transition: all .4s ease;}
body.small-media .swf-slideshow-dot.square.active-dot {border: 2px solid rgba(255,223,0,.9); background: rgba(255,223,0,.9); transition: all .4s ease;}

/* Slider dots - Round */
#swf-slideshow-dots-container {position: relative; display: block; color: #fff; margin-top: 1rem; text-align: center; z-index: 99;}
body.small-media #swf-slideshow-dots-container {position: relative; display: block; color: #fff; margin-top: .25rem; text-align: center;}
.swf-slideshow-dot.round {position: relative;display: inline-block; background: #fff;border: 2px solid #ccc; border-radius: 7px;width: 14px; height: 14px; margin-right: 5px; transition: all .4s ease;}
body.small-media .swf-slideshow-dot.round {position: relative; display: inline-block; background: #fff; border: 2px solid #ccc; border-radius: 6px; width: 12px; height: 12px; margin-right: 5px; transition: all .4s ease;}
.swf-slideshow-dot.round:last-child {margin-right: 0;}
.swf-slideshow-dot.round:before {content: " ";}
.swf-slideshow-dot.round:hover {cursor: pointer; background: var(--secondary-color); border: 5px solid var(--primary-color);; transition: all .4s ease; z-index: 99;}
.swf-slideshow-dot.round.active-dot {border: 3px solid var(--secondary-color); background: var(--primary-color); transition: all .4s ease; box-shadow: 0px 0px 4px rgba(0,0,0,1);}

/* Slide text */ 
.swf-slide-text {display: none; color: #f2f2f2; font-size: 15px; padding: 5px 10px 4px; background: var(--fourth-transparent-color);padding:2rem; }
.swf-slide-text h1, .swf-slide-text h2, .swf-slide-text h4{color: #f2f2f2;text-shadow: 2px 0 4px #000;} 
.swf-slide-text h1 {font-size: 42px;line-height: 46px;}
.swf-slide-text p {color: #f2f2f2; text-shadow: 2px 0 4px #000;font-size: 20px; padding: 0; margin-bottom: 0;text-align: center;}
.swf-slide-text-position-top {position: absolute; top: 0px; width: 100%; text-align: center;}
.swf-slide-text-position-left-middle {position: absolute; left: 15%; top: 100px; width: auto; min-width: 250px; max-width: 250px; height: auto; max-height: 250px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
.boxed-layout .swf-slide-text-position-left-middle {position: absolute; left: 50px; top: 100px; width: auto; min-width: 250px; max-width: 250px; height: auto; max-height: 250px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
.swf-slide-text-position-center-middle {position: absolute; 
    top: 50%; left: 50%; 
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 width: auto; min-width: 250px; max-width: 75rem; height: auto; max-height: 250px; text-align: left; word-break: break-word; overflow-y: hidden; overflow-x: hidden;}
/*.swf-slide-text-position-center-middle {position: absolute; left: 40%; top: 100px; width: auto; min-width: 250px; max-width: 75rem; height: auto; max-height: 250px; text-align: left; word-break: break-word; overflow-y: hidden; overflow-x: hidden;}

.swf-slide-text-position-center-middle {position: absolute; left: 40%; top: 100px; width: auto; min-width: 250px; max-width: 250px; height: auto; max-height: 250px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}*/
/*.boxed-layout .swf-slide-text-position-center-middle {position: absolute; left: 40%; top: 100px; width: auto; min-width: 250px; max-width: 250px; height: auto; max-height: 250px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
*/

.boxed-layout .swf-slide-text-position-center-middle {position: absolute;width: auto;min-width: 250px;max-width: 450px;height: auto;max-height: 250px;text-align: left;word-break: break-word;overflow-y: auto;overflow-x: hidden;top: 50%!important;left: 50%!important;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);padding: 8px 12px;}

.swf-slide-text-position-right-middle {position: absolute; right: 15%; top: 100px; width: auto; min-width: 250px; max-width: 250px; height: auto; max-height: 250px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
.boxed-layout .swf-slide-text-position-right-middle {position: absolute; right: 50px; top: 100px; width: auto; min-width: 250px; max-width: 250px; height: auto; max-height: 250px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
.swf-slide-text-position-bottom {position: absolute; bottom: 0px; width: 100%; text-align: center;}

body.small-media .swf-slideshow-container {
    max-width: 100%;
    position: relative;
    margin: 0;
    border-top: 0px solid #f2f2f2;
    height: auto;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

body.small-media .swf-slide-text {display: block; color: #f2f2f2; font-size: 80%; padding: 5px 5px 0; background: rgba(0,0,0,0.45);}
body.small-media .swf-slide-text p {color: #f2f2f2; font-size: 14px; padding: 0px; margin: 0;text-align:center;}
body.small-media .swf-slide-text-position-top {position: absolute; top: 0px; width: 100%; text-align: center;}
body.small-media .swf-slide-text-position-left-middle {position: absolute; left: 15%; top: 50px; width: auto; min-width: 150px; max-width: 150px; height: auto; max-height: 150px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
body.small-media .boxed-layout .swf-slide-text-position-left-middle {position: absolute; left: 35px; top: 50px; width: auto; min-width: 150px; max-width: 150px; height: auto; max-height: 150px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}

body.small-media .swf-slide-text h1, .swf-slide-text h2, .swf-slide-text h4{color: #f2f2f2;text-shadow: 2px 0 4px #000;text-align:center;} 
body.small-media .swf-slide-text h1 {font-size: 24px;line-height: 28px;text-align:center;}
/*body.small-media .swf-slide-text-position-center-middle {background:transparent;position: absolute; 
    left: 30%; top: 75px; width: auto; min-width: 150px; 
    max-width: 400px; height: auto; max-height: 150px; text-align: left; word-break: break-word; overflow-y: hidden; overflow-x: hidden;}*/
body.small-media .swf-slide-text-position-center-middle {background:transparent;position: absolute; 
    top: 50%; left: 50%; 
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    width: auto; min-width: 150px; max-width: 400px; height: auto; max-height: 150px; text-align: left; word-break: break-word; overflow-y: hidden; overflow-x: hidden;}
/*body.small-media .swf-slide-text-position-center-middle {position: absolute; left: 40%; top: 75px; width: auto; min-width: 150px; max-width: 150px; height: auto; max-height: 150px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
*/
    
body.small-media .boxed-layout .swf-slide-text-position-center-middle {position: absolute; left: 40%; top: 75px; width: auto; min-width: 150px; max-width: 200px; height: auto; max-height: 150px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
body.small-media .swf-slide-text-position-right-middle {position: absolute; right: 15%; top: 75px; width: auto; min-width: 150px; max-width: 150px; height: auto; max-height: 150px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
body.small-media .boxed-layout .swf-slide-text-position-right-middle {position: absolute; right: 35px; top: 75px; width: auto; min-width: 150px; max-width: 150px; height: auto; max-height: 150px; text-align: left; word-break: break-word; overflow-y: auto; overflow-x: hidden;}
body.small-media .swf-slide-text-position-bottom {position: absolute; bottom: 0px; width: 100%; text-align: center;}

/* Slider animations */
.fade {-webkit-animation-name: fade; -webkit-animation-duration: 2.0s; animation-name: fade; animation-duration: 2.0s;}
@-webkit-keyframes fade {from {opacity: .2} to {opacity: 1}}
@keyframes fade {from {opacity: .2} to {opacity: 1}}

.slide-in {-webkit-animation-name: slidein; -webkit-animation-duration: 2.0s; animation-name: slidein; animation-duration: 2.0s;}
@-webkit-keyframes slidein {from {margin-left: 100%; width: 100%;}  to { margin-left: 0%; width: 100%;}}
@keyframes slidein {from {margin-left: 100%; width: 100%;}  to { margin-left: 0%; width: 100%;}}

.slide-out {-webkit-animation-name: slideout; -webkit-animation-duration: 2.0s; animation-name: slideout; animation-duration: 2.0s;}
@-webkit-keyframes slideout {from {margin-left: 0%; width: 100%;}  to { margin-left: 100%; width: 100%;}}
@keyframes slideout {from {margin-left: 0%; width: 100%;}  to { margin-left: -100%; width: 100%;}}



/**********************************************************************************
    MEDIA QUERIES
**********************************************************************************/
/**************  MENU FIX   *********************/

@media all and (max-width: 1024px){
    ul.swf-horizontal-menu li.btn a {
        font-size: 95%;
    }
    .swf-read-more {left: -6px;}

}
@media all and (max-width: 930px){
    ul.swf-horizontal-menu li.btn a {
        font-size: 85%;
    }

}
@media all and (max-width: 830px){
    ul.swf-horizontal-menu li.btn a {
        font-size: 75%;
    }
}
@media all and (max-width: 640px){
    .custom-image-border {
        border: 1px solid #ececec;
        padding: 10px;
        background-color: #ffffff;
        box-shadow: 4px 4px 8px 2px #ccc;
        -moz-box-shadow: 4px 4px 8px 2px #ccc;
        -webkit-box-shadow: 4px 4px 8px 2px #ccc; 
        -khtml-box-shadow: 4px 4px 8px 2px #ccc;
        margin-bottom: 1rem;
    }
    .swf-inner-box{border: 1px solid #ececec; box-shadow: 2px 2px 4px #ccc; padding-top: 12px; margin-top: 12px; width: 100%;}
}
/*@media all and (max-width: 769px){ 
    .title-bar {display: block! important;}
}
*/
/* ANPASSNING - Logotyp - slider, bild, iframe*/
@media all and (max-width: 1023px) and (min-width: 769px)  {
    .logo {/*padding: 10px 0 0 5px;*/max-width: 400px;}
    img.logo {max-width: 300px;}
    .header.public {height: 100px;}
    .header.public #swf-site-top-navigation {margin-top: 2.5rem;}
    body.large-media .swf-slide img {object-fit: cover;max-height: 400px;}
}
@media all and (max-width: 1200px) and (min-width: 1024px)  {
    body.large-media .swf-slide img {object-fit: cover;max-height: 500px;}
}
/* ----------- iPad ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait) {

}

/* Landscape */
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 812px) 
    and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 812px) 
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 812px) 
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: landscape) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-device-width: 414px) 
    and (max-device-width: 736px) 
    and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen 
    and (min-device-width: 414px) 
    and (max-device-width: 736px) 
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: portrait) {
}

/* Landscape */
@media only screen 
    and (min-device-width: 414px) 
    and (max-device-width: 736px) 
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2) {
    
}

/* Portrait */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {
}

/* Landscape */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .button {
        display: inline-block;
        text-align: center;
        cursor: pointer;
        -webkit-appearance: none;
        transition: all .25s ease-out;
        border: 1px solid rgba(255,255,255,0.6);
        border-radius: 2px;
        padding: .5em .5em;
        margin: 0 .5rem .5rem 0;
        font-size: .8rem;
        width: auto;
        min-width: 0;
    }   
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/*HEMKÖP FONTS */
@font-face {
    font-family: 'Objektiv';
    src: url(fonts/ObjektivMk2_W_Rg.woff2) format("woff2"), url(fonts/ObjektivMk2_W_Rg.woff) format("woff");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Objektiv';
    src: url(fonts/ObjektivMk2_W_Md.woff2) format("woff2"), url(fonts/ObjektivMk2_W_Md.woff) format("woff");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'Objektiv';
    src: url(fonts/ObjektivMk2_W_Bd.woff2) format("woff2"), url(fonts/ObjektivMk2_W_Bd.woff) format("woff");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'ObjektivItalic';
    src: url(fonts/ObjektivMk2_W_XBdIt.woff2) format("woff2"), url(fonts/ObjektivMk2_W_XBdIt.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Sentinel';
    src: url(fonts/Sentinel-Bold_Web.woff2) format("woff2"), url(fonts/Sentinel-Bold_Web.woff) format("woff");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'Sentinel';
    src: url(fonts/Sentinel-Black_Web.woff2) format("woff2"), url(fonts/Sentinel-Black_Web.woff) format("woff");
    font-weight: 900;
    font-display: swap
}


.swf-symbol {color: #f2f2f2;
    padding-left: 12px;
    display: inline-block;
    font: normal normal normal 14px/1 'SWF-Symbol',sans-serif;
    font-size: 44px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    }
    
    swf-symbol {color: #f2f2f2;
    padding-left: 12px;
    display: inline-block;
    font: normal normal normal 14px/1 'SWF-Symbol',sans-serif;
    font-size: 44px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    }