@charset "utf-8";
/* CSS Document */
/**************Main colors******************************/
/* 
COLOR ALTERNATIVES - Affärsgymnasiet
--------------------------------------------
DARKBLUE: background: #1b2341





COLOR ALTERNATIVES - PROCIVITAS
--------------------------------------------
DARKBLUE: background:#08162B

FONTS
--------------------------------------------
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Quattrocento&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap" rel="stylesheet">


*/

/*PROCIVITAS */
/*:root {
    
    --primary-color: #ffffff;
    --secondary-color: #08162B;
    --third-color: #568bbf;
    --fourth-color: #79abdc;
    --fifth-color: #39405a;

    --primary-transparent-color: rgba(255,255,255,1);
    --secondary-transparent-color: #08162B99;
    --third-transparent-color: #568bbf55;

    --fourth-transparent-color: #79abdc55;
    --fifth-transparent-color: #39405a55;

    --primary-gradient-color: -webkit-linear-gradient(bottom, rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 80%) #1b2341;
    --secondary-gradient-color: linear-gradient(to top, rgba(255,255,255, 0.9) 80%, rgba(255,255,255, 0.9) 50%) #ccc;


    --primary-text: #343434;
    --secondary-text: #212121;
    --third-text: #fff;

    --header-font: 'Open Sans', sans-serif;
    --primary-font: 'Montserrat','Open Sans Condensed' ,sans-serif;
    --secondary-font: 'Open Sans', sans-serif;


}*/


/*AFFÄRSGYMNASIET - THORENS */
:root {
    
    --primary-color: #ffffff;
    --secondary-color: #1b2341;
    --third-color: #568bbf;
    --fourth-color: #79abdc;
    --fifth-color: #39405a;

    --primary-transparent-color: rgba(255,255,255,1);
    --secondary-transparent-color: #1b234199;
    --third-transparent-color: #568bbf55;
    --fourth-transparent-color: #79abdc55;
    --fifth-transparent-color: #39405a55;

    --primary-gradient-color: -webkit-linear-gradient(bottom, rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 80%) #1b2341;
    --secondary-gradient-color: linear-gradient(to top, rgba(255,255,255, 0.9) 80%, rgba(255,255,255, 0.9) 50%) #ccc;

    --primary-text: #343434;
    --secondary-text: #212121;
    --third-text: #fff;

    --header-font: 'Open Sans', sans-serif;
    --primary-font: 'Montserrat','Open Sans Condensed' ,sans-serif;

    --secondary-font: 'Open Sans', sans-serif;


}

/*** 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(--primary-color);}
/*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: #555;font-weight: 400;}


/************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:bold;color: var(--secondary-color);}
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(--primary-color);}
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: rgba(0,0,0,0.05);text-rendering: optimizelegibility;}
ul, ol {padding-left: 30px;color:#535353;}
a{background-color:transparent;color: var(--secondary-color);text-decoration:none;cursor:pointer}
a:focus,a:hover{color:var(--third-color);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;}
}*/

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

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

/******NYTORP BOXES******/
.nytorp-box-left{border: 1px solid #a7d3ae; margin-right: -0.6rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
.nytorp-box-center{border: 1px solid #a7d3ae; margin-left: -0.6rem; margin-right: -0.6rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
.nytorp-box-right{border: 1px solid #a7d3ae; margin-left: -0.6rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
@media all and (max-width: 640px){
    .nytorp-box-left{margin-left: 0rem;margin-right: 0rem; margin-bottom:.5rem;padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
    .nytorp-box-center{margin-left: 0rem;margin-right: 0rem; margin-bottom:.5rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
    .nytorp-box-right{margin-left: 0rem;margin-right: 0rem; margin-bottom:.5rem; padding-top: .5rem; padding-left: .5rem; padding-right: .5rem;}
}


/******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(--secondary-color);padding: 4px 12px;transition: all .2s ease-in-out 0s;border-radius: 2px;cursor: pointer;}
.swf-read-more:hover {position: absolute;bottom: 10px;left: 10px;box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 50%);}
 
/* ------------     custom-image-border   ------------  */
.custom-image-border {border: 1px solid #ececec; padding:10px 10px 10px 10px;background:var(--primary-color) ; box-shadow: 10px 10px 5px #ccc; -moz-box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; }


/*** HEADER -> LOGO - MENY ***********/
.header.public {position: -webkit-sticky;position: sticky;top: 0px;display: block;z-index: 999;background: var(--secondary-transparent-color);width: 100%;height: 125px;border-bottom: 0px solid #1b234155;transition: all .2s ease-in-out 0s;}
body.medium-media .header {position: -webkit-sticky; position: sticky; top: 0px; z-index: 999; background: var(--secondary-transparent-color); width: 100%; height: 100px; 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(--secondary-transparent-color); width: 100%; height: 75px; 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);
    /* text-transform: uppercase; */
}
body.large-media li.btn.aktuellt {
        background: var(--secondary-color);
        color: #fff;
        /* border: 1px solid var(--secondary-color); */
        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;
        /* border: 1px solid var(--secondary-color); */
        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;
    /* border: 1px solid var(--secondary-color); */
    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);
    /* text-transform: uppercase; */
}
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;
    /* max-height: 33px; */
    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;
    /* border-bottom-left-radius: 0.3rem; */
    /* border-top-left-radius: 0.3rem; */
}


.header.public img.logo {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: 3.2rem; margin-right: 0;}
    .header.public #swf-site-top-navigation ul.swf-horizontal-menu {display: none;list-style: none;padding: 0;text-align: center;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: 1.2rem; right: 1rem; transition: all .0s ease-in-out 0s;}
body.small-media .header.public.mini #swf-mobile-menu-container {position: absolute; top: .2rem; right: 1rem; transition: all .0s ease-in-out 0s;}
    
    /**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: 35px; height: 4px; 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: 35px; 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: 75px;display: none;list-style: none;padding: 5px 10px;min-width: 220px;width: auto;background: var(--secondary-transparent-color);transition: all .0s ease;z-index: 999;}
body.small-media .header.public.mini #swf-site-top-navigation ul.swf-vertical-menu {top: 46px; 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(--secondary-transparent-color) /* var(--primary-color)*/; ;width: 100%;height: 65px !important;border-bottom: 0px solid #1b234155;}
body.small-media .header.public.mini {position: -webkit-sticky; position: sticky; top: 0; z-index: 999; background: var(--secondary-transparent-color) /* var(--primary-color)*/; width: 100%;   height: 50px !important; border-bottom: 0px solid #1b234155;}

.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: 1rem; float: right; transition: all .2s ease-in-out 0s;}

.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: 10%;}

/********SWF-BUTTON*****************************/
.swf-button {
    color: #fff; 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(--secondary-color);
}
.swf-button a {color: #fff;}
.swf-button:hover {background:var(--primary-transparent-color);color:#666; border:1px solid rgba(254,254,254.6); text-decoration:none;}
.swf-button:active, .swf-button:visited {color: #666;}
/*.swf-button:visited {background:rgba(100,100,100,.1);}*/


.swf-button-small {
    color: #fff; 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(--secondary-color); max-width: 300px;}
.swf-button-small a {color: #fff;}
.swf-button-small:hover {background:var(--primary-transparent-color);color:#666; 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;}
li.btn {
    position: relative;
    /* border: 1px solid #ececec; */
    outline: none;
    /* background: #ffffff99; */
    cursor: pointer;
    border-radius: 4px;
    font-weight:500;
    transition: all 0.5s ease-in-out 0s;
    /* background: var(--primary-transparent-color); */
    color: #fff;
    text-decoration:none;
    cursor: pointer;
    padding: 0.5rem;
    }
li.btn.active {background: var(--secondary-color);color: #fff;/* border: 1px solid var(--secondary-color); */font-weight: 500;transition: all 0.2s ease-in-out 0s;}
li.btn:hover {background: var(--secondary-transparent-color); color: #fff; font-weight: 500; margin-left: 4px; transition: all 0.2s ease-in-out 0s;}
li.btn:hover a {color: #fff;}
li.btn:first-child {margin-left: 0 !important;}
li.btn a {color: var(--primary-color) /*#FFDF00*/;/* text-transform: uppercase; */font-size: 1rem;font-weight: 600;}
li.btn a:hover{text-decoration: none;color: #ffffff!important;}
.swf-horizontal-menu>li>a {padding: 0rem .5rem;}

@media all and (max-width: 1023px){
    .swf-horizontal-menu>li>a {
        padding: 0rem .25rem;
    }
}
.swf-horizontal-menu>li>a:hover {/*text-decoration: underline;*/}
ul.swf-horizontal-menu li.btn.active > a {color: var(--primary-color);/* text-transform: uppercase; */}
ul.swf-horizontal-menu li.btn.active > a:hover {color: var(--primary-color);}

    /* Horizontal Submenu 1 */
    ul.swf-horizontal-submenu {display: none; list-style: none;}
    ul.swf-horizontal-submenu.active {position: absolute; left: -20px; top: 74px; padding: 5px 0 0; background: var(--secondary-transparent-color); text-align: left; min-width: 200px; width: auto; 
        font-weight: normal; font-size: 90%;}
    .header.public.mini ul.swf-horizontal-submenu.active {top: 46px;}
    @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(--secondary-transparent-color); padding: 5px 0px 0px}  
    ul.swf-horizontal-submenu li:hover {background: var(--fourth-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: 2px;
    font-weight:600;
    transition: all 0.5s ease-in-out 0s;
    background: transparent;
    color: #f2f2f2;
    text-decoration:none;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 8px;
    }
body.small-media li.btn {margin: 1px 6px 1px 6px;}
body.small-media li.btn.active {margin: 1px 0px 1px 6px;background: var(--secondary-color);/* border-bottom: 1px solid rgba(255,223,0,0.25); *//* padding: 8px; */}
body.small-media li.btn:hover {margin: 1px 6px 1px 6px;}
body.small-media li.btn a {color: #fff;text-transform: uppercase;font-size: 14px;border-bottom: 0px solid rgba(255,255,255,1);}


ul.swf-vertical-menu li.btn.active > a {color: #fff;}
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(--primary-transparent-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 {color: #FFDF00;}

        
        /* 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 .4s ease-in-out;}
    .swf-icon-minus {position: absolute; top: 0; right: 10px; margin-right: 1px; color: #fff; font-size: 2rem; transition: all .4s 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: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;}
/***HOPPLA 7***/#swf-next-sub-page {display: inline-block; font-size: 2rem;}

/* 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%); */
}
.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%; }


/**********************************************************************************
    FOOTER
**********************************************************************************/
footer{background:var(--secondary-color);width:100%;margin-top:42px;padding-top: 1rem;padding-bottom: 1rem;}
.footer-inner {max-width:1200px;background: #ffffff22;margin:0 auto;color:#ffffff;padding-top: 20px;padding-bottom:20px;/* border-top:4px solid rgba(255,255,255,.5); */border-radius: 12px;}
.footer-inner > .column > p {color:#fff;}
/*** 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: #fff; 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,.05);color: #fff;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: #fff; background: rgba(255,255,255,.25); 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:#fff; text-decoration:none;}
.footer-content a:hover {color:#fff; text-decoration:underline;}

/*****Footer rubriker samt ul li****/
.footer-inner > .column h3 {color: #fff; text-transform: uppercase; 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: #fff; text-transform: uppercase; 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(2,35,0,.85); 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(2,35,0,.85); 
    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(2,35,0,.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(2,35,0,.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: 120px;*/}

/* 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(--secondary-transparent-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-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(--secondary-transparent-color);}
body.small-media  #swf-slideshow-arrow-left.round:hover {cursor: pointer; background: var(--secondary-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;color: #999; padding: 3px 12px 19px 16px; margin-right:6px;color: #fff; background: var(--secondary-transparent-color);}

#swf-slideshow-arrow-right.round:hover {cursor: pointer; background: var(--secondary-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(--secondary-transparent-color);}
body.small-media  #swf-slideshow-arrow-right.round:hover {cursor: pointer; background: var(--secondary-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: #fff; border: 3px solid var(--secondary-color); transition: all .4s ease; z-index: 99;}
.swf-slideshow-dot.round.active-dot {border: 3px solid var(--primary-color); background: var(--secondary-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(--secondary-transparent-color);}
.swf-slide-text p {color: #f2f2f2; 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; 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: 80%; 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-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) {

}


.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;
    }