/* Burgenseite responsive April 2015, eigene Defs */

body {
	margin: 0;
	padding: 0;
	background: url(../img/design/hintergrund.png);
	background-repeat-x; top left; background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #5a6c43;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
    hyphenate-limit-chars: auto 3;
    hyphenate-limit-lines: 2;
}

a,
a:visited,
a:hover {
	color: #9d481e;
}

header {
	position: relative;
	text-align: center;
}

div#bild {
	background: white;
}

div#bild div {
	margin: 0 auto;
	padding: 1em 0;
	max-width: 1023px;
}

div.inhalt {
	padding: 1.5em 0;
}

.bilder {
	background: white;
	border-right-color: #B2B2B2;
	-webkit-box-shadow: 7px 7px 15px #C3C3C3;
	box-shadow: 7px 7px 15px #C3C3C3;
}

.galeriebild img {
	border: 5px solid white;
	cursor: pointer;
}

.uebersicht {
	text-align: center;
}

ul.aufzaehlung li {
	line-height: 1.4em;
	margin-bottom: 0.5em;
	margin-left: -0.8em;
}


footer {
	color: white;
	background: #657b33;
	text-align: center;
	font-size: 0.9em;
}

h1 {
	font-size: 1.05em;
}

h2 {
	font-size: 1.05em;
	color: #4f79a2;
}

h3 {
	font-size: 1.05em;
}

h1, h3 {
	color: #829558;
}

#knubbel-unten {
	width: 95%;
	margin-top: -1em;
	text-align: center;
}

	
div#container-fuss-oben {
	padding-bottom: .5em;
}
	
div#container-urheber {
	background: #FFFFFF;
	font-size: .9em;
}

/* Kennzeichnung externer Links */

a[href^="http://"]:after, 
a[href^="https://"]:after {
    content: url('../img/design/link-extern.png');
}

a.no_extern {
	text-decoration: none;
}

/* externe Links auf Bildern */

a.no_extern:after {
	content: '';
}

a img {
    text-decoration: none;
	border: 0;
}


div#nachoben {
	margin-top: 2em;
}
	

/* Abstände im/um Slider */
div#carousel {
	padding-bottom: 2em;
}

footer a,
footer a:hover,
footer a:visited  {
	color: white;
}

a[href^="tel:"] {
	text-decoration: none;
	border-bottom: 1px dotted #9d481e;
}

footer a[href^="tel:"] {
	color: white;
	border-bottom: 1px dotted white;
}

/* mobile Navigation */

nav#opennav {
	display: none;
	margin: 2em 0;
}

nav#opennav {
	text-align: center;
}

/* Menu-Knubbel mit Text */
#btn_opennav {
	float: right;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 10;
	font-size: 0.9em;
	color: white;
}

nav#opennav a {
	display: block;
	text-decoration: none;
	color: #white;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
}

.opennav_aktiv {
	color: #4f79a2 !important;
}

/* PC Navigation */

nav#mainnav {
	display: none;
	color: #829558;
}

nav#mainnav a {
	color: #829558;
	text-decoration: none;
	font-size: 1.2em;
	
}

.mainnav_aktiv {
	color: #4f79a2 !important;
}

div#nebeninhalt {
	/* border: 0.1em solid lightgray; */
	/* geht nicht, sprengt die Box */
	background: #e3ebc8;
	border-radius: 1em;
	margin-bottom: 1em;
}

/* damit wird trotz Boxmodel ein Innenabstand gemacht */
div#nebeninhalt p,
div#nebnebeninhalt img
div#nebeninhalt h1,
div#nebeninhalt h2,
div#nebeninhalt h3 {
	margin: 3%;
}

@media only screen and (min-width: 481px) {
	nav#opennav a {
	font-size: 1.2em;
	  color: #46532a;
	}
	
	nav#mainnav a {
		font-size: 1.2em;
	}

	div#nebeninhalt {
		font-size: 1.0em;
	}

}

@media only screen and (min-width: 769px) {
	
	#btn_opennav,
	nav#opennav {
		display: none;
	}

	nav#mainnav {
		display: block;
		background: #cfdfae;
		text-align: center;
		padding: 1.5em 0;
		font-size: 1.4em;
		color: #5a6c43;
	}

	nav#mainnav a {
		font-size: 1.2em;
	}
	
	div#nebeninhalt {
		font-size: 0.9em;
	}

}

@media print {

	body {
		color: black;
		font-size: 10pt;
		margin-top: 30pt;
	}

	nav,
	span#btn_opennav,
	header,
	div#bild,
	div.galeriebild,
	div#carousel {
		display: none;
	}
	
}
