@import url('/admin/contentbuilder/assets/default/content.css');   
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.row-tool{left:-10px!important}
div#txtContent {
    padding-top: 60px;
}
html { position: relative; min-height: 100%;}
* {
 margin: 0;
 padding: 0;
 }
body {
    background: #ffffff;
    color: #000000;
    font-size: 12pt;
    margin: 0;
    margin-bottom: 180px;
    line-height: 1.5;
  font-family: candara, Trebuchet MS, Arial, Helvetica, sans-serif;

}
#header {
    height: 250px;
    text-align: center;
    background: #6698b9;
    background-image: url(/IRMA/bildarkiv/org/2137/2137_M5OD5SLCW3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

#container{
max-width:100%

}
#contents{
margin:0em auto;
}
.clearfix {
    max-width: 1200px;
    margin: 0em auto;
}
.clearfix.top-image {
    max-width: 100%;
    margin: 0em auto;
    text-align: center;
    max-height: 300px;
    overflow: hidden;
}
.row.clearfix.top-image .column > figure {
    margin: 0px;
    padding: 0px;
}


.column.third.logos {
    width: 31%;
    /* border: 1px solid; */
    margin: 1%;
    text-align: center;
    padding: 0px;
}

h1 {
    font-weight: 400;
    font-style: normal;
    color: #6698b9;
    font-size: 4em;
    color: #535353;
    margin-block-start: 0.4em;
    margin-block-end: 0.4em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: candara, Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: 600;
}
h3 {
    color: #7fa14a;
}
h2 {
    color: #6698b9;
}
a {
    color: #6698b9;
    font-weight: bold;
}
a.btn{
    background: #6698b9
    max-width: 100%;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    font-weight: 600;
    border-radius: 0px;
    border: 2px solid #fefefe;
}

.btn {
    padding: 1px 19px;
    font-size: 12pt;
    line-height: 2em;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #6698b9;
}
.btn.btn-primary:hover {
    color: #ffffff;
    background-color: #7fa14a;
border-color:#fff;
}
/*------------------------------------*    Meny
\*------------------------------------*/
ul,
ol {
	list-style:none;
}
.wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0em auto;
    position: relative;
    background:#fff;

}
.main {
    width: 100%;
    margin: 0em auto;
    text-align: center;

    max-width: 1200px;
}

/*------------------------------------*    Flaunt JS Navigation
\*------------------------------------*/

.nav {
	position:relative;
	display:inline-block;
	font-size:14px;
	font-weight:900;

}
.nav-list {
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
    display: block;
    color: #000;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 12pt;
    font-weight: normal;
    /* font-family: "Newsreader", serif; */
    font-weight: 600;
    /* text-transform: uppercase; */
}
.nav-item > a:hover {
	
}
.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    padding-inline-start: 0px;
    background: #fff;
}
ul.nav-submenu li {
    width: 200px;
    border-bottom: 1px solid;
}
.nav-submenu-item a {
	background:#8B2770;
	border-bottom:1px solid #9A337E;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	background:#932C77;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
background:#6698b9 url(/commondata/images/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;

	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(/commondata/images/drop.svg) no-repeat center center;
	background-size:20px;
background-color: #3f82af;
}
.nav-click:hover {
	background-color: #3f82af;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

#footer {
    background-color: #7fa14a;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 180px;
    width: 100%;
}

/*------------------------------------*    Media Queries
\*------------------------------------*/



@media only screen and (min-width: 120px) and (max-width: 768px), @media only screen and (min-device-width : 120px) and (max-device-width : 768px) {
#header{margin-top:0px; padding-bottom:10px;}
.wrapper {
    max-width: 100%;
background: transparent;
 right: 0;
}
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:50px 0 0;
	}
	.nav-list {
		display:none;
background:#6698b9;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}

.nav-item a {color:#fff;}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
                margin-left:0px;
               padding-left:0px;
         }

ul.nav-submenu li {
    width: 100%;
}
ul.nav-submenu li a{color:#000;}

h1{font-size:3em;}

.column {
    padding-left: 5px;
  padding-right: 5px;
margin: 0px;
}
.column.third.logos{float: left;}
.btn {
    font-size: 1em;
}
}


/* HTTP_USER_AGENT = Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
   Is_Mobile = False */
/* hemsideid = 2137
   hid = 2137 */
/* hemsidesidid = 24634
   hsid = 24634
   sessiohnhsid = 24634 */
/* referer =  */