/* general */
a, a:hover, a:active {
	color: #620000;
}
a:hover,
a.secundarylink{
	text-decoration:underline;
	}
.small{
	font-size:70%;
}
/* forside */
.top-bar {
	margin:0 0 20px 0;
	padding:0;
	background-color:#fdeded;
	border-bottom:#000 solid 6px;
}
.main-logo {
	border-bottom:#e90000 solid 3px;
	padding-top:61px;
	padding-bottom:16px;
	width:100%;
}
.main-logo h1 {
	width:100%;
	overflow:hidden;
}
.main-logo h1 {
	margin-left:auto;
	margin-right:auto;
	max-width:90%;
	display:block;
}
.main-logo a {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	max-width:100%;
}
.main-logo a img {
	margin-right:15px;
}
.rowspacebottom {
	padding-bottom: 1.875rem;
}
.imagerow img {
	width:100%;
	height:100%;
}
.imagerow {
	position:relative;
}
.imagerow .imageoverlay {
	position:absolute;
	bottom:30px;
	right:15px;
	background-color:#666666;
	background-color:rgba(0, 0, 0, 0.5);
	color: #fff;
	width: auto;
}
.imageoverlay h2 {
	display:block;
	padding:0 10px;
}
.imageoverlay .secundary {
	color: red;
}
.footer {
	margin:10px 0 20px 0;
	background-color:#fdeded;
	color: #620000;
	font-family:Osvald, Impact, sans-serif;
	letter-spacing: 0.02em;
}
.footer .columns div {
	padding:10px 0 20px 0;
}
.footer a, .footer.a:hover {
	color: #620000;
}
.footer li {
	list-style-type:none;
}
.right {
	text-align:right;
	float:right;
}
.button, .button:hover, .button:focus, .button a, .button a:hover {
	background-color: #620000;
	color:#fff;
}
.bt-right{ 
	float:right;
	margin-top:1em;
}
.bt-compact{ 
	margin-top:0;
}
.bt-rightarrow {
	border-bottom: 15px solid transparent;
	border-left: 15px solid black;
	border-top: 15px solid transparent;
	float:left;
}
.bt-content {
	background-color: #e50824;
	height:30px;
	float:left;
	padding:3px 10px;
	line-height:22px;
}
.bt-content a, .bt-content a:hover {
	color: #fff;
}
.mh-callout{
	border: 1px solid #e50824;
	margin:10px 0 20px 0;
	padding:10px 20px 10px 20px;
	background-color:#fdeded;
	line-height:30px;
}

/* underside */

.subside-top {
	position:relative;
	margin-bottom:-10px;
	height:100px;
}
.sub-logo {
	position:absolute;
	top:15px;
	left:15px;
	z-index:100;
}
.mainwrap {
	border-top: 1px #000 solid;
}
.leftnavigation {
	background-color:#fdeded;
	margin-bottom:15px;
	margin-left:-15px;
	padding-left:15px;
	padding-top:35px;
	padding-bottom:35px;
}
.leftnavigation ul {
	list-style:none;
}
.maincontent {
	padding-top:40px;
	height:600px;
}
.maincontent ul{
	margin-left:20px;
}
img.content-right {
	float:right;
	margin-left:15px;
	margin-bottom:16PX;
	max-width:50%;
}
.foto img {
	margin-bottom:15px;
}
/*Google map*/	
#map {
	width: 100%;
	height: 400px;
	background-color: grey;
	margin-bottom:20px;
}
.markerInfo {
}