/*  
body p , body h1, body h2 {
	color: grey;
}
body #Title section h1 {
	color: #114c7f;
}
  */

/*@font-face {
    font-family: JosefinSans;
    src: url(./font/JosefinSans/JosefinSans-SemiBold.ttf);
}*/
@font-face {
    font-family: Colaborate;
    src: url(https://jkreft.de/style/font/Colaborate/ColabThi.otf);
}
body {
	background-color: #E5E5E2;
	font-family: Colaborate;
	color: black;
}
header {
	/*border-radius: 0em 0em 1em / 0.5em 2em;*/
}
footer, footer a, footer a:visited {
	color: #343433;
	text-align: left;
	/*border-radius: 0em 0em 1em / 0.5em 2em;*/
}
article {
	background: white;
	opacity: 1;
	box-shadow: 0.1em 0.1em 0.2em 0 #AAAAAA;
	border: 0.05em solid #AAAAAA;
	border-radius: 0.1em;
}
footer section ul {
	list-style-type: none;
}
h2 {
}
p {
	text-align:justify;
	line-height: 130%
}
a {
	z-index: 100;
	color: #003b6f;
	text-decoration: none;
}
a:hover {
	z-index: 100
	color: #003b6f;
	text-decoration: underline;
}
a:visited{
	z-index: 100
	color: #002a5e;
	text-decoration: none;
}
a:visited:hover {
	z-index: 100
	color: #002a5e;
	text-decoration: underline;
}
.siteLink:hover, .langLink:hover {
	cursor:pointer;
}
.menuLink {
	background-color: white;
}
.menuLink:hover {
	opacity: 1;
}
#Contact:hover {
	opacity: 0.95;
}
#Title {
	border-bottom: 0.5em solid #BBBBBB;
	opacity: 0.9;

}
#Title section {
	font-weight: bold;
	padding-top: 2.5em;
	padding-bottom: 0;
	background-color: #003b6f;
}
#Contact {
	flex: 1 100%;
	background: #003b6f;
	opacity: 0.9;
}
#Title a:link:hover {
	text-decoration: none;
}
#SubTitle {
	background-color: transparent;
	text-align: left;
	box-shadow: none;
	border: none;
	color: #314159;
}
#Contact section, #Contact section a {
	color: #EEEEEE;
}

/* ============================================== Alignment, Boxes and Layout ========================================= */
#Title {
	flex: 1 100%;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}
#Title h1 {
	position: relative;
	top: 0.25em;
	right: -0.02em;
	font-size: 5em;
	color: #BBBBBB;
	padding-top: 0;
	margin: 0;
	text-align: center;
}
#SubTitle {
	flex: 1 100%;
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: -1em;
}
#SubTitle h1 {
	font-size: 2em;
	padding: 0;
	margin: 0;
}
#SubTitle h1.empty {
	font-size: 0.5em;
	padding: 0;
	margin: 0;
}
.langLink {
	float: right;
	color: #131311;
	font-weight: bold;
	margin-right: 0.25em;
	margin-left: 0.25em;
	margin-top: 0.5em;
	margin-bottom: 0;
	opacity: 0.9;
	text-shadow: 2px 2px 2px #777777;
}
.langLink img {
	box-shadow: 3px 3px 3px #777777;
}
.langLink:hover {
	opacity: 1.0;
}
.socialLink {
	float: left;
	margin-left: 0;
	margin-right: 0.5em;
	margin-bottom: 0;
	opacity: 0.9;
}
.socialLink:hover {
	opacity: 1.0;
}
/* Responsive: Mobile first - all blocks are set to 100% witdth =================================================== */  
body {
	margin: 8px auto;
	min-width: 24em;
	max-width: 62em;
	display: flex;
	flex-flow: row wrap;
}
header {
	padding: 0;
	margin: 0.5em;
	margin-bottom: 0;
	margin-top: 0;
	flex: 1 100%;
}
article {
	align-self: stretch;
	padding: 0;
	margin: 0.5em;
	flex: 1 100%;
}
article section {
	padding: 1em;
	margin: 0;
}
footer {
	height: 2.7em;
	padding: 0;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	flex: 1 100%;
}
footer section ul {
	display: flex;
	flex-flow: row wrap;
}
footer section ul li {
	flex: 1 auto;
	min-height: 1.5em;
	align-self: stretch;
}
/* Responsive: Smartphones and tablets with medium resolution ====================================================== */
@media all and (min-width: 35em) {
	nav {
		display: flex;
		flex-flow: row wrap;
	}
}
/* Responsive: Viewports with high resolution ==================================================================== */
@media all and (min-width: 57em) {
	footer section ul {
		position: relative;
		left: 4em;
		list-style-type: none;
		display: flex;
	}
	footer section ul li {
		flex: 1 auto;
		align-self: center;
	}
	nav {
		display: flex;
		flex-flow: row nowrap;
	}
	article {
		align-self: stretch;
		padding: 0;
		margin: 0.5em;
		/*border-radius: 0em 0em 1em / 0.5em 2em;*/
	}
}
/* ============================================ Navigation =================================================== */
.navFull div.navText  {
	display: none;
}
.navColl div.navText  {
	display: inherit;
}
/* =============================================== I18n ====================================================== */
.en {
	display: inherit;
}
.de {
	display: none;
}
.fr {
	display: none;
}
/*=============================================== toggleJavascript =======================================================*/
.noJavascript {
	display: inherit;
}
.withJavascript {
	display: none;
}
