@import url('/admin/contentbuilder/assets/default/content.css');       
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');
div#txtContent{background-color:#fff!important;
background:url(/IRMA/gfx/1104/bg_24.jpg)#fff!important;
margin-top:45px; margin-left:20px; max-width: 100%;}

html {
    position: relative;
    min-height: 100%;
}

* {
 margin: 0;
 padding: 0;
 }
body{background:#ffffff; 
color:#795c5c;
font-size:12pt;
padding: 0px;
margin:0;
margin-bottom:150px;
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
background:url(/IRMA/gfx/1104/bodybg.png) repeat;
text-align:center;

}

#container {
    margin: 0em auto;

    padding: 0px;
    height: 100%;

}
#header{height:150px; padding-top:20px;
	//background:#ffffff; 
text-align:center; }



#contents {
    background:#e8d6bc;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: normal;
    height: 100%;
padding-top:15px;
 margin: 0em auto;
margin-top:15px;
margin-bottom:30px;
//max-width:1224px;
min-height:500px;
}
a{color:#8d2756}
.row.clearfix {
    max-width: 1224px;
    margin: 0em auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.row.clearfix.purple{padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #8d2756;
    background: #8d2756;
    max-width: 1224px;
    margin: 0em auto;
}
.row.clearfix.purple h2{color:#dbc3a4}
.row.clearfix.white {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background: #e8d6bc;
    max-width: 1224px;
    margin: 0em auto;
margin-bottom: 15px;
}

.row.clearfix {
    max-width: 1224px;
    margin: 0em auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.row.clearfix.full > .column.full {
    max-width: 1224px;
    margin: 0em auto;
    float: none;
}
.column > figure{
    margin-top: 0em;
    margin-bottom: 0em;
    max-height: 350px;
}

.shortcode_img {
    width: 75px;
    height: 65px;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 15px auto;
}
figure.hdr {
    max-height: 350px;
}
figure.hdr figcaption{height:80%;}

h1,h2,h3{
font-weight:normal;
font-family: 'Merriweather', serif; color:#795c5c;
}

h1 {
    font-size: 2em;
}
.display h1 {
    font-weight: 800;
    font-size: 2.4em;
    line-height: 1.8;
    text-transform: uppercase;
}
h2 {
    font-size: 1.2em;
}
h3{
    font-size: 1.2em;
color:#4ebde5;}
figure.hdr h2{color:#fff; font-size:1.5em}
figure.hdr p{font-size:1em}
figcaption{}
.kontakt {
    -webkit-box-shadow: 10px 10px 38px -2px rgba(0,0,0,0.22);
    -moz-box-shadow: 10px 10px 38px -2px rgba(0,0,0,0.22);
    box-shadow: 10px 10px 38px -2px rgba(0,0,0,0.22);
    color: #27bec5;
    text-align: center;
    padding: 15px;
}
/*------------------------------------*    Flaunt JS Navigation
\*------------------------------------*/
ul,
ol {
	list-style:none;
}
.wrapper {
    background: #e8d6bc;
}
.main {
    max-width: 1024px;
    text-align: center;
    margin: 0em auto;
    padding: 10px 0px;
}

.nav {
	position:relative;
	display:inline-block;
	font-size:15px;
font-family: 'Oswald', sans-serif;
font-weight:bold;

}
.nav-list {
	text-align:left;
padding-left:0px;
margin-left:0px;
background:#dbc3a4;
   
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
    display: block;
    color: #494140;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: normal;
    font-family: 'Merriweather', serif;
    line-height: 1;
    letter-spacing: 1.5pt;
}

li.nav-item.active a {


}
.nav-item > a:hover {

}


.nav-item ul li a {
    color: #fff;
    font-weight: normal;
    padding: 8px 10px 8px 10px;
    font-size: 10pt;
}
.nav-item ul li a:hover {

}

.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
z-index:1;
background:#04547f;;
border-top:0px solid #666;


}
.nav-submenu li{width:100%; border-bottom:1px solid #fff;     padding: 5px 0px 5px 0px;}
.nav-submenu-item a {
	
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	
}
/* 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/1104/menu-white3.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);
}


.btn {
padding: 5px 30px;
border-radius: 0px;
    vertical-align: middle;
border:1px solid #dbc3a4;
font-size:12pt;
color:#dbc3a4;
}

figure.hdr img {
    opacity: 0.8
}

figure.two div::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
border-top: 0px solid #b39f87!important;
border-bottom: 0px solid #b39f87!important;
}

figure.two div::after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
border-right: 0px solid #b39f87!important;
border-left: 0px solid #b39f87!important;
}
.btn.btn-primary {
    color: #dbc3a4;
    background-color: #8d2756;
}
.btn.btn-primary {color: #dbc3a4;background-color: #8d2756;}
.btn.btn-primary:hover {color: #dbc3a4; background-color: #8d2756; border:1px solid #dbc3a4;}

#footer {
background:#8d2756;
color:#dbc3a4;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
}
#footer .row.clearfix{margin-top: 10px;
    margin-bottom: 5px;}
#footer h3{color:#fff}
#footer a{color:#fff}
#footer img {vertical-align: middle; margin-bottom: 5px;}
#bilder {
    max-width: 1224px;
    margin: 0em auto;
    margin-bottom: 15px;
    display: inline-block;
}
.bildarkivrubrik{display:none;}
.thumbnail {
display:block;
    float: left;
    width: 270px;
    height: 190px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border: 0px solid #27bec5;
    font-weight: bold;
    overflow: hidden;
}
.bilder_lightbox a img{
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bilder_lightbox a img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.bilder_lightbox a img:hover {
    position: relative;
}

.bildarkivrubrik{ color:#2799d6; text-transform:uppercase; height:35px;}
.bilder_lightbox a {
    display: block;
    position: relative;
}
.bilder_lightbox a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 170px;
}
.bilder_lightbox a:hover:before {
    position: absolute;
    color: red;
    font-size: 24px;
    z-index: 1;
    top: 25%;
    left: 40%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}



.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;}

iframe{
    border: 0;
    width: 100%;
    max-width: 1224px;
}
/*------------------------------------*    Media Queries
\*------------------------------------*/


@media only screen and (min-width: 120px) and (max-width: 1024px), @media only screen and (min-device-width : 120px) and (max-device-width : 1024px) {
figure.hdr figcaption {
    height: 95%;
}
}

@media only screen and (min-width: 120px) and (max-width: 768px), @media only screen and (min-device-width : 120px) and (max-device-width : 768px) {
figure.hdr p {
    font-size: 14pt;
}
figure.hdr h2 {
    font-size: 1.2em;
}

li.nav-item.active a {
    color: #fff;
    border-bottom: 0px solid #27bec5;
}
.main{margin-top:0px;}
.nav {
	position:relative;
	display:inline-block;
	font-size:15px;
font-family: 'Oswald', Arial, Helvetica, sans-serif !important;

font-style: italic;

margin-left:0px;
}
	.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 #fff;
	}
	.nav-item > a {
		padding:15px;
color:#fff;
text-align: center;
	}
	.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 {
    background: #0078b8;
}



}





@media only screen and (min-width: 120px) and (max-width: 568px), @media only screen and (min-device-width : 120px) and (max-device-width : 568px) {
body{margin-bottom:250px;}
#contents {margin-top:20px;}
#footer{height:250px;}
.column{text-align:center!important}
h1{text-align:center!important; font-size:16pt;}
.column.fourth.tjanst {min-height:220px;}
.column.fourth.tjanst2 {min-height:220px; padding-top: 10px;}
figure.hdr h2{color:#fff; font-size:14pt}
figure.hdr p{ display:none;}
figure.hdr .btn.btn-primary{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 = 1104
   hid = 1104 */
/* hemsidesidid = 23048
   hsid = 23048
   sessiohnhsid = 23048 */
/* referer =  */