

/* =Structure
-------------------------------------------------------------- */
#page.front-page{
	background-position: top center;
}
#main{
	width: 100%;
	max-width: 1000px;
	margin: 1em auto;
	padding: 1.43em;
}

#primary{
	width: 65%;
	margin: 0;
	float: left;
}
#content{
	width: 100%;
	margin: 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 30%;
	
	border-top-width: 0;
	margin: 0;
	padding: 0;
}

.site-logo{
	width: auto;
	height: auto;
	max-height: 90px;
	margin: 10px 0;
}

#endelav,
#endelav1{
	float: right;
	height: 70px;
	width: auto;
	margin: 6px 0 0;
}
#endelav.green,
#endelav1.green{ display: block; }
#endelav.dark,
#endelav1.dark{ display: none; }

/* =Menu
-------------------------------------------------------------- */
#access{
	background: url('images/nav_bg2.png') repeat;
	margin: 0 0 1em;
}
#access ul{
	width: 1000px;
	float: none;
	clear: both;
	height: auto;
	margin: 0 auto;
}
#access li,
#access li:hover a{
	background: none;
}
#access a{
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;	
	line-height: 1em;
	padding: 0.35em 0.6em 0.2em;
	margin: 0.5em 0.2em 0.57em 0;
	background: none;
}
#ie7 #access a ,#ie8 #access a{
	font-size:15px;
	padding:4px 12px 3px;
}
#access a:hover{ 
	background: none;
	color: #f0f0f0;
}
#ie7 #access li {
	position:relative;
	z-index:99;
}
#ie7 #access ul ul{
	position:absolute;
	z-index:99;
}
#access li.current-menu-item a, #access li.current-menu-ancestor a{
	background: #f0f0f0;
	color: #699bcb; /* PROFIL */
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

/* DROPDOWN */

#access ul li:hover ul.sub-menu{ display: block; } /* DROPDOWN */
#access ul ul.sub-menu{
	width: 15.7em;
	top: 2.14em;
	left: 0.6em;
	padding: 11px 0 0;
	background: url('images/dropdown_arrow_bg.png') no-repeat 1.428571429em 0.357142857em;
	-webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}
#access ul ul.sub-menu li{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0.7em;
	clear: both;
	background: #FFF;
}
#access ul ul.sub-menu li a{
	color: #0f468b; /* PROFIL */
	font-size: 0.98em;
	line-height: 1em;
	background: none;
	border-bottom: 1px solid #0f468b; /* PROFIL */
	width: 100%;
	display: block;
	width: 100%;
	padding: 0.5em 0.35em;
	margin: 0;
	float: left;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#access ul ul.sub-menu li:first-child a{
	padding-top: 15px;
}
#access ul ul.sub-menu li:last-child a{
	padding-bottom: 15px;
	border-bottom-width: 0px;
}
#access ul ul.sub-menu li:last-child{
	-webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}
#access ul ul.sub-menu li:hover a,
#access ul ul.sub-menu li.current-menu-item a,
#access ul ul.sub-menu li.current-menu-ancestor a{
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #111111;
	background: none;
}

/* SUB DROPDOWN */
#access ul li:hover ul.sub-menu ul.sub-menu{ display: none; }
#access ul li:hover ul.sub-menu li:hover ul.sub-menu{ display: block; }
#access ul ul.sub-menu ul.sub-menu{
	padding: 0;
	top: -10px;
	left: 180px;
	-webkit-border-radius: 15px;
    border-radius: 15px;
}
#access ul ul.sub-menu ul.sub-menu li a{
	color: #0f468b; /* PROFIL */
}
#access ul ul.sub-menu ul.sub-menu li:hover a,
#access ul ul.sub-menu ul.sub-menu li.current-menu-item a{
	color: #111; 
}
#access ul ul.sub-menu ul.sub-menu li:first-child{
	-webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}

/* SUB SUB DROPDOWN */
#access ul li:hover ul.sub-menu ul.sub-menu ul.sub-menu{ display: none; }
#access ul li:hover ul.sub-menu ul.sub-menu li:hover ul.sub-menu{ display: block; }
#access ul ul.sub-menu ul.sub-menu{
	padding: 0;
	top: -10px;
	left: 180px;
	-webkit-border-radius: 15px;
    border-radius: 15px;
}
#access ul ul.sub-menu ul.sub-menu ul.sub-menu li a{
	color: #0f468b; /* PROFIL */
}
#access ul ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
#access ul ul.sub-menu ul.sub-menu ul.sub-menu li.current-menu-item a{
	color: #111; 
}
#access ul ul.sub-menu ul.sub-menu ul.sub-menu li:first-child{
	-webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}
/* SLIDER AREA */

#slider-area{
	background-size: 65% auto;
	width: 100%;
	margin: 0 auto 1.5em;
	float: none;
}
#slider-area .the-slider{
	width: 65%;
	margin: 0;
	-webkit-box-shadow:  0px 0px 18px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 18px 0px rgba(0, 0, 0, 0.5);
}

#slider-area .slider-area-right{
	background: #f7f6ee;
	float: right;
	width: 33%;
	margin: 0;
	padding: 10px 20px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#slider-area .slider-area-right aside{
	margin: 10px 0;
	width: 100%;
	float: left;
}
#slider-area .slider-area-right h3{
	text-transform: uppercase;
	margin: 0 0 10px;
}
#slider-area .royalSlider .rsBullets{
	top: -25px;
	display: block;
}
#slider-area .royalSlider .rsBullets .rsBullet{
	width: 12px;
	height: 12px;
	margin: 0 1px 0 0;
	padding: 0;
}
#slider-area .royalSlider .rsBullets .rsBullet span{
	height: 8px;
	width: 8px;
	margin: 1px 2px 0;
	background: #e9e9e9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
#slider-area .royalSlider .rsBullets .rsNavSelected span{
	background: #fff;
	width:10px;
	height:10px;
	margin: 0 2px;
}
#page-title-area{
	padding: 0;
	margin: 0 auto;
}
#page-title-area h1{
	font-size: 2.857142857em;
}

.ansattlist {
	width: 50%;
	padding: 0 1em 0 0;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-date-events {
	margin: 0;
	float: right;
	max-width: none;
	width: 74%;
}

.widget-area .ai1ec-agenda-widget-view .ai1ec-event {
	width: 100%;
	float: right;
}


#footer-widget-areas{
	padding: 10px 20px 0;
}
#footer-widget-areas .footer-widget-area{
	width: 30%;
	margin: 0 5% 0 0;
}
#footer-widget-areas .footer-widget-area.third{ margin: 0; }


.flags{
	float: right;
	display: block;
}
.flags ul{
	  list-style: none;
	  margin: 0.65em 2em 0 0;
	  padding: 0;
}
.flags ul li{
	display: block;
	margin: 0 0 0 0.5em;
}
.flags ul li img{
	max-width: 30px;
	border-radius: 3px;
	margin-bottom: 0.12em;
}


.hidemobile{ display: block; }
.hidescreen{ display: none; }