@charset "utf-8";
/* CSS Document */

/***COLORS********
Generell: 	#33669a 		51,102,154,
Mörk:		#401218			64,18,24,
Ljus:		#468bd2			70,139,210,
*/

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

/*** MAIN CONTENT ***/
#swf-main-content-wrapper.public {opacity: 0;}

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

/*** 404 ***/
#swf-page-not-found-container {display: block; text-align: center;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; padding: 1 rem;}
.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: "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:#454545; font-weight:400;}


/************Rubriker**********/
h1, h2, h3, h4, h5, h6 {font-family: "Helvetica Neue", Arial, sans-serif; font-weight:600;color:#33669a;}
blockquote {margin: 0 0 1rem; padding: 0.7rem 1.25rem 0.7rem 1.25rem; border-left: 2px solid #33669a; font-size: 1.11rem; color: #33669a; font-weight: 500; background: rgba(0,0,0,.05);}
ul {padding-left: 30px;}
a{background-color:transparent;color:#2c5885;text-decoration:none;cursor:pointer}
a:focus,a:hover{color:#468bd2;}
a img{border:0}

/*** HEADER -> LOGO - MENY ***********/
.header.public {osition: -webkit-sticky; position: sticky; top: 0px; display: block; z-index: 9999999; background: rgba(255,255,255,.7); width: 100%; height: 80px; border-bottom: 2px solid rgba(51,102,154,.8); transition: all .2s ease-in-out 0s;}
body.medium-media .header {position: -webkit-sticky; position: sticky; top: 0px; z-index: 9999999; background: rgba(0,0,0,.7)); width: 100%; height: 55px; border-top: 2px solid rgba(51,102,154,1); transition: all .2s ease-in-out 0s;}
body.small-media .header.public {position: -webkit-sticky; position: sticky; top: 0; z-index: 9999999; background: rgba(255,255,255,.7); width: 100%; height: 75px; border-bottom: 2px solid rgba(51,102,154,8);}

.logo-container {padding: 5px 0 0 5px;}
.header.public img.logo {max-height: 120px; transition: all .2s ease-in-out 0s;}
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: 1.8rem;margin-right: .5rem;}
	.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;}

/* Meny - Mobil */
#main-header.header .menu {position: relative;} /* ADMIN */
.header.public #swf-mobile-menu-container {position: absolute; top: 1.3rem; right: 1rem; transition: all .0s ease-in-out 0s;}
body.small-media .header.public.mini #swf-mobile-menu-container {position: absolute; top: .1rem; right: 1rem; transition: all .0s ease-in-out 0s;}
	
	.header.public #swf-mobile-menu-button {display: none;}
	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-color: rgba(51,102,154,1); 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-color: rgba(51,102,154,1); 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: 0; min-width: 200px; width: auto; background: rgba(245,245,245,.85); border: 0 0 1px 1px solid rgba(51,102,154,1); transition: all .0s ease; z-index: 999999999;}
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: sticky; top: 0px; z-index: 9999999; background: rgba(255,255,255,.7); width: 100%;	height: 65px !important; border-bottom: 2px solid rgba(51,102,154,.8);transition: all .2s ease-in-out 0s;}
body.small-media .header.public.mini {position: sticky; top: 0px; z-index: 9999999; background: rgba(255,255,255,.7); width: 100%;	height: 50px !important; border-bottom: 2px solid rgba(51,102,154,.8);transition: all .2s ease-in-out 0s;}

.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: .8rem; 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;}

/*** MFP - Magnificent Popup ***/
swf-image-gallery-item:hover {cursor: pointer;}
.mfp-iframe-scaler iframe {
  background-color: white !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;
}

/********Image Custom*********/
.wg-img { object-fit: cover;
    width: 100%;
    max-height: 220px;
    padding-top: 4px;
}
/*****Backgrundsfärg PopUp********************/
.mfp-figure:after {background: #fff;}

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

/********Float menu Wickmansgården*****************************/
.wg-menu {position: fixed; top: 150px; left: 0; background: rgba(255,255,255,0); margin-left: 0; padding-right:3px;}
ul.wg-menu {list-style: none; margin-left: -15px;}

/********SWF-BUTTON Wickmansgården*****************************/
.swf-button {color: #fff; border-radius: 4px; padding: .45em .5em;
    /* margin: 0 1rem 1rem 0; */
    margin-top: 2px; margin-bottom: 2px; margin-left: -5px; width: 135px;
    background: rgba(51,102,154,1);
    background: -moz-linear-gradient(top,rgba(51,102,154,.99) 0%,rgba(70,139,210,.99) 100%);
    background: -webkit-linear-gradient(top,rgba(51,102,154,.99) 0%,rgba(70,139,210,.99) 100%);
    background: linear-gradient(to bottom,rgba(51,102,154,99) 0%,rgba(70,139,210,.99) 100%);}

.swf-button a {color: #fff;}
.swf-button:hover {background:rgba(70,139,210,1);color:#fff;}
.swf-button:active {background:#33669a;}
.swf-button:visited {background:#33669a;}

/* Style the menu buttons */
li.btn {border: none;outline: none;padding: 5px 4px;background-color: transparent;cursor: pointer;border-radius: 2px;font-weight:600;transition: all 0.5s ease-in-out 0s;background: transparent;color: #33669a;text-decoration:none;cursor: pointer;margin-right: 4px;padding: 12px;}
body.small-media li.btn {border: none; outline: none; padding: 5px 4px; background-color: transparent; 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; margin-right: 4px;}

li.btn:last-child {margin-right: 0;}
li.btn.active {background: rgba(51,102,154,1);color: #fff;border: 0px solid rgba(51,102,154.1);font-weight: 600;transition: all 0.2s ease-in-out 0s;}
li.btn:hover {background: rgba(70,139,210,1); color: #fff; border: 0px solid rgba(255,255,255,.1); font-weight:600; transition: all 0.2s ease-in-out 0s;}

	/* Horizontal Submeny 1 *//*** HOPPLA ***/
	ul.swf-horizontal-submenu {display: none; list-style: none;}
	ul.swf-horizontal-submenu.active {position: absolute; left: -20px; top: 41px; padding: 5px 10px; background: #000; text-align: left; min-width: 150px; width: auto; font-weight: normal; font-size: 90%;}
	ul.swf-horizontal-submenu.active li {margin-left: 0px;padding: 5px 10px;}
	ul.swf-horizontal-submenu.active li:last-child {border: 0;}

	li.btn ul.swf-horizontal-submenu{background: rgba(0,0,0,.8);padding: 5px 0px 0px;}
	li.btn ul.swf-horizontal-submenu a{display:block;width:100%;padding: 5px 0px 0px;}
	li.btn ul.swf-horizontal-submenu li:hover {background: rgba(255,255,255,.2);padding: 5px 10px;transition: all .2s ease-in-out 0s;}
	

	
	/* Vertical Submeny 1 *//*** HOPPLA ***/
	ul.swf-vertical-submenu {display: none;list-style: none;margin-bottom: -5px;}
	ul.swf-vertical-submenu.active {position: relative; left: 0; top: 0; padding: .5rem .7rem; background: transparent; text-align: left; width: auto; margin-left: 0;}
	ul.swf-vertical-submenu.active li {margin-left: 0;}
		ul.swf-vertical-menu li.has-submenu .has-submenu-icon {position: absolute;top: 0;right: 0px;width: 30px;text-align: right;padding-right: 10px;font-size: 1.4rem;}

/***Original****
body.small-media li.btn {margin: 1px 6px 1px 6px;}
body.small-media li.btn.active {margin: 1px 6px 1px 6px;}
body.small-media li.btn:hover {margin: 1px 6px 1px 6px;}

li.btn a{color: #fff; text-decoration: none; border-bottom: 0px solid rgba(255,255,255,0.6); white-space: nowrap; padding: .7rem .4rem;}
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;}
li.btn a:hover{background-color: transparent; color: #f4f4f4; text-decoration: none; cursor: pointer;border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 6px;} */

body.small-media li.btn {margin: 1px 6px 1px 6px;}
body.small-media li.btn.active {margin: 1px 6px 1px 6px;background:rgba(51,102,154,1);}
body.small-media li.btn:hover {margin: 1px 6px 1px 6px; background: rgba(70,139,210,.85);color:#fff;}

li.btn a{color: #33669a;text-decoration: none;border-bottom: 0px solid rgba(255,255,255,0.6);white-space: nowrap;padding: .7rem 0rem;text-transform: uppercase;}
li.btn.active a{background: transparent; color: #fff; text-decoration: none; cursor: pointer; border-bottom: 0px solid rgba(0,0,0,.4); padding-bottom: 6px;}
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: #fff; 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: #33669a;text-decoration: none;border-bottom: 0px solid rgba(255,255,255,0.6);white-space: nowrap;padding: .0rem .8rem;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);/* padding-bottom: 6px; */}
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:rgba(255,255,255,0.4); margin: 0 auto; padding-top: 125px;}
#swf-page-content-outer-wrapper {margin-top: 2rem;}
#swf-page-content-top-container.boxed-layout {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:34px;}


/*************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(rgba(51,102,154,.4),rgba(70,139,210,.4)), 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:#fff;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 BOX**************/
.start-box {background-color: #ffffff; padding: 8px 15px 5px 15px; border: 1px solid #9f888b; box-shadow: #aaaaaa 0px 0px 6px; border-radius: 2px; margin-bottom: 10px;}

/*************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(51,102,154,.25) 0%,rgba(51,102,154,.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(51,102,154,.35) 0%,rgba(51,102,154,.05) 80%);transition: all .4s ease-in-out 0s; min-height: 350px;border-radius:4px;}
.is-active>.product-box{background: rgba(51,102,154,.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;}

/******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(51,102,154,.05);transition: all .4s ease; border-radius: 4px;/*min-height: 250px;*/}
.is-active>.reference-box{background: rgba(51,102,154,.5);font-weight:700; /*min-height: 250px;*/}

.reference-text {text-align:center;font-size: 14px; padding-top: 80px;color: #454545;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(51,102,154,.05);transition: all .4s ease; /*min-height: 200px;*/}
.is-active>.member-box{background: rgba(51,102,154,.5);font-weight:700;/*min-height: 200px;*/}

.member-text {text-align:center;font-size: 14px; padding-top: 80px;color: #454545;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:#fff;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:#fff;box-shadow:0 12px 20px rgba(0,0,0,0.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)}

/************STUGOR******************************/
.prices-box {margin: 0 auto; width: 97%; padding: 12px 10px 16px 18px; margin-bottom: 12px; border-radius: 6px; color: #fff; 
background: linear-gradient(to bottom,rgba(51,102,154,3) 0%,rgba(70,139,210,.99) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(51,102,154,.3)',endColorstr='rgba(70,139,210,.99)',GradientType=0);}
h1.prices-box, h2.prices-box, h3.prices-box, h4.prices-box, h5.prices-box, h6.prices-box li.prices-box {color:#fff;}
.prices-box a {color:#fff;font-weight:bold;}
.prices-box a:hover {color:#f2f2f2;text-decoration:underline;}

/*************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 { 
width:100%; margin-top:42px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,232323+100 */
background: #2c5885; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(44,88,133,.99) 0%, rgba(51,102,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(44,88,133,.99) 0%, rgba(51,102,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(44,88,133,.99) 0%, rgba(51,102,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(44,88,133,.99)', endColorstr='rgba(51,102,154,1)',GradientType=0 ); /* IE6-9 */
}
.footer-inner {max-width:1200px;background:rgba(255,255,255,.05);margin:0 auto;color:#ffffff; padding-top: 20px;padding-bottom:20px;border-top:4px solid rgba(70,139,210,1);}
.footer-inner > .column > p {color:#fff;}

/*** Footer nav menu ***/
.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;text-transform: uppercase;}
.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 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: #f2f2f2; text-transform: uppercase; display: block; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 8px; margin-bottom: 12px;}
.footer-inner > .column h5 {color: #ffffff; text-transform: uppercase; display: block; padding-bottom: 8px; margin-bottom: 12px;}
.footer-inner >.column> p {padding-left: 10px;}
.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(51,102,154,,.85); border: 0px solid rgba(51,102,154,.85);}
#swf-scroll-to-top {display: none; position: fixed; bottom: 20px; right: 0px; z-index: 99; border: none; outline: none; background-color: rgba(51,102,154,.85); color: white; cursor: pointer; padding: 10px 15px; border-radius: 10px 0px 0px 10px; font-size: 18px;}
#swf-scroll-to-top {background-color: rgba(51,102,154,.5); color: #fff; border: 0px solid rgba(51,102,154,.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(70,139,210,.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;}
.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: 200px;}

/* Slider arrows  - Squares */
#swf-slideshow-arrow-left.square {display: none; position: absolute; left: 0; top: 40%; color: #f2f2f2; padding: 20px 30px 20px 20px; background: rgba(0,0,0,.5);}
#swf-slideshow-arrow-left.square:hover {cursor: pointer; background: rgba(51,102,154,.8); 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: #f2f2f2; padding: 10px 15px 10px 10px; background: rgba(0,0,0,.5);}
body.small-media  #swf-slideshow-arrow-left.square:hover {cursor: pointer; background: rgba(51,102,154,.8); 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: #f2f2f2; padding: 20px 20px 20px 30px; background: rgba(0,0,0,.5);}
#swf-slideshow-arrow-right.square:hover {cursor: pointer; background: rgba(51,102,154,.8); 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: #f2f2f2; padding: 10px 10px 10px 15px; background: rgba(0,0,0,.5);}
body.small-media  #swf-slideshow-arrow-right.square:hover {cursor: pointer; background: rgba(51,102,154,.8); 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: #f2f2f2; padding: 5px 20px 0px 12px; margin-left:6px;background: rgba(0,0,0,.5);}
#swf-slideshow-arrow-left.round:hover {cursor: pointer; background: rgba(51,102,154,.8); 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: 40%; width:30px; height:30px; border-radius:15px; color: #f2f2f2; padding: 3px 20px 0px 8px; margin-left:6px;background: rgba(0,0,0,.5);}
body.small-media  #swf-slideshow-arrow-left.round:hover {cursor: pointer; background: rgba(51,102,154,.8); 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: #f2f2f2; padding: 5px 12px 19px 20px; margin-right:6px;color: #999; background: rgba(0,0,0,.5);}
#swf-slideshow-arrow-right.round:hover {cursor: pointer; background: rgba(51,102,154,.8); 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: 40%; width:30px; height:30px; border-radius:15px;color: #f2f2f2; padding: 3px 8px 19px 10px; margin-right:6px;color: #999; background: rgba(0,0,0,.5);}
body.small-media  #swf-slideshow-arrow-right.round:hover {cursor: pointer; background: rgba(51,102,154,.8); 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;}
.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(51,102,154,.9); transition: all .4s ease;}
body.small-media .swf-slideshow-dot.square:hover {cursor: pointer; background: transparent; border: 2px solid rgba(51,102,154,.9); transition: all .4s ease;}
.swf-slideshow-dot.square.active-dot {border: 3px solid rgba(51,102,154,.9); background: rgba(51,102,154,.9); transition: all .4s ease;}
body.small-media .swf-slideshow-dot.square.active-dot {border: 2px solid rgba(51,102,154,.9); background: rgba(254,221,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;}
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 rgba(51,102,154,.8); border-radius: 10px;width: 20px; height: 20px; 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: 5px solid rgba(51,102,154,.9); transition: all .4s ease;}
.swf-slideshow-dot.round.active-dot {border: 3px solid #fff; background: rgba(51,102,154,.9) !important; transition: all .4s ease; box-shadow: 0px 0px 4px rgba(0,0,0,.8);}

/* Slide text */ 
.swf-slide-text {display: block; color: #f4f4f4; font-size: 15px; padding: 10px 10px 0; background: rgba(0,0,0,0.45);}
.swf-slide-text p {color: #f4f4f4; font-size: 20px; padding: 0px;}
.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-all;}
.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-all;}
.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-all;}
.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-all;}
.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-all;}
.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-all;}
.swf-slide-text-position-bottom {position: absolute; bottom: 0px; width: 100%; text-align: center;}

body.small-media .swf-slide-text {display: block; color: #f4f4f4; font-size: 80%; padding: 5px 5px 5px; background: rgba(0,0,0,0.45);}
body.small-media .swf-slide-text p {color: #ff4f4f4; font-size: 80%; padding: 0px; margin: 0;}
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: 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-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){
	li.btn a {
		font-size: 95%;
	}

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

}
@media all and (max-width: 830px){
	li.btn a {
		font-size: 75%;
	}
}

@media all and (max-width: 1024px){ 
body.large-media .header.public img.logo {
    /*padding-top: 4%!important;*/
	position: absolute;top: 20%;left: 5px; max-width: 200px;
}
}
@media all and (min-width: 640px){ 
body.small-media .header.public img.logo {
    /*padding-top: 4%!important;*/
	position: absolute;top: 20%;left: 5px; max-width: 200px;
}
}


/* ----------- 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) {

}

@font-face {
    font-family: 'SWF-Symbol';
    src: url('fonts/SWF-Symbol.eot');
    src: url('fonts/SWF-Symbol.eot?#iefix') format('embedded-opentype'),
         url('fonts/SWF-Symbol.woff') format('woff'),
         url('fonts/SWF-Symbol.ttf') format('truetype'),
         url('fonts/SWF-Symbol.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*s1{font-family: 'SWF-Symbol',sans-serif;color:#f2f2f2;font-size:50px}*/
.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;
	}