@import url('/admin/contentbuilder/assets/default/content.css');  
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Roboto' );
div#txtContent{
background:url(/IRMA/gfx/1082/bg_24.jpg);
margin-top:25px; margin-left:15px; }
.ui-draggable{padding-left:7px;}
* {
 margin: 0;
 padding: 0;
 }
html {
    position: relative;
    min-height: 100%;
}

body{
font-family: 'Open Sans Condensed', sans-serif;
font-size:16pt;
background-color:#201f1f;
line-height: 1.4;
}
a{color:#48785d}
h1{}
.display h1 {
    font-weight: 800;
    font-size: 2em;
    line-height: 1.4;
    text-transform: uppercase;
}
h2{}
h3{}
h4{
    font-size: 1em;
}
.display p{color: #48785d;}
ul{list-style-type:none;}

#container {
max-width:100%;
    margin: 0em auto;
background:#201f1f;
  border-bottom: 8px solid #48785d;
margin-bottom:280px;
}
div#contents {
    max-width: 100%;
    margin: 0em auto;
    text-align: center;
    color: #fff;
    /* padding: 1% 5%; */
padding-top:20px;
    padding-bottom: 20px;
}
#bilder{max-width: 1024px;
    margin: 0em auto;
}

.thumbnail {
    float: left;
    width: 150px;
    height: 180px;
    border: 0px solid #eaeaea;
    margin: 0 16px 15px 0;
    padding: 0px;
    overflow: hidden;
background:#fff;
}
.bildarkivrubrik {
    color: #fff;
    background: #48785d;
    margin-bottom: 10px;
}
.bilder_lightbox{
    padding: 5px;
    height: 100px;
    width: 100px;
    position: relative;

}

.bilder_lightbox img {

    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#header {
    width: 100%;
background:#201f1f;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
padding-top:10px;
z-index:99;
border-bottom: 8px solid #48785d;
}
.head {
    padding-left: 100px;
    max-width: 900px;
    margin: 0em auto;
}
#header:after {
    content: "";
    position: absolute;
    top: -45px;
    right: -50px;
    width: 300px;
    height: 155px;
    background-color: #48785d;
    z-index: 25;
    transform: skew(-30deg);
}
#header:before {

    content: "";
    position: absolute;
    top: -45px;
    left: -50px;
    width: 300px;
    height: 155px;
    background-color: #48785d;
    z-index: 25;
    transform: skew(30deg);
}

#ExtraDiv4 {

    padding-top: 100px;
    opacity: 0.5;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

#ExtraDiv4 img {
    max-width: 2500px!important;
    min-height: 350px;
}
.wrapper {

    position: fixed;
    top: 35px;

    margin: 0em auto;
width:100%;
z-index:100;
}
.main {
    max-width: 800px;

    margin: 0em auto;
text-align:right;
}
.nav {
position:relative;
display:inline-block;
font-family: 'Open Sans Condensed', sans-serif;
font-weight:bold;
}
.nav-list {
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    background: #48785d;
    text-align: center;
    font-weight: normal;
}
.nav-item {
float:left;
*display:inline;
zoom:1;
position:relative;
}
.nav-item a {
    display: block;
    color: #fff;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    font-size: 13pt;
    font-weight: normal;
    line-height: 1;
    /* letter-spacing: 1px; */
    font-weight: bold;
    text-transform: uppercase;
}

li.nav-item.active a {

    
}
.nav-item > a:hover {

}

.nav-item ul li a {
    color: #fff;
    font-weight: normal;
    padding: 8px 20px 8px 20px;
} 


/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:220px;
background:#c5272b;
border-top:0px solid #666;
z-index: 2;

}
.nav-submenu li{width:100%; border-bottom:1px solid #fff;     padding: 5px 0px 5px 0px;}
.nav-submenu-item a {
	
	display:block;
	padding:15px;
}
.nav-item:hover .nav-submenu {
	display:block;
}
ul.nav-submenu ul li {
    display: none;
}
ul li ul li ul.nav-submenu {
left: 220px;
top:0px;
//position:relative;
background:#3a3a3a;
}
ul li ul li ul.nav-submenu a{

}

ul.nav-submenu ul li {
display:none;
}

ul li ul li:hover li{
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:url(/IRMA/gfx/1082/menu-green.png) no-repeat center center;
	background-size:100px;
	height:50px;
	width:100%;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #fff;
	height:45px;
	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 {
	
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.row.clearfix.full > .column.full{max-width:1024px; margin:0em auto; float:none; }
.row.clearfix{max-width:1024px!important; margin:0em auto;}
.row.clearfix.full{max-width:100%!important; background: #344c3e; background:url(/IRMA/gfx/1082/row_bg.png) no-repeat center center; padding-top:25px; padding-bottom:25px;}
.lb-outerContainer {
    position: relative;
    background-color: white;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 100%!important;
    height: auto!important;
}
.lb-container {
    padding: 10px;
 
}
.lb-outerContainer {
    position: relative;
    background-color: white;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 800px!important;
    height: auto!important;
    max-width: 100%!important;
}
.lb-dataContainer {
    max-width: 800px;
    width: 70%!important;
}
.lb-dataContainer{max-width: 800px;}
.lb-image{min-width: 300px;}

.btn.btn-primary {
    color: #ffffff;
    background-color: #355844;
width: 100%;
}

.btn.btn-primary {color: #ffffff;background-color: #355844;}
.btn.btn-primary:hover {color: #ffffff;background-color:  #355844; border-color:  #355844;}


.btn {
    /* padding: 10px 10px; */
 font-size: 1.3em; 
}

#footer {
    padding-top: 5px;
    height: 250px;
    background: #201f1f;
  
    -webkit-box-shadow: 0px -4px 31px -8px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px -4px 31px -8px rgba(0,0,0,0.36);
    box-shadow: 0px -4px 31px -8px rgba(0,0,0,0.36);
    text-align: center;
    font-size: 14pt!important;
    color: #ccc;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
}
#footer h4{color:#48785d; font-size:14pt;}

@media only screen and (min-width: 120px) and (max-width: 1450px), @media only screen and (min-device-width : 120px) and (max-device-width : 1450px) {
#header:after, #header:before {
    width: 155px;
}

}

@media only screen and (min-width: 120px) and (max-width: 1024px), @media only screen and (min-device-width : 120px) and (max-device-width : 1024px) {
#header:before {
    left: -120px;
}
#header:after {
    right: -120px;
}
.head {
    padding-left: 50px;
}

}


@media only screen and (min-width: 120px) and (max-width: 868px), @media only screen and (min-device-width : 120px) and (max-device-width : 868px) {
.head {
    padding-left: 0px;
}

.wrapper {
    position: fixed;
    top: 100px;
    background: #262626;
}
#ExtraDiv4{padding-top:0px;}

.main{margin-top:0px;}

#header:before {
//display:none;
}
#header:after {
//display:none;
}
.nav {
position:relative;
display:inline-block;
}

	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:50px 0 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
    border-top: 1px solid #416b54;
	}
	.nav-item > a {
		padding:15px;
color:#fff;
background-image:none;
	}
	.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 li li.nav-item {
    width:100%;
}

#header{text-align:center;}
.btn {
  padding: 0px 0px; 
 font-size: 1em; 
}
}
@media only screen and (min-width: 120px) and (max-width: 568px), @media only screen and (min-device-width : 120px) and (max-device-width : 568px) {
h3{font-size:1.2em}
#ExtraDiv4{height:100px;}
#container{margin-bottom:480px;}
#footer{height:450px}
#contents{margin-top:80px!important; padding:1%!important; max-width:98%!important;}
.column {
    float: left;
    padding-left: 1%;
    padding-right: 1%;
width:98%!important;
}
#header:before {
display:none;
}
#header:after {
display:none;
}

}


/* HTTP_USER_AGENT = Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
   Is_Mobile = False */
/* hemsideid = 1082
   hid = 1082 */
/* hemsidesidid = 22768
   hsid = 22768
   sessiohnhsid = 22768 */
/* referer =  */