@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');
html {
    position: relative;
    min-height: 100%;
}
* {
    //margin: 0;
    //padding: 0;
}
body {
    background: #ffffff;
    color: #7f7f7f;
    font-size: 12pt;
    margin: 0;
    margin-bottom: 180px;
    line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
#header{
height:200px;
margin-top:80px;
text-align:center;
}
#header img{
max-width:180px;
margin-top: 0px;
    margin-bottom: 0em;
}
#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: #fa9057;
    font-size: 4em;
    color: #535353;
    margin-block-start: 0.4em;
    margin-block-end: 0.4em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
a {
    color: #fa9057;
}
a.btn{
    background: #fa9057;
    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: 50px;
    border: 5px solid #fefefe;
}
a.btn.first-page{
    background: #fa9057 url(/IRMA/gfx/1132/sokledigt.png) no-repeat left center;
}
.btn.first-page:hover {    background-color: #f4a275;}
a.btn.first-page.felanm{
    background: #fa9057 url(/IRMA/gfx/1132/felanm.png) no-repeat left center;
}
.btn.first-page.felanm:hover {    background-color: #f4a275;}
a.btn.first-page.contact{
    background: #fa9057 url(/IRMA/gfx/1132/Kontaktb.png) no-repeat left center;
}
.btn.first-page.contact:hover {    background-color: #f4a275;}
.btn.first-page{display:block;}
.btn.first-page:hover {    background-color: #f4a275;}

.btn.btn-primary {
    color: #ffffff;
    background-color: #fa9057;
}
.btn.btn-primary:hover {
    color: #ffffff;
    background-color: #f4a275;
border-color:#fff;
}
/*------------------------------------*    Meny
\*------------------------------------*/
ul,
ol {
	list-style:none;
}
.wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0em auto;
    position: relative;
    background:#fa9057;
padding-top:10px;
//padding-bottom:10px;
position:absolute;
top:0px;
}
.main {
    width: 100%;
    margin: 0em auto;
    text-align: center;

    max-width: 800px;
}

/*------------------------------------*    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: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 14pt;
    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: 180px;
    padding-inline-start: 0px;
}
ul.nav-submenu li {
    width: 180px;
}
.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:#fa9057 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;
	border-left:1px solid #8B2870;
	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;
}
.nav-click:hover {
	background-color:#6E1656;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

#footer {
    background-color: #fa9057;
    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: #fa9057;
	}
	.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:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
                margin-left:0px;
               padding-left:0px;
         }

ul.nav-submenu li {
    width: 100%;
}

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 = 1132
   hid = 1132 */
/* hemsidesidid = 23560
   hsid = 23560
   sessiohnhsid = 23560 */
/* referer =  */