*, *:before, *:after {
    -moz-box-sizing: border-box;
}
body,html{
	min-width:420px;
    height: 100%;
    margin: 0;
    padding: 0;
}
html{
	font-family:"Open Sans",serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body{
    position: absolute;
    width: 100%;
	font-size:20px;
}
a{background:transparent;text-decoration:none}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0;text-decoration:underline}
div {
	padding:0;
}
.main_cont {
	max-width:1100px;
	
	margin:0 auto;
	position:relative;
}
.txtc {text-align:center}
.txtr {text-align:right}
.header {
  background: url(/Bilder/header1.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 80%;
  position: relative;
  top:0;
}
.header_out {background:#0a090a;width:100%;position:relative;}
.header_out img {height:536px;position:relative;top:0;right:0;}
.header {
  background:#0a090a url(/Bilder/header_short.jpg) no-repeat right center; 
  max-width:1100px;
  margin:0 auto;
  height:536px;
  position: relative;
  top:0;
}
.header_small{min-height:189px;}
.header_small img { height:189px;background-position:center -20px;float:right}
.slogan {
	font-family:"Satisfy";
	position:absolute;
	color:#ddd;
	font-size:300%;
	left:170px;
	top:50%;
	margin-top:-75px;
	line-height:1em;
	text-shadow:0 0 4px #000;
}
.slogan2 {
	position:relative;
	top:50px;
	left:0;
	line-height:1em;
	font-size:70%;
}
.slogan_small {font-size:250%;left:5%;}
.logo{
	position:absolute;
	width:150px;
	height:150px;
	background:url(/Bilder/logo4.png) 0 0 no-repeat;
	left:0px;
	top:50%;
	margin-top:-75px;
}

.menu,.footer {
	background-color:#1A1D22;
}
.menu{
	position:relative;
	z-index:1;
	padding:8px;
}
.footer {
	clear:both;
	margin-top:20px;
	padding:15px 8px 40px 8px;
}
.nav_small {
	font-family:"Andada",serif;
	font-size:18px;
	background:transparent url(/Bilder/menu.png) 15px center no-repeat;
	width:125px;
	height:42px;
	display:none;
	cursor:pointer;
	color:#fff;
	line-height:42px;
	text-indent:60px;
}
#nav{
	/*float:right;*/
	min-height:50px;
	margin:0;padding:0;
}
#nav li {
	font-size:18px;
	display:block;
	margin-left:20px;
	height:50px;
	float:left;
	list-style-type:none;margin:0;padding:0;
	position:relative;
}
.submenu {
	display:none;
	position:absolute;
	left:0;
	padding:0;
	background-color:#000;
	
	-moz-box-shadow: 0 5px 10px rgba(0,0,0, 0.5);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0, 0.5);
	box-shadow: 0 5px 10px rgba(0,0,0, 0.5);
}
#nav li:hover .submenu {
	display:block;
}
.submenu li {
	min-width:100%;
	text-align:center;
}

.row a,#nav a {
	color:#3F8FD2;
	text-decoration:none;
	line-height: 20px;
	display:block;
	padding:15px 18px 15px 18px;
}
.nav_small:hover,.row a:hover,.row .active,#nav a:hover,#nav .active {
	color:#fff;
	background-color:#3F8FD2;
}
a,.transall {
	-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;
}

.simplelink {padding:15px 0 0 10px !important;display:inline-block !important}
.simplelink:hover {background:transparent !important;}

.rowa {margin:0;padding:0 20px 0 0;float:left;width:25%;}
.rowb {float:right;width:40%;}
.rowb,.rowa li {
	font-family:Arial;
	font-size:16px;
	display:block;
	line-height:1.2;
	list-style-type:none;margin:0;padding:0;
}
.row .text {color:#808A8C;padding:5px;display:block;}
.row a {color:#808A8C;font-size:14px;padding:5px 10px}

.main_text h1,.main_text h2 {color:#444;}
.main_text h1 { font-size:2em;margin-bottom:1em;text-align:left; }
.main_text h2 { font-size:1.5em;margin:0 0 1.3em 0;text-align:center; }
.main_text {
	min-height: 300px;
	color:#333;
	font-size:1.0em;
	line-height:1.4;
}
.main_text p {
margin-bottom: 20px;
}
.br {height:0;display:block;clear:both}
hr {border:0;border-bottom:1px solid #eee}
.boxstyle .textbox,.boxstyle .imagebox {padding:20px 0;

-webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}
.boxstyle,.boxstyle:before,.boxstyle:after {
	clear:both;
}
.main_text a {color:#3F8FD2}
.main_text a:hover {color:#007BE0;text-decoration:underline}
.boxstyle_left .textbox {
	width:60%;
	float:left;
	text-align:justify;
}
.boxstyle_left .imagebox {
	width:38%;
	float:right;
	text-align:right;
}
.boxstyle_right .textbox {
	width:60%;
	float:right;
	text-align:justify;
}
.boxstyle_right .imagebox {
	width:38%;
	float:left;
	text-align:left;
}
.imagebox img {
	margin-top:15px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	-ms-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
	box-shadow: 0 0 3px rgba(0,0,0, 0.5);
}
.smaller_text {font-size:80%}

@media only screen and (max-width:1140px) {
	/*.nav {display:none}*/
	.boxstyle_left .textbox,.boxstyle_left .imagebox,.boxstyle_right .textbox,.boxstyle_right .imagebox {width:auto !important;float:none !important;}
	.boxstyle_left .textbox,.boxstyle_right .textbox {padding:1em}
	.boxstyle_left .imagebox,.boxstyle_right .imagebox {text-align:center !important}
	.main_text h1 {text-align:center;}
	.header_out img {width:100%;height:auto;}
	.menu {height:auto !important}
	.nav_small {display:block}
	#nav {display:none}
	#nav li {float:none !important;height:auto}
	.rowa,.rowb {width:100%;float:none}
	.submenu {display:block;position:inherit;top:auto;left:auto;background:transparent}
}

.force_show {display:block !important}

.caption {position:relative;display:inline-block;width:400px;}
.caption p {text-align:left;background-color:#ddd;color:#333;font-size:70%;margin:0;padding:5px;margin-top:-5px}
.stammbaum {float:left;}
.stammbaum .line {float:left;width:38px;margin:90px 5px;border-top:1px solid #555}
.stammbaum .caption {float:left;width:180px}

.galerie {margin:0;padding:0;}
.galerie li {float:left;list-style-type:none;margin:0;padding:10px;}
.galerie img {width:200px;height:200px;}
.facebook_big {float:right;width:164px;height:50px;}