body {
	background-color: white;
	margin: 0;
	padding: 0;	
}
#global_wrap {
	position: relative;
	left: 0;
	top: 0;
}
#header {
	background:#2b2b2b;
	height: 75px;
	color: white;
	position:relative;
	margin: auto;
	left: 0;
	top: 0;
	z-index: 35;
}
#logo {
	float: left;
	padding: 0 2px 0 0;
	width: 220px;
	height: 100%;
	display: block;
	background: url('../gfx/logo-220.png') no-repeat center center;
}
#logo span {
	position: absolute;
	top: -5000px;
	left: -5000px;
}
#header > div > div {
	height: 75px;
}
#header .subtitle, #publication a.text {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-shadow: 0 0 1px #005747;
}
#header .subtitle {
	padding-left: 8px;
}
#publication img {
	box-shadow: 0 0 2px rgba(0,0,0,0.7);
	float:left;
	margin-right: 6px;
}
#publication img:hover {
	box-shadow: 0 0 2px rgba(0,0,0,1);
}
#publication a.text {
	text-shadow: 0 0 2px red;
}
#publication a.text:hover { 
	text-shadow: 0 0 2px gold;
}

#google_translate_element {
	left: -67px;
}
#navigation {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 20;
}
#content {
	position: relative;
	left: 0;
	top: 0;
}
#content .inner {
	margin: auto;
	position: relative;
	left:0;
	top: 0;
	z-index:20;
}
body.map h1 {
	position: absolute;
	left: 67px;
	top: 19px;
	z-index: 15;
	height: 45px;
}
div.padder {
	padding: 10px;
}
#googlemaps_location .padder {
	padding: 0 0 0 4px;
}
.first div.padder {
	padding-left: 0px;
}
.last div.padder {
	padding-right: 0px;
}
div.white {
	background: white;
}
#main {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
body.map #main {
	left: 69px;
	top: 86px;
	width: 402px;
}
#lang_bar {
	float:right;
	font-size: 0.8em;
}
/* new grid system */
.grid:after {
    clear: both;
    content: " ";
    display: block;
}
.grid {
	margin-left:-3px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.grid.space {
	margin-left: 17px;
	margin-right: 20px;
}
.grid .unit, .grid .units {
	box-sizing: border-box;
    margin-left: 3px;
}
#header .grid .unit, #header .grid .units {
    padding-left: 18px;

}
#header .grid {

}
.one { width: 8.333%;}
.two { width: 16.666%;}
.three { width: 25%;}
.four { width: 33.333%;}
.six { width: 50.0%;}
.eight { width: 66.666%;}
.nine { width: 75%;}
.ten { width: 83.333%;}

/* Start page specific */
.main-content {
	height: 640px;	
	background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(202,222,135) 0%, rgb(171,203,68) 100%);
	background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(202,222,135) 0%, rgb(171,203,68) 100%);
	background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(202,222,135) 0%, rgb(171,203,68) 100%);
}
.start .main-content {

}
.start .main-content .inner {
	height: 100%;
	position: relative;
	overflow: hidden;
}
/* close it nicely */
.close-nicely {
	transition-duration: 300ms;
	min-height: 30px;
}
.close-nicely.closed {
	height: 40px;
	width: 40px!important;
	top: 90%!important;
	left: 60px!important;
	overflow:hidden;
	padding: 0;
}
.close-nicely.closed * {
	opacity: 0;
}
.close-nicely.closed a {
	transition-duration: 300ms;	
	opacity: 1;
	margin: 4px 3px 0 0
}
.close-nicely.closed a.close {
	transform: rotate(45deg);
}
.close-nicely h2 {
	transition-duration: 300ms;	
}
.close-nicely.closed h2 {
	color: white;
}
.cover-image {
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
}
.responsive-image {
	overflow: hidden;
	text-align: center;
}
.responsive-image img {
	width: 100%;
	height: auto;
}