@charset "utf-8";

body{
	background-color: #fff;
}
#columns{
	background-color: #fff;
}
form#db-search{
	background-color: transparent;
}
.krak-header-icon{
	display: none;
}
div#article{
	padding: 10px;
	width: 610px;
}
div#article.half{
	padding: 10px;
	width: 280px;
	float: left;
}
#article h1{
	font-size: 28px;
	padding: 8px 0;
	color: #675B5B;
}

#article h2{
	font-size: 18px;
	padding: 7px 0;
	color: #675B5B;
}
#article.half h2{
	font-size: 20px;
	padding: 7px 0;
	color: #675B5B;
	height: 45px;
	overflow: hidden;
	margin-bottom: 7px;
}

#article h3{
	font-size: 16px;
	padding: 5px 0;
}
#article.half h3{
	font-size: 16px;
	padding: 5px 0;
}

#article h4{
	font-size: 12px;
	padding: 5px 0;
}
#article a.cover-link{
	text-decoration: none;
}

#article #abbr{
	width: 100%;
	height: 34px;
	overflow: hidden;
	clear: both;
    text-overflow: ellipsis;
	margin-bottom: 5px;
	
}
#article #abbr p{
	display: inline;
}
#article #abbr p:nth-child(2){
	padding-left: 7px;
}
#article p{
	font-size: 16px;
	padding: 5px 0;
}
#article ol li{
	font-size: 16px;
	padding: 5px 0;
}
#article ul{
	float:none !important;
}
#article .image-container{
	background-size: cover; 
	width: 600px; 
	height: 350px;
	background-position: 50% 50%;
}
#article.half .top-image-container{
	background-size: cover; 
	width: 280px; 
	height: 160px;
	background-position: 50% 50%;
}
#article .top-image-container{
	background-size: cover; 
	width: 600px; 
	height: 280px;
	background-position: 50% 20%;
}
#article .image-caption{
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
}

#related-i{
	width: 100%;
	height: 600px;
}

#related-i-r{
	width: 100%;
	height: 680px;
}
#related-i-l{
	width: 100%;
	height: 920px;
}

#tilbud h2{
	padding: 10px;
    margin: 5px 0;
    background-color: #ddd;
    display: block;
	font-size: 18px;
}
#tilbud h2 a{
    display: block;
	color: #2A6F96;
}
ul.list{
	float: none !important;
}

ul.list li{
	list-style-type: disc;
	margin-left: 20px;
}
@media screen and (max-width:680px) {
		div#article{
		padding: 3%;
		width: 94%;
	}
	#article h1{
		font-size: 22px;
		padding: 8px 0;
		color: #675B5B;
	}
	#article .image-container, #article .top-image-container, #article.half .image-container, #article.half .top-image-container{
		background-size: cover; 
		width: 100%; 
		height: 200px;
		background-position: 50% 50%;
	}
	#related-i-r{
		display: block;
	}
	div#article.half{
	padding: 2%;
	width: 96%;
	float: left;
}

}