@charset "utf-8";
html, body {
    position: relative;
}
html {
	font-family:Arial, Helvetica;
	font-size:14px;
	min-height: 100%;
	}
	@media screen and (max-width:625px) {
		html {
			font-size: 75%; /* 12 */}}

.ie6 img {
	width:100%;}
	
body {
	background-color:#bfe5f4;
	display: flex;
	padding-bottom: 4em;
	/* min-height: 100%; */
	}

.clear {
	clear:both;}

b {
	font-weight: bold;}

abbr {
	border-bottom: 1px dashed;
	cursor: help;}
	
sup {
	vertical-align: super;
    font-size: smaller;}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;}

#container {
    position: relative;
    min-height: 100%;
}
.container > article{
	padding-top: 30px;
}

/* --- header --- */

/*header {
	position: fixed;}*/
	
header img {
	display: block;
	width:100%;}

/* --- nav --- */

#nav {
	width: 100%;
	font-weight: bold;
	position: relative;
	margin-top: 0;
	height: 1vw;
	z-index: 100;
	background-color: #0B73B5;
	text-align: center;
	}
	

#nav .inner{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
	
#nav .inner > a {
	display: none; }
	@media screen and (max-width:625px) {
		#nav .inner > a {
			width: 3.125em; /* 50 */
			height: 3.125em; /* 50 */
			text-align: left;
			text-indent: -9999px;
			position: relative;	}}
	
#nav li {
	position: relative; }
	
#nav li a {
	display: block;
	background-color:#def1fb;
	-moz-border-radius:0.8em;
	border-radius:0.8em;
	border:solid 0.16em;
	color:#000000;
	padding: 0 1em;
	text-decoration:none;}
	
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '' ;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */}

	/* first level */

#nav .inner > ul > li {
	/*width: 15%;
	height: 3em;*/
	float: left;}
	@media screen and (max-width:625px) {
		#nav .inner > ul > li {
			height:1.5%;
			width: 92%;
			float: none;
			margin-left: 2%;
			}}
	
#nav .inner > ul > li:not( :last-child ) > a {
	margin-right:5px;}
	@media screen and (max-width:625px) {
		#nav .inner > ul > li:not( :last-child ) > a {
			margin-right:0px;}}
				
#nav .inner > ul > li > a {
	/*height: 100%;*/
	font-size: 1vw; /* 24 */
	line-height: 1.5em; /* 60 (24) */
	text-align: center;	}
	/*@media screen and (max-width:1024px) {
		#nav .inner > ul > li > a {
			font-size:0.9em;}}*/
	@media screen and (max-width:625px) {
		#nav .inner > ul >li > a {
			font-size:1.3em;
			line-height: 2em;
			height: auto;
			text-align: left;
			padding: 0 0.833em; /* 20 (24) */
			margin: 0.3em 0;
			}}
	
#nav .inner > ul > li:hover > a, #nav .inner > ul:not( :hover ) > li.active > a {
	color: #b4170a;	}

	/* second level */

#nav li ul {
	display: none;
	position: absolute;
	top: 100%; }
	@media screen and (max-width:625px) {
		#nav li ul 	{
			position: static;
			padding: 1.25em; /* 20 */
			padding-top: 0;	}}
					
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0; }

#nav li:not( :first-child ):hover ul {
	left: -1px; }
	
#nav li ul a {
	font-size: 0.8vw; /* 20 */
	background-color:#def1fb;
	-moz-border-radius:0.8em;
	border-radius:0.8em;
	border:solid 0.16em;
	color:#000000;
	width:150%;
	padding: 0.75em; /* 15 (20) */}
	@media screen and (max-width:625px){
		#nav li ul a {
			font-size:1.1em;
			width: auto;
			line-height: 0.6em;
			margin: 0.3em 0;
		}
	}
	
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	color: #b4170a;}

	/* Navi ab 625px */

@media only screen and ( max-width:625px ) {
	#nav .inner ul.opened{
		display: block;
		margin-top: 25px;
		background-color: #BFE5F4;
	}
	#nav .inner > a::before, #nav .inner > a::after {
		position: absolute;
		border: 2px solid #fff;
		top: 35%;
		content: '';
		display: block;
		left: 25%;
		right: 25%;
		content: '';}
	#nav .inner > a:after {
		top: 60%;}
	#nav .inner > a:first-child{
		left: 0;
		position: absolute;
		top: 0;
		display: block;	}

		/* first level */
	#nav .inner > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0; }
	
	#nav:target > ul {
		display: block;	}}
		
/* Karte */
.rahmen {
	position:relative;
	margin-top: 0%;
	z-index:10;}
	@media screen and (max-width:625px) {
		.rahmen {
			display: none;}	}

.karte {
	width: 100%;}

/* Inhalt */

.logo_start {
	position:relative;
	width:70%;
	padding-left:5%;}
	@media screen and (max-width:625px) {
		.logo_start {
			width:60%;}}

.logo {
	position:relative;
	width:24.5%;
	padding-left:13%;}
	@media screen and (max-width:625px) {
		.logo {
			width:60%;}}

#welcome {
	z-index: 100;
	position: relative;
	border:solid #000 thin;
	margin:1% 5%;
	padding: 0 0 1.5em 0;
	background-color: white;
	/*max-height:32vw;
	overflow: auto;*/
	line-height:1.1em;
	padding-bottom: 1.5em;}	
	/*@media screen and (max-width:825px) {
		#welcome, #main {
			height:30vw;}}
	@media screen and (max-width:700px) {
		#welcome, #main {
			height:15em !important;;
			overflow-y: scroll;	}}
	@media screen and (max-width:625px) {
		#welcome {
			height:auto !important;
			max-height:76vw;
			overflow:visible;	}}
*/

#main {
	z-index: 100;
	position: relative;
	border:solid #000 thin;
	margin:1% 13%;
	padding: 0 0 1.5em 0;
	background-color: white;
	/*max-height:32vw;
	overflow: auto;*/
	line-height:1.1em;
	padding-bottom: 1.5em;
    /*opacity: 0.7;*/
    background: rgba(255,255,255,.7);}	
	/*@media screen and (max-width:825px) {
		#main {
			height:30vw;}}
	@media screen and (max-width:700px) {
		#welcome, #main {
			height:15em !important;;
			overflow-y: scroll;	}}*/
	@media screen and (max-width:625px) {
		#main {
			background: rgba(255,255,255,1);}}


/* Länder */

.vitae {
	margin-bottom:2em;}
	@media screen and (max-width:1024px){
		.vitae {
			font-size:0.8em;}}
	@media screen and (max-width:625px){
		.vitae {
            background-color:white;
			font-size:0.9em;}}
	
.vitae td {
	padding:0.2em 1em;
	vertical-align: top}
	
td a {
	text-decoration: underline;
}

.zwischen {
	height: 1.5em;
    vertical-align: bottom !important;}
    
.jahr {
	font-weight: bold;
	width: 20%;
}
.vjahr {
	font-weight: bold;
	width: 25%;
}
.vtext {
	width: 70%;
}
.portrait {
	float:left;
	padding:1em;
	width:15%;}
     @media screen and (max-width:1400px) {
		.portrait {
			width:15%;}}
    @media screen and (max-width:625px) {
		.portrait {
			width:30%;}}
	
.portrait img {
	width: 100%;}
	
.portrait figcaption {
	font-size:0.7em;
	text-align:center;}
	@media screen and (max-width:1024px) {
		.portrait figcaption {
			font-size:0.6em;}}
	@media screen and (max-width:825px) {
		.portrait figcaption {
			font-size:0.5em;}}
	@media screen and (max-width:625px) {
		.portrait figcaption {
			font-size:0.7em;}}
.news {
    width:20%;
    margin: 2em 0 0 2em;}

.newsbild {
    font-size: 0.7em;
    margin-left: 3em;}
    @media screen and (max-width:1024px) {
		.newsbild {
			font-size:0.6em;}}
	@media screen and (max-width:825px) {
		.newsbild {
			font-size:0.5em;}}
	@media screen and (max-width:625px) {
		.newsbild {
			font-size:0.7em;}}

#side {
	z-index: 100;
	position: relative;
	border:solid #000 thin;
	margin:1% 5%;
	padding: 0  0 0 0;
	background-color: white;
	max-height: 34vw;
	overflow:auto;
	line-height: 1.5em;}
	@media screen and (max-width:825px) {
		#side {
			height:33vw;}}
	@media screen and (max-width:625px) {
		#side {
			height:auto !important;;
			max-height: 400vw;}}

section {
	position:relative;
	float:left;
	width:35%;
	z-index: 20;
	margin-top:-40%;
	}
	@media screen and (max-width:625px) {
		section {
			margin-top:1%;
			width:100%;	}}

.start {
	position:relative;
	float:left;
	width:35%;
	z-index: 20;
	margin-top:-40%;}
	@media screen and (max-width:625px) {
		.start {
			margin-top:1%;
			width:100%;	}}

.inhalt {
	position:relative;
	/*float:left;*/
	width:100%;
	z-index: 20;
	margin-top:-40%;
	}
	/*@media screen and (max-width:825px) {
		.inhalt {
			width:46%;	}}*/
	@media screen and (max-width:625px) {
		.inhalt {
			margin-top:1%;
			width:100%;	}}
	
aside {
	position:relative;
	float:right;
	width:35%;
	z-index: 20;
	margin-top:-35.5%;}
	@media screen and (max-width:625px){
		aside {
			width:100%;
			float:none;
			margin-top:0;}}

.inhalt_right {
	position:relative;
	float:right;
	width:35%;
	z-index: 20;
	margin-top:-35.5%;}
	@media screen and (max-width:825px){
		.inhalt_right {
			margin-top:-34.5%;
			width:46%}}
	@media screen and (max-width:625px){
		.inhalt_right {
			width:100%;
			float:none;
			margin-top:0;}}

#side img{
	width:80%;
	margin:1em 0 0 1em;}

#side figcaption {
	margin:0 0 1em 1em;}
	
#side ol, #main ol {
	list-style-type: decimal;
	margin:1em 0 0 3em;
	line-height: 1.1em;}

#side ul, #main ul {
	list-style-type:disc;
	margin:1em 0 0 3em;
	line-height: 1.1em;}
	
#side li, #main ol {
	font-size: 1em;
	padding-right: 1em;}
	@media screen and (max-width:1024px) {
		#side li, #main ol {
            font-size:0.9em;}}
    @media screen and (max-width:625px) {
        #side li, #main ol {
            font-size: 0.8em;}}
	
#side li:not( :last-child ), #main li:not( :last-child ){
	margin-bottom:0.7em;}
	
#side li:last-child, #main li:last-child {
	margin-bottom:1em;}
	
#side a, #main a {
	color:#0B73B5;}

#side a:hover, #main a:hover {
	color:#b4170a;}

.top {
	margin:0 !important;
	/*font-size:1em;*/
	line-height:1.1em;
	padding-bottom: 1.5em; }
	@media screen and (max-width:625px) {
		.top {
			background-color:white !important;}	}
			
.top h1, #main h1, #side h1, .sidecontent h1 {
	font-weight:bold;
	font-size:1.1em;
	padding:1.4em 1.4em 1.5em 1em;
	background-color:#def1fb;
	margin:0;}
	@media screen and (max-width:1024px) {
		.top h1, #main h1, #side h1, .sidecontent h1 {
			font-size: 1em;	}}
	@media screen and (max-width:825px) {
		.top h1, #main h1, #side h1, .sidecontent h1 {
			font-size: 0.9em;	}}
			
.top h2, #main h2, #side h2  {
	font-weight:bold;
	font-size:1em;
	padding:1em 1.4em 0 1em;
	margin:0;}
	@media screen and (max-width:1024px) {
		.top h2, #main h2, #side h2 {
			font-size:0.9em;}}
	@media screen and (max-width:825px) {
		.top h2, #main h2, #side h2 {
			font-size:0.8em;}}
			
.top h3, #main h3, #side h3  {
	font-weight:bold;
	font-size:1em;
	padding:1em 0 0.5em 1em;
	margin:0;}
	@media screen and (max-width:1024px) {
		.top h3, #main h3, #side h3 {
			font-size:0.9em;}}
	@media screen and (max-width:824px) {
		.top h3, #main h3, #side h3 {
			font-size:0.8em;}}
			
.top h4, #main h4, #side h4  {
	font-weight:bold;
	font-style:italic;
	font-size:1em;
	padding:0.8em 0 0 1em;
	margin:0;}
	@media screen and (max-width:1024px) {
		.top h4, #main h4, #side h4 {
			font-size:0.9em;}}
			
.top p, #main p, #side p, .sidecontent p, .kontakt {
	padding: 0 1.5em 0 1em;
	margin: 1em 0 0 0;
	line-height: 1.1em;
	font-size:1em;}
	@media screen and (max-width:1024px) {
		.top p, #main p, #side p {
			font-size:0.9em;}}
	@media screen and (max-width:825px) {
		.top p, #main p, #side p {
			font-size:0.8em;}}
			
.nachh4 {
	margin:0 !important;}
			
.letzter {
	margin-bottom: 2em !important;}

.bottom {
	background-color:#bee3f2;
	font-size:1em;
	color:#b4170a;
	padding: 1.5em 1em;}
	@media screen and (max-width:1024px) {
		.bottom {
			font-size:0.8em;}}

.folge {
    margin:1em;}
    @media screen and (max-width:625px){
        .folge 
            {background-color:white;}}
    
.folge colgroup {
	border:1px solid black;
}
.folge td {
	border:1px solid black;
	padding:1em;
	vertical-align: top;
}

/* Portaits */

.portaits {
	text-align:center;}
	
.portaits img {
	width:65%;}
	@media screen and (max-width:1024px) {
		.portaits img {
			width:60%;}}
	@media screen and (max-width:825px) {
		.portaits img {
			width:55%;}}
	@media screen and (max-width:625px) {
		.portaits img {
			width:50%;}}

.reihe1 {
	float:left;
	padding:1%;
	width:31%;}
	
.reihe2 {
	float:left;
	padding:1%;
	width:31%;}
	
.reihe3 {
	float:right;
	padding:1%;
	width:31%;}

.portaits figcaption {
	display:block;
	font-size:0.7em;
	text-align:center;
	padding-top:0.3em;
	padding-bottom:0.4em;
	line-height:1.1em;}
	@media screen and (max-width:825px){
		.portaits figcaption {
			font-size:0.6em;}}
	@media screen and (max-width:625px){
		.portaits figcaption {
			font-size: 0.9em;
    		padding-bottom: 1em;}}
	
.fig_country {
	font-size:1em;
	font-weight:bold;
	margin-bottom: 0.3em;}
	@media screen and (max-width:1024px) {
		.fig_country {
			font-size:0.8em;
			font-weight: normal;}}
	@media screen and (max-width:825px) {
		.fig_country {
			font-size:0.7em;}}		
	@media screen and (max-width:625px) {
		.fig_country {
			font-size:1em;
			font-weight: bold;}}		
	
.fig_country br, .fig_country_active br, .hide {
	display: none;}
	@media screen and (max-width:825px){
		.fig_country br, .fig_country_active br, .hide {
			display:block;}	}


.fig_country_active {
	font-size:1em;
	padding-bottom:0.3em;
	font-weight:bold;
	color:#b4170a;}
	@media screen and (max-width:1024px) {
		.fig_country_active {
			font-size:0.8em;
			font-weight:normal;}}
	@media screen and (max-width:825px) {
		.fig_country_active {
			font-size:0.7em;}}
	@media screen and (max-width:625px) {
		.fig_country_active {
			font-size:1em;
			font-weight:bold;}}
			
/* footer */

footer {
	position: absolute;
	bottom: 0;
	height:4em;
	width: 100%;
	z-index: 20;
	}
    @media screen and (max-width:625px){
		footer {
		/*bottom: 0;*/	}}

/*#footer {
	position:relative;*/
	/*position:absolute;
    bottom: 15%;
    width: 100%;
	
}*/
footer hr {
	  height:2px; 
      margin: 0 auto;
	  color:#FFF;
	  background: #FFF;
	  }
footer img {
	float:right;
	margin-top: 0.3em;
	margin-right: 1.1em;
	padding-bottom: 0.3em;}
	@media screen and (max-width:625px){
		footer img {
		width: 50%;	}}
footer p {
	margin-left:1.6em;
	font-weight:bold;
	font-size:0.8em;
	margin-top: 0.8em;
	float:left;
}
footer a {
	text-decoration:none;
	color:#000;
}
footer a:hover {
	text-decoration:none;
	color:#b4170a;
}  
.trenner {
	margin-bottom:2em !important;}
.vita {
	margin: 1em;
	line-height:1.6;
}
.vitazelle {
	width: 120px;
}
.land {
	width:50%;
}