/* Allgemein*/

@font-face { font-family: 'Elderflower';
             src: url('../bilder/Elderflower-Regular.ttf') format('truetype'); }

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

body {
	font-family:"century gothic",verdana,sans-serif;
	color: #272930;
	background:#272930;
	background-image:url(../bilder/hg3.jpg);
	background-attachment:fixed;
	}

#header {
	position: relative;
	overflow:hidden;
	}
	
#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	border-radius:1em;
	margin-bottom:0.5em;
	overflow:hidden; 
	padding-top:6em;
 	}

#box, #box2, #content {
	overflow:hidden;
	}		

/*Überschriften und Text*/

h1, h4, h5 {
	text-align: center;
	}
	
h1 {
	clear: both;
	font-size:4em;
	width:95%;
	padding-bottom:0.5em;
	font-family:"elderflower","century gothic",verdana,sans-serif;
	padding-left:1%;
	} 	
	
h2 {
	color:#ceccd7;
	font-size:1.2em;
	padding:0;
	padding-bottom: 0.5em;
	font-family: "century gothic",verdana,sans-serif;
	font-weight:normal;
	}

h3 {	
	font-size:1em;
	width:95%;
	margin-bottom:2em;
	padding-bottom:0.5em;
	font-family: "century gothic",verdana,sans-serif;
	font-weight:normal;
	}	

h4, h5 {
	margin-bottom: 1em;
	padding-left:2%;
	margin-top: 1em;
	font-size:3em;
	font-family: "elderflower","century gothic",verdana,sans-serif;
	color:#ceccd7;
	}
	

h6, p {
	margin-bottom:2em;
	} 	
	
#text {
	font-size:0.8em;
	margin-left:0.5em;
	width:95%;
	padding-bottom:0.5em; 
	text-align: center;
	}
	
#block {
	font-size:0.8em;
	margin-left:0.5em;
	width:95%;
	padding-bottom:0.5em;
	margin-top:0;
	text-align: center;
	}

#text p, #block p {
	text-align: justify;
	}
	
#block h3, #text h2 {
	text-align: left;
	}	
	
#text h1 {
	text-align: left;	
	}	
	
#satz {
	font-size:0.8em;
	margin-left:0.5em;
	width:95%;
	text-align: center;
	}	

#box cite {
	color:#ceccd7;
	}



/* Navi */	

#logo img {
	float:right;
	max-height:4em;
	margin:0.5em;
	}

#navi {
	position:fixed;
	z-index:100;
	margin-left:auto;
	margin-right:auto;
	background:#ceccd7;
	/*border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;*/
	border-bottom:0.2em solid white;
	margin-bottom:0.5em;
	overflow:hidden; 
	width:100%;
	height:5em;
 	}	
	
#menu {
	font-size:1em;
	margin-left:0.5em;
	padding-top:0.5em;
	}

#menu li {
	list-style-type:none;
	}
		
.home, .kol, .detail {
	float: none;
	}

/* 2. Navi Icons */

#iconnav {
	padding-top: 1em;
	}

#caption {
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#icon1, #icon2,	#icon3, #icon4, #icon5 {
	width: 15%;
	float: left;
	}
	
#icon1, #icon2,	#icon3, #icon4 {
	margin-right: 2%;
	}

figure img {
	width:100%;
	height: auto;
	float:left;
	margin-bottom: 0.5em;
	border-radius:50%;
	}

#anchor {
		position: relative;
		}		
		
.anchor {
		position: absolute;
		top: -6em;
		}		

/*Readmore für Mobile */
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    text-align: justify;
}

#text p, #block p, .more{
	text-align: justify;
	}


/* Links */
	
a{
	text-decoration:none;
}

.fett{
	color:#000;}
	
a:link{
	color:#ceccd7;
	}
	
#navi a:link, #navi a:visited{
	color:#fff;
	}	
	
a:link .fett{
	color:#000;}
	
a:visited{
	color:#ceccd7;}

a:focus, a:hover, #navi a:focus, #navi a:hover {
	color:#c33; 
	}	
	
a:active {
	color:#000;
	}	
		
a.active, a.fett {
	color:#000;
	}	
	
	
/* clear */
.clear{
	clear:both;
	margin-bottom:0.5em;
	}	
	
.absatz{
	clear:both;
	margin-bottom:1.5em;
	}	
	
.cleartext{
	clear:both;
	}		


#copyright{
	clear:both;
	text-align:center;
	font-size:0.7em;
	padding-top:5em;
	margin-bottom:0.5em;
	visibility: visible;
	}


/* Bilder */

#mainpic img, #detailpic img, #bild_left img{
		width:98%;		
		margin-left:1%;		
		border-radius:1em;
		}

#pic1 img, #pic2 img, #pic3 img {
		width:32%;
		height: auto;
		float:left;
		margin-bottom: 0.5em;
		border-radius:1em;
	}	
	
#pic1 img, #pic2 img {
		margin-right: 0.5em;
	}
	
#gallery{
		width:98%;
		margin-left:1%;
		}	



		
.up img {
		width: 3em;
		border-radius:50%;
		margin: 1em auto 0;
		float: right;
		}		
		
	

@media only screen and (min-width: 460px) {

#menucontent {
	float: left;
	padding: 2em;
	}

#menu li {
	display:inline;
	list-style-type:none;
	padding-right: 1.2em;
	padding-bottom: 0.7em;
	}

.home, .kol, .detail {
	float: left;
	}



}		
		
	
@media only screen and (min-width: 510px) {

#mainpic img {		
	margin:2 0.5em 2em 1em;
	margin-right:3em;
	}
		
#text {
	margin-top:2em;
	}	
	

	
#content{
	top:6.5em;
	padding-top:3%;
	padding-left: 2em;
	padding-right: 2em;
	}

}


@media only screen and (min-width:610px){

h1, h4, h5 {
	text-align: left;
	}
	
h5 {
	margin-top: 0;
	}

#content{
	top:5.5em;
	}

#mainpic img{
	width: 40%;
	float:left;
	margin:2 0.5em 2em 1em;
	margin-right:1.5em;
	}

#pic1 img, #pic2 img, #pic3 img {
	width:32%;
	height: auto;
	float:left;
	margin-bottom: 0.5em;
	border-radius:1em;
	}
	
#pic1 img, #pic2 img {
	margin-right: 2%;
	}
	
#gallery{
	width:50%;
	float:left;
	}	
		
#mainpic img, #bild_left img, #imppic img {
	border-radius:1em;
	margin-left:0.5em;
	max-width:20em;
	}
	
#imppic img {
	float: right;
	max-width:40%;
	}	
	
#detailpic img, #bild_left img{
	
	margin-bottom: 2em;
	}
	
}



@media only screen and (min-width:900px) {
	#navi {
		width:56em;
		margin-left:auto;
		margin-right:auto;
		height: 5em;
		}
	
	#content {
		width:56em;
		margin-left:auto;
		margin-right:auto;
		padding:2em;
	}
	
	#header {
		width:56em;
		margin-left:auto;
		margin-right:auto;
		}
	
	#pic1 img, #pic2 img, #pic3 img {
		width:32%;
		height: auto;
		float:left;
		margin-bottom: 0.5em;
		border-radius:1em;
	}
	
	#pic1 img, #pic2 img {
		margin-right: 0.5em;
	}
	
	#gallery{
		width:50%;
		float:left;
		}
		
		#textblock{
		width:65%;
		float:left;
		}
		
#impblock{
		width:50%;
		float:left;
		}
		
#impblock p {
		text-align: right;}
		
#mainpic img, #bild_left img, #imppic img {
	border-radius:1em;
	margin-left:0.5em;
	max-width:30em;
	}
	
#imppic img {
	float: right;
	max-width:40%;
	}	
	
#detailpic {
	height: auto;}	
	
#detailpic img, #bild_left img{
	border-radius:1em;
	margin-right:0.5em;
	max-width:30%;
	float: right;
	margin-bottom: 2em;
	}
