/* slideup menu */
.slideup-menu-toggle {
	display: block;
	width: 100px;
	height: 60px;
	background: #b90013 url('../images/menu-toggle-up.png');
	color: #ffffff;
	padding-top: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

a.slideup-menu-toggle:hover {color: #ffffff;}

.slideup-menu-toggle.collapsed {
	background: #b90013 url('../images/menu-toggle.png') no-repeat scroll 0 2px;
}
.collapse {
	display: none;
}
#slideup-menu {
	position: absolute;
	/*left: 0;
	top: 92px; */
	min-width: 300px;
	z-index: 500;
	background: #4a4a4a;
	width: 300px;
}
#slideup-menu header a {
	color: white;
}
#slideup-menu header h2,
#slideup-menu header h3,
#slideup-menu header h4,
#slideup-menu header h5,
#slideup-menu header h6 {
	margin: 40px 25px 40px;
}
#slideup-menu h4 span {
	display: block;
	width: 100%;
}
#slideup-menu h4 .for{
	font-size:18px;
}
#slideup-menu h4 .year{
	font-size:68px;
	line-height: 1;
}
#slideup-menu header .top-belt {
	display: block;
	padding: 10px 25px;
	background: #373737;
}
#slideup-menu .menu-list {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: item;
	font-weight: bold;
	box-shadow: 0 0 11px -5px #ffffff;
	/*margin-left: 30px;*/
}
#slideup-menu .menu-list .icon-minus,
#slideup-menu .menu-list .icon-plus {
	margin-right: 25px;
}
#slideup-menu .menu-list ol {
	list-style: none;
	padding-left: 0;
	margin: 10px 0 0 0;
}

/*#slideup-menu ol.menu-list {*/
	/*list-style:decimal;*/
/*}*/

#slideup-menu .menu-list ol > li {
	margin: 0 20px 10px 15px;
	/*line-height: 30px;*/
}
#slideup-menu .menu-list ol > li:before {
	content: " ";
}
#slideup-menu .menu-list ol > li a {
	margin: 0;
	font-weight: normal;
}
#slideup-menu .menu-list ol > li.selected a {
	font-weight: bold;
	color: #b90013;
}

#slideup-menu .menu-list > li {
	/*text-indent: 25px;*/
	/*display: block;*/
	margin-left: 0;
	margin-bottom: 0;
	padding: 18px 0 18px 25px;
	border-top: 1px solid #5c5c5c;
	/*border-bottom: 1px solid #5c5c5c;*/
}
/*#slideup-menu .menu-list > li:before {*/
	/*content: counter(item) " ";*/
	/*counter-increment: item;*/
/*}*/
#slideup-menu .menu-list > li a {
	/*margin: 0 35px 0 10px;*/
	color: white;
}




.menu-left h1 span.year, header[role="banner"] .title-bar h1 span.year {
	display: inline-block;
	font-size: 53px;
	line-height: 49px;
	opacity: 0.3;
	padding: 23px 0 0 20px;
}
.menu-left .country, header[role="banner"] .title-bar .country {
	font-size: 13px;
	font-weight: bold;
}
.menu-left .country::before, header[role="banner"] .title-bar .country::before {
	content: "I";
	display: inline-block;
	margin-right: 5px;
}
.menu-left {
/*	left: 360px;
	vertical-align: top;
	position: absolute;*/
	width: 140px;
	clear: both;
	float: left;
	margin-top: 11px;
	/*top: 50px;*/
}
#servicemenu{float:left; width:645px/*540px*/; padding:7px 0 11px;}
#selfservicemenu{float:right; width:240px; position:relative; margin: 0 0 12px;}

/* buttons */
.btn {
	display: inline-block;
	width: auto;
	margin: 0 0 0 4px;
	padding: 0;
	vertical-align: text-bottom;
	overflow: visible;
	background: none;
	border: none;
}
.btn-black {
	background: #181818;
	color: white;
	padding: 8px 19px;
	border-radius: 15px;
}

.btn-red {
	background: #b90013;
	color: white;
	padding: 8px 19px;
	border-radius: 15px;
}
/* icons */
.icon-document,
.icon-analytics,
.toolbox-header-icon,
.icon-quote-big,
.icon-arrow-left,
.icon-toggle,
.icon-minus,
.icon-plus {
	display: inline-block;
	vertical-align: text-bottom;
}


.icon-minus,
.icon-plus {
	width: 21px;
	height: 21px;
}
.icon-minus {
	background: url('../../_mediernes_udvikling/img/icons/icon-minus.png') no-repeat;
}
.icon-plus {
	background: url('../../_mediernes_udvikling/img/icons/icon-plus.png') no-repeat;
}

.pull-right {
	float: right;
}

.menu-left {
	color: white;
}

/* searchbtn */
#searchbtn {margin:0;}

/* submenu 2 */
.submenu2 h2 {
	border-bottom: 1px solid #999999;
	margin: 10px 19px 0;
}
#sectionsplash .twocol .right  .submenu2 .link-box ul li a {
	margin: 0 0 12px;
}
#sectionsplash .twocol .right  .submenu2 .link-box {
	margin-top: 14px;
	margin-right: 25px;
	width: 161px;
	height: 213px;
	overflow: hidden;
}


/* it can be used to make red service scroll-down button smaller
#selfservicedrop {
	background: #e41b24 url("../images/sprite-selfservicedrop.png") no-repeat scroll 93.3% 11px;
	color: #fff;
	display: block;
	height: 16px;
	padding: 10px 20px;
}

#selfservicemenu .drop {
	position: absolute;
	top: 36px;
	width: 240px;
	z-index: 50;
}

#selfservicemenu .active #selfservicedrop {
	background-position: 93.3% -22px;
}
*/