/*
Theme Name: MuseetMidtno v2
Theme URI: http://smartmedia.no/
Description: Tema utviklet for Museet Midt av Smart Media AS. V2 er responsivt
Author: Smart Media AS
Version: 2.0
*/

@import url(toolbox.css); 
/* @import url(https://fonts.googleapis.com/css?family=Exo:400,200,200italic,400italic,500,700,600,500italic,600italic,700italic); */
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,200,200italic,400italic,500,700,600,500italic,600italic,700italic);


/* 
Main color: #0f468b;
Second color: #699bcb;
*/

/* =Global
-------------------------------------------------------------- */ 
* { 
   -webkit-box-sizing: border-box; 
   -moz-box-sizing:    border-box; 
   box-sizing:         border-box; 
   outline: 0;
}
html a, html p, html h1, html h2, html h3, html h4, html h6, html ul, html li {
	-webkit-font-smoothing: antialiased !important;
}
.clear{
	clear: both;
}
html{
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url('images/body_bg_2.jpg') repeat 10px 80px;
}
body, p{
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	font-weight: 500;
}
p{
	padding: 0;
	margin: 0 0 15px;
}
a{
	color: #0f468b; /* Profil */
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4{
	padding: 0;
	margin: 0 0 1.2em;
}
h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.3em;
}
h3, h4{
	font-size: 1.15em;
}

/* Fix for Jquery Colorbox. Doesn't support border-box */
#colorbox {
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;   
	box-sizing: content-box;         
}
/* =Structure
-------------------------------------------------------------- */

#page{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	background: url('images/page_bg.jpg') repeat-x center -330px; /* Profil */
}
#page.front-page{
	background-position: center -250px;
}
#main{
	width: 94%;
	max-width: 1000px;
	margin: 1em 3%;
	padding: 1em;
	background: #f7f6ee;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(35, 31, 32, 0.4);
	box-shadow:  0px 0px 8px 0px rgba(35, 31, 32, 0.4);
	clear: both;
	-moz-border-radius: 15px; 
	border-radius: 15px;
}
#primary{
	width: 100%;
	margin: 0;
	float: left;
}
#content{
	width: 100%;
	margin: 0;
}
#main .widget-area {
	float: left;
	overflow: hidden;
	width: 100%;
	border-top: 2px solid #bcbcb2;
	margin: 1em 0 0;
	padding: 2em 0 0;
}
/* =Header
-------------------------------------------------------------- */
#branding{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	background: url('images/header_bg.jpg') repeat;
	float: left;
	clear: both;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
#branding .hgroup{
	padding: 5px 0;
	height: auto;
	max-height: 120px;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	clear: both;
}
.hgroup a img {
	border:none;
}
.site-logo{
	width: auto;
	height: auto;
	width: 90%;
	margin: 1em 5%;
	float: left;
	display: none; /* hides all */
}
.site-logo#museetmidt{ display: block; } /* displays correct logo */
/*
.site-logo#sagbruksmuseet{ display: block; }
.site-logo#kunstmuseet{ display: block; }
.site-logo#kystmuseet{ display: block; }
.site-logo#namdalsmuseet{ display: block; }
.site-logo#bygdesamlinger{ display: block; }
*/

/* =Mobile Menu
-------------------------------------------------------------- */

#mobile-menu{
	padding: 0;
	background: #1f1f1f;
	float: left;
	width: 100%;
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 900;
	position: relative;
}
#mm-inner{
	margin: 0.5em auto;
	width: 110px;
	cursor: pointer;
}
#mm-inner #open-menu{
	float: left;
	width: 1.5em;
	height: 1.5em;
}
#mm-inner p{
	float: right;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFFFFF;
}
#mm-inner p.open{ display: block; }
#mm-inner p.close{ display: none; }

.active #mm-inner p.open{ display: none; }
.active #mm-inner p.close{ display: block; }

.showit {
	display: block!important;
}

.hideit {
	display: none!important;
}

.linebar {
  	display: block;
  	width: 100%;
  	height: 0.3em;
  	background-color: #fff;
  	-webkit-border-radius: 1px;
  	-moz-border-radius: 1px;
  	border-radius: 1px;
  	margin-bottom: 3px;
}

.linebar:last-child { margin-bottom: 0px; }

#mobileaccess {
	display: none;
	width: 100%;
	padding: 0; margin: 0;
	background: none;
	position: absolute;
	float: left;
	background: #1f1f1f;
	z-index: 900;
}
#mobileaccess ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: block;
}
#mobileaccess ul .sub-menu {
	display: none;
}
#mobileaccess li {
	position: relative;
	width: auto;
	text-align: left;
	float: none;
	border-bottom: 1px solid #a9a9a9;
	padding: 7px;
	padding-left: 10px;
}
#mobileaccess li:first-child {
	width: auto;
}
#mobileaccess .sub-menu li:first-child {
	width: auto;
}
#mobileaccess a {
	padding: 0; 
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	display: inline;
	text-shadow: 1px 1px 10px #000;
}
#mobileaccess a:hover, #mobileaccess li.current_page_item a, #mobileaccess li.current_page_ancestor a{
	color: #8c9b93;
}
#mobileaccess ul > li:hover > a, #mobileaccess li.current_page_item a, #mobileaccess li.current_page_ancestor a{
	background: none;
}
#mobileaccess li:hover {
	background: none;
}
#mobileaccess li.has-sub{
	background: url('images/b-section-tri_bg.png') no-repeat 95% 15px;
	background-size: 4% auto;
}
#mobileaccess ul ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: none;
	float: left;
	position: relative;
	top: auto;
	left: auto;
	z-index: auto;
}
#mobileaccess .sub-menu {
	position: relative;
	width: auto;
	text-align: left;
	background: none;
	float: none;
	margin: 0;
	display: block;
	left: auto;
	top: auto;
	right: auto;
	padding: 0.7em 0 0.5em 1.5em;
}
#mobileaccess .sub-menu li { 
	background: none; 
	padding: 0px; 
	border-bottom-width: 0px; 
}
#mobileaccess .sub-menu li:hover { 
	background: none; 
}
#mobileaccess .sub-menu:before {
	position: absolute;
	right: auto;
	margin-top:0px;
	content: '';
}
#mobileaccess .sub-menu li a {
	width: auto;
	display: inline;
	font-weight: 700;
	margin: 0;
	padding: 3px 0px 3px 0px;
	color: #fff;
	font-size: 0.9em;
}
#mobileaccess .sub-menu li a:hover, #mobileaccess .sub-menu li.current_page_item a {
	color: #8c9b93;
}
#mobileaccess .sub-menu .sub-menu {
	margin-top: 0px;
}


/* =Slider-area
-------------------------------------------------------------- */

#page-title-area{
	width: 100%;
	max-width: 1000px;
	height: auto;
	padding: 1.5em 0 0 3%;
	margin: 0 auto 1.5em;
	clear: both;
}
#page-title-area h1{
	font-size: 2em;
	line-height: 0.75em;
	color: #FFF;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 20px rgba(15,15,15, 1);
}

#slider-area{
	width: 94%;
	max-width: 1000px;
	height: auto;
	clear: both;
	float: left;
	margin: 1em 3%;
}
#slider-area .the-slider{
	float: left;
	width: 100%;
	border: 9px solid #f7f6ee;
	background: red;
	margin: 0 auto;
}
#slider-area .royalSlider{
	margin: 0;
	float: left;
	max-width: 100%;
}
#slider-area .royalSlider .rsBullets{
	display: none;
}
#slider-area .the-slider{
	-webkit-border-radius: 15px; /* added 28.okt */
	border-radius: 15px; /* added 28.okt */
	background: #f7f6ee;
}
#slider-area .the-slider #new-royalslider-1,
#slider-area .the-slider .rsOverflow,
#slider-area .the-slider .rsContainer,
#slider-area .the-slider .rsSlide,
#slider-area .the-slider .rsContent,
#slider-area .the-slider .rsImg{
	-webkit-border-radius: 10px; /* added 28.okt */
	border-radius: 10px; /* added 28.okt */
	background: none;
}




/* =Content
-------------------------------------------------------------- */

.bedrift_beskrivelse{
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
.justify {
	text-align:justify;
}

/* =List Posts
-------------------------------------------------------------- */

.postlist{
	float: left;
	width: 100%;
}
.postlist img{
	float: left;
	width: 35%;
	height: auto;
	margin: 0 0 1.4em 0;
}
.postlist h2, .postlist span, .postlist p{
	float: right;
	width: 62%;
}
.postlist h2{
	margin: 0;
	font-weight: 600;
}
.postlist span,
.post-single .entry-meta{
	margin: 3px 0 5px;
	color: #0f468b; /* PROFIL */
	font-size: 0.857142857em;
}
.post-single .entry-meta{
	float: left;
	width: 100%;
	padding-top: 0.85em;
	margin-top:  0.85em;
	border-top: 1px solid #dadada;
}
.postlist p{
	margin: 0px 0px 1.4em 0px;
}

.postlist.search{
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
}
.postlist.search.simple{
	border-bottom: 0px solid #dadada;
	margin-bottom: 10px;
}
.postlist.search h2, .postlist.search span, .postlist.search p{
	float: left;
	width: 100%;
}
.postlist.search p{
	margin-bottom: 0.714285714em;
}
.postlist.search .timely{
	display: none;
}

.button{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	background: #0f468b; /* PROFIL */
	padding: 5px 10px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

div.rss-output{
	padding:1.025em 0 !important;
}
div.rss-output .title span{
	font-weight: 600 !important;
}
div.rss-output span.date{
	margin: 3px 0 5px !important;
	color: #0f468b !important;
	font-size: 0.857142857em !important;
}

/* LIST ANSATTE */

.ansattlist {
	width: 100%;
	margin: 0 0 1.4em;
	padding: 0;
	float: left;
	overflow: hidden;
}
.ansattlist.noair{
	margin-right: 0;
} 
.ansattlist img {
	float: left;
	width: 30%;
	height: auto;
	margin: 0 0.8em 0 0;
	border: none !important;
}
.ansattlist .info{
	float: left;
	display: block;
	width: 65%;
}
.ansattlist .info span{
	float: left;
	display: block;
	clear: both;
}
.ansattlist .info span.title{
	font-weight: bold;
}


.wp-caption, .gallery-item .wp-caption-text{
	padding: 5px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #dadada;
}
.wp-caption img{
	margin: 0;
	padding: 0;
}
.wp-caption p, .gallery-item .wp-caption-text{
	font-size: 12px;
	color: #656561;
}

.wp-caption.alignleft,
img.alignleft{
	margin: 0 15px 15px 0;
}
.wp-caption.alignright,
img.alignright{
	margin: 0 0 15px 15px;
}

.gallery-item{
	padding-right: 1%;
}
.gallery-icon, .gallery-icon a, .gallery-icon a img{
	float: left;
	width: 100%;
	height: auto;
}
.gallery-item .wp-caption-text{
	width: 100%;
}

/* =Widgets
-------------------------------------------------------------- */

#main .widget-area .widget{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #dadada;
}
#main .widget-area .widget:last-child{
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #000;
}
.hideWidget{ display: none; }
#main .widget-area .widget-title{
	text-transform: uppercase;
	color: #444;
	font-size: 21px;
	font-weight: 600;
}

#main .widget-area ul{
	padding: 0;
	margin: 0;
	width: 100%;
}

#main .widget-area ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 2px;
	border: 1px solid #fff;
	border-color: #f7f6ee;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#main .widget-area ul li.current-menu-item,
#main .widget-area ul li:hover{
	background: url('images/widget-menu_bg.jpg') repeat;
	border-color: #dedede;
}
#main .widget-area ul li a{
	background: url('images/widget-menu_arrow.png') no-repeat 12px 9px; /* PROFIL */
	padding: 7px 10px 6px 30px;
	clear: both;
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
}
#main .widget-area ul li a:hover {
	color: #699bcb; /* PROFIL */
}

.widget_rss_multi_importer_widget{
	padding: 0 0 1em;
	margin: 0 0 2em;
	border-bottom: 1px solid #dadada;
}
.widget_rss_multi_importer_widget:last-child{
	border: 0;
	margin: 0;
}
.widget_rss_multi_importer_widget:before{
	content: " ";
	display: table;
}
.widget_rss_multi_importer_widget:after{
	content: " ";
	display: table;
	clear: both;
}
.widget_rss_multi_importer_widget .widget-title{
	display: block!important;
	text-transform: uppercase;
}
.widget_rss_multi_importer_widget .news-contents{
	margin: 0 -1em;
}
.widget_rss_multi_importer_widget .news{
	margin-bottom: 1.4em;
	margin-left: 0 !important;
	padding: 0 1em;
	clear: both;
}
.widget_rss_multi_importer_widget .news .rssmi_title_class{
	margin: 0;
	font-weight: 600;
	font-size: 1.3em;
}
.widget_rss_multi_importer_widget .news .date{
	line-height: 2;
	font-style: italic;
	font-size: 0.9em;
}
.widget_rss_multi_importer_widget .news img{
	float: left;
	height: auto;
	margin: 0 0.7em 1.5em 0;
}

/* Calendar widget */

.widget-area .timely,
.slider-area-right .timely{
	font-family: inherit;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-date {
	background: none;
	border-width: 0px;
	margin: 0 0 7px;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
	background: #e9e9e9;
	border-top-width: 0px;
	float:left;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date-title,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-date-title {
	float: left;
	border-width: 0px;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.0);
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	background: #699bcb; /* Old browsers */ /* PROFIL */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkMTcwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzVkMTcwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzVkMTcwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzgzMWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MzFhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #699bcb 0%, #699bcb 38%, #699bcb 38%, #0f468b 38%, #0f468b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#699bcb), color-stop(38%,#699bcb), color-stop(38%,#699bcb), color-stop(38%,#0f468b), color-stop(100%,#0f468b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #699bcb 0%,#699bcb 38%,#699bcb 38%,#0f468b 38%,#0f468b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #699bcb 0%,#699bcb 38%,#699bcb 38%,#0f468b 38%,#0f468b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #699bcb 0%,#699bcb 38%,#699bcb 38%,#0f468b 38%,#0f468b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #699bcb 0%,#699bcb 38%,#699bcb 38%,#0f468b 38%,#0f468b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699BCB', endColorstr='#0f468b',GradientType=0 ); /* IE6-8 */
	
	
	text-shadow: 0px 0px #FFF;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	width: 51px;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-month,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-month{
	padding: 4px 0 0;
	background: none;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-day,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-day{
	padding: 10px 0 9px;
	background: none;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-weekday,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-weekday{
	display: none;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date-events,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-date-events{
	margin: 0 0 0 10px;
	float: left;
	max-width: 72%;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-event,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-event{
	margin: 0 0 0.5em;
	width: auto;
	float: left;
	clear: both;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-event a,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-event a {
	border-width: 0px;
	padding: 0;
	margin: 0;
	background: none;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time:before,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time:before {
	content: 'kl ';
}
.widget-area .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #0f468b; /* PROFIL */
	font-size: 12px;
	font-weight: 600;
	clear: both;
	display: block;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #0f468b; /* PROFIL */
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	clear: both;
	display: block;
}
.widget-area .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title:hover,
.slider-area-right .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title:hover{
	color: #699bcb; /* PROFIL */
}

.widget-area .ai1ec-event-location,
.slider-area-right .ai1ec-event-location{
	display: none;
}


.ai1ec-popup.hide,
.ai1ec-event-title:hover .ai1ec-popup.hide,
.ai1ec-popup-trigger .ai1ec-popup.hide{
	visibility: hidden !important;
	display: none !important;
}


/* Search field */

#main #searchform{
	width: 100%;
	float: left;
	position: relative;
}
#main #searchform #s{
	height: 32px;
	padding: 0 10px;
	background: #FFF;
	margin: 0;
	width: 80%;
	border: 1px solid #dadada;
	border-right-width: 0px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}
#main #searchform #searchsubmit{
	height: 32px;
	padding: 0 10px;
	background: #0f468b; /* PROFIL */
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	width: 20%;
	cursor: pointer;
	border: 1px solid #699bcb; /* PROFIL */
	border-left-width: 0px;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}
#main #searchform #s{
	width: 100%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-right-width: 1px;
	padding: 0 75px 0 10px
}
#main #searchform #searchsubmit{
	height: 24px;
	top: 4px;
	right: 4px;
	width: 60px;
	position: absolute;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#main #searchform #searchsubmit:hover{
	background: #699bcb; /* PROFIL */
}

.widget-area .ark{
	width: 70%;
	height: auto;
	float: left;
	clear: both;
	margin: 0 auto 10px;
	display: block;
}

.ai1ec-source-link{ display: none; }


/* =Front-page
-------------------------------------------------------------- */


/* =Footer
-------------------------------------------------------------- */
.new-credits{
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	font-size: 0.95em;
}
.new-credits,
.new-credits a{
	color: #505050;
}
#colophon{
	background: url('images/footer_bg.jpg') repeat; /* PROFIL */
	-webkit-box-shadow: inset 0px 6px 23px 7px rgba(0, 0, 0, 0.14);
	box-shadow: inset 0px 6px 23px 7px rgba(0, 0, 0, 0.14);
	margin: 25px 0 0;
	padding: 0;
	display: none;
}
#colophon, #colophon p, #colophon a{
	color: #FFF;
}
#footer-widget-areas{
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 10px 0 0;
	clear: both;
}
#footer-widget-areas .footer-widget-area{
	width: 94%;
	float: left;
	margin: 0 3%;
}
.footer-widget-area .widget{
	margin: 10px 0 20px;
	float: left;
	width: 100%;
	clear: both;
}

.footer-widget-area .widget-title{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}
.footer-widget-area .sub.widget-title{
	font-size: 13px;
	margin-bottom: 10px;
}
.footer-widget-area .widget .map{
	float: left;
	margin: 15px 0 0;
	padding: 0;
	border: 4px solid #FFF;
	width: 100%;
	height: auto;
}
.apningstider{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.apningstider li{
	list-style: none;
	float: left;
	width: 100%;
	clear: both;
} 
.apningstider li span{
	float: right;
}
#colophon .mm-ribbon{
	float: right;
	width: 144px;
	height: auto;
	margin: -28px 0 0;
}
#colophon a.socialicon{
	display: block;
	width: 42px;
	height: 41px;
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
	background: url('images/social_icons.png') no-repeat 0px 0px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
#colophon a.socialicon.facebook{ background-position: 0px 0px; }
#colophon a.socialicon.twitter{ background-position: -51px 0px; }
#colophon a.socialicon.youtube{ background-position: -102px 0px; }
#colophon a.socialicon.instagram{ background-position: -153px 0px; }
#colophon a.socialicon:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#site-generator{
	margin: 5px auto 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background: url('images/site-generator_bg.png') repeat;
	font-size: 13px;
}

/* =Images
-------------------------------------------------------------- */


/* =Forms
-------------------------------------------------------------- */
#content .wpcf7 input ,
#content .wpcf7 textarea {
	padding: 5px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content .wpcf7 input:focus, 
#content .wpcf7 textarea:focus {
	background: #FFFFFF;
}
#content .wpcf7 .wpcf7-submit, 
#content .wpcf7 .wpcf7-submit:visited,
#content .wpcf7 .wpcf7-submit:focus {
	width: 100px;
	padding: 5px 10px;
	background: #373737;
	color: #FFF;
	border: none;
}
#content .wpcf7 .wpcf7-submit:active {
	padding: 5px 10px;
	color: #373737;
	background: #FFF;
	border: none;
}

.timely .ai1ec-calendar-toolbar{ display: none; }
.timely .ai1ec-title-buttons.btn-toolbar .btn-group{ display: none; }
.timely .ai1ec-title-buttons.btn-toolbar .btn-group.ai1ec-pagination{ display: block; }
.timely .ai1ec-subscribe-container{ display: none; }

/* =Comments
-------------------------------------------------------------- */


/* =Pagination
-------------------------------------------------------------- */
.pagination {
	clear:both;
	padding: 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 0 2px 0 0;
	padding: 5px 0;
	width: 23px;
	text-align: center;
	text-decoration:none;
	color:#fff;
	background: #555;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.pagination .current,
.pagination a:hover{
	background: #0f468b; /* PROFIL */
	color:#fff;
}

/* Clearfix
-------------------------------------------------------------- */
.clear{
	clear: both;
}
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.group { 
	display: inline-block; 
}

* html .group {
	height: 1%;
}
.group {
	display: block; 
}

/* Text selection color
-------------------------------------------------------------- */


/* Texthiding, while still alloving screen readers to read it
-------------------------------------------------------------- */
.visuallyhidden { 
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px; 
}

.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible; 
	position: static; 
	width: auto; 
}

/* IE-fix
-------------------------------------------------------------- */


/*
---------------------------------------------------------------*/

img#wpstats{
	display:none;
}
#ie7 .royalSlider {
	overflow:hidden;
}
#e7 .rsOverflow{
	z-index:1;
}
#ie7 .rsContainer {
	z-index:2;
}
#ie7 .rsSlide {
	z-index:3;
}
#ie7 #main {
	width:960px;
}
#ie7 #main #searchform #s {
	padding-right:132px;
	width:auto;
}

#ie7 .apningstider li {
	width:auto;
	float:none;
	clear:none;
}
#ie7 .apningstider li span {
	top:-17px;
	position:relative;
}
#ie7 .postlist h2 {
	font-weight: 600;
    margin: 1px 0 0;
	font-size:1.5em;
	line-height:25px;
}
#ie7 .postlist img {
	padding-bottom:20px;
}
#ie7 h2 {
	 font-size: 1.5em;
	 line-height:20px;
	 font-weight:bold;
}
#ie7 #gallery-2 .gallery-item {
	width:24%;
}
#ie7 .wp-caption, #ie7 .gallery-item ,#ie7 .wp-caption-text {
	padding-left:0;
	padding-right:0;
}
#ie7 .gallery-item {
	margin-right:3px;
}
#ie7 #page-title-area h1 {
	line-height:48px;
	margin:0;
	padding:0;	
}
#ie7 .ansattlist .info span {
	float:none;
}
#ie7 #access ul ul.sub-menu li a{
	width:89%;
}

.hidescreen{ display: block; }
.hidemobile{ display: none; }

/* Dec 4th */
#ie7 #slider-area .slider-area-right{
	width:29%;
	padding-left:10px;
	padding-right:10px;
}
#ie7 .ai1ec-agenda-widget-view .ai1ec-date{
	width:100%;	
}
#ie7 #access ul li ul li a ,#ie8 #access ul li ul li a{
	padding:10px 12px 10px;
}
/* Feb 24th */
.timely ol{ list-style-type:none; padding:0 !important;}
.timely .ai1ec-date{ float:left; width:100%;}
.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title{ line-height:1.2em;}
.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
    border-radius: 4px 4px 0 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
    font-weight: bold !important;
    line-height: 1.2em;
}
.timely {
    word-wrap: break-word;
}

.timely p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.timely a, .timely a:link, .timely a:visited, .timely a:active, .timely a:hover, #ai1ec-container a, #ai1ec-container a:link, #ai1ec-container a:visited, #ai1ec-container a:active, #ai1ec-container a:hover {
    text-decoration: none !important;
}
.timely a {
    text-decoration: none;
}
.timely .btn {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.timely .btn-mini {
    font-size: 11px;
    line-height: 12px;
    padding: 2px 6px;
}
.timely .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: content-box;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #D9D9D9 #D9D9D9 #C0C0C0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    text-shadow: 0 1px 1px #FFFFFF;
}
.timely .pull-right {
    float: right;
}
.timely a, .timely a:link, .timely a:visited, .timely a:active, .timely a:hover, #ai1ec-container a, #ai1ec-container a:link, #ai1ec-container a:visited, #ai1ec-container a:active, #ai1ec-container a:hover {
    font-weight: normal;
    text-decoration: none !important;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-month {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 4px 0 0;
    text-align: center;
    width: 100%;
}
.widget-area .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-day, .slider-area-right .ai1ec-agenda-widget-view .ai1ec-date-title .ai1ec-day {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
	padding:9px 0 8px;
    text-align: center;
    width: 100%;
}
.widget-area .ai1ec-agenda-widget-view .ai1ec-date-title {
    background: linear-gradient(to bottom, #0F468B 0%, #0F468B 38%, #0F468B 38%, #699BCB 38%, #699BCB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.widget-area .ai1ec-agenda-widget-view .ai1ec-date-title {
    border-radius: 25px;
    border-width: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 #FFFFFF;
    width: 51px;
}
.ai1ec-agenda-widget-view .ai1ec-date-title {
    font-size: 0.9em;
}
.timely .ai1ec-map .btn{ background:none; border:none; text-shadow:none; box-shadow:none;}

.smart-calendar-upcoming .event-item {
  position: relative;
  zoom: 1;
  padding-bottom: 10px;
}
.smart-calendar-upcoming .event-item:before,
.smart-calendar-upcoming .event-item:after {
  content: "";
  display: table;
}
.smart-calendar-upcoming .event-item:after {
  clear: both;
}
.smart-calendar-upcoming .event-item .date-icon {
  width: 50px;
  border-radius: 50px;
  float: left;
  position: relative;
  overflow: hidden;
  color: #000!important;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
.smart-calendar-upcoming .event-item .date-icon:hover {
  text-decoration: none;
}
.smart-calendar-upcoming .event-item .date-day {
  background: #669ccb;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  padding-top: 2px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.smart-calendar-upcoming .event-item .date-month {		
  background: #0b5196;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 2px;
  font-weight: 600;
  text-align: center;
}
.smart-calendar-upcoming .event-item .event-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.smart-calendar-upcoming .event-item .event-time {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.flags{
	display: none;
}

#mobileaccess .flags{
	display: block;
}
#mobileaccess .flags ul{
	list-style: none;
	margin: 1.2em 0 1em 0.8em;
	padding: 0;
}
#mobileaccess .flags ul li{
	display: inline-block;
	margin: 0 1.3em 0 0;
	padding: 0;
	border: 0;
}
#mobileaccess .flags ul li img{
	max-width: 30px;
	border-radius: 3px;
}
