/* Fotografie 2015, eigene Defs */

body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #9d481e;
}

a,
a:visited,
a:hover {
	color: #9d481e;
}

header {
	position: relative;
	text-align: center;
}

div#bild {
	background: #bfd48f;
}

div#bild div {
	margin: 0 auto;
	padding: 1em 0;
	max-width: 1023px;
}

div.inhalt {
	padding: 1.5em 0;
}

.bilder {
	background: white;
}

.galeriebild img {
	border: 5px solid white;
	cursor: pointer;
}

hr.kante {
	margin: 1.5em 0 0 0;
	border: none;
	height: 13px;
	background-image:url(../img/design/kante_klein.jpg);
	background-repeat: repeat-x;
}

ul.aufzaehlung li {
	line-height: 1.4em;
	margin-bottom: 0.5em;
	margin-left: -0.8em;
}

footer {
	color: white;
	background: #C06538;
	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: #9d481e;
}

/* Kennzeichnung externer Links */

a[href^="http://"]:after, 
a[href^="https://"]:after {
    content: url('../img/design/link-extern.gif');
}

a.no_extern {
	text-decoration: none;
}

/* externe Links auf Bildern */

a.no_extern:after {
	content: '';
}

a img {
    text-decoration: none;
	border: 0;
}

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: #9d481e;
}

nav#opennav a {
	display: block;
	text-decoration: none;
	color: #9d481e;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
}

.opennav_aktiv {
	color: #4f79a2 !important;
}

/* PC Navigation */

nav#mainnav {
	display: none;
	color: 9d481e;
}

nav#mainnav a {
	color: #9d481e;
	text-decoration: none;
	font-size: 1.2em;
}

.mainnav_aktiv {
	color: #4f79a2 !important;
}

@media only screen and (min-width: 481px) {
	nav#opennav a {
		font-size: 1.2em;
	}
	
	nav#mainnav a {
		font-size: 1.2em;
	}
}

@media only screen and (min-width: 769px) {
	
	#btn_opennav,
	nav#opennav {
		display: none;
	}

	nav#mainnav {
		display: block;
		background: white;
		text-align: center;
		padding: 1.5em 0;
		font-size: 1.4em;
		color: #9d481e;
	}

	nav#mainnav a {
		font-size: 1.2em;
	}

}

@media print {

	body {
		color: black;
		font-size: 10pt;
		margin-top: 30pt;
	}

	nav,
	span#btn_opennav,
	header,
	div#bild,
	div.galeriebild,
	div#carousel {
		display: none;
	}
	
}

