@charset="utf-8"; 
/* CSS Document */
/*Farben Friedhofsverein
grün:			color: #335332;
grün-heller: 	color: #7ea816;
Hover-orange: 	color:#FF9933;
background-color: 	#bfbfbf;
*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'open Sans',Verdana,arial,helvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #555555;
	text-align: center;
	margin-bottom: 10px;
	background-color: #bfbfbf;
	box-sizing: border-box;
}

/*###################  HAUPT-BEREICHE DER SEITE	 ###############*/

.pm-box, main, pm-pointertotop {
	background-color: #fff;
}

/*---------------------------------------------   Mobil first  ---------------------------------------------  */

.pm-box {
	width: 100%; /* wt */
	box-sizing: border-box;
}

header {
	width: 100%;
	box-sizing: border-box;
}

nav {
	width: 93%;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}

main {
	width: 93%;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}

article {
	display: block;
	text-align: left;
	box-sizing: border-box;
}

aside {
	margin: auto;
	box-sizing: border-box;
}

.news {
	background: #eee;
	padding: 5%;
	margin-bottom: 10px;
	text-align: left;
	box-sizing: border-box;
}

.news p {
	color:#1a1a1a;
	}

/*###################  für den Footer  mobile first ############## */

footer {
	width: 100%;
	padding: 15px 8px 5px 8px; 
	margin: auto;
	text-align:left;
	background-color: #335332;
	box-sizing: border-box;
}

.flex-container {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap; /* Standardwert = nowrap */
	width: 93%;
	margin: auto;
}
	
.flex-item {
	color:#fff;
	width: 100%;
	border-bottom:thin;
	border-bottom-color: #eee;
	border-bottom-style:solid;
	padding: 1em 0;
}

hr.footer {
	display:none;
}

/*###################  Footer Schriften etc.   ########################################*/

footer p {
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-decoration: none;
}

/*###################  Navigation Flex  geht npoch über die gesamte Breite ##############	*/

hr {
	display:none;
	}

nav {
	width:93%;
	}

.nav-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	padding-bottom: 2em;
	}

.nav-item {
	color: #335332 !important; 
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
	margin-top: 1.5em;
	text-decoration: none;
	text-align:center;
	border-bottom:thin;
	border-bottom-color: #eee;
	border-bottom-style:solid;
	padding-bottom:0.5em;
	width: 100%;
	}


/*###################  Tabelle in der Übersicht der Grabstätten mobile first ############## */

table {
	display:none;
	}

.tabellenersatz {
	display: block;
	}

/*###################  Bilder ################### */

.pm-headerimage {
	width: 100%;
}

.pm-bild, .pm-bild400 {
	width: 100%;
	float: none;
	margin: 10px 0 10px 0;
}

figure {
	width: 100%;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	position: relative;
	padding: 1px;
	border: 1px solid gainsboro;
	background: #efefef;
	text-align: center;
	display: table;
}

figcaption {
	width: auto;
	margin: 10px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
	text-decoration: none;
}

figure img {
	width: 100%;
	height: auto;
	display: block;
}

/*###################  LINKS Diverse  ##############	*/

a {
	color: #555555;
	text-decoration: none;
}

a:link {
}

a:visited {
	color: #7d7c7c;
}

a:hover {
	color:#FF9933;
	text-decoration: underline;
}

a:active {
	color: #b8c606;
}

/*###################  für Pointer to top  #########################*/
.pm-linkstandard {
	font-size: 1em;
	line-height: 2.5em;
	text-align: right;
}

a.pm-linkstandard:link {
}

a.pm-linkstandard:visited {
}

a.pm-linkstandard:hover {
}

a.pm-linkstandard:active {
}


/*###################  LINKS Footer #####################*/


footer a {
	color: #fff;
	text-decoration: none;
}

footer a:link {
}

footer a:visited {
	color: #eee;
}

footer a:hover {
	color:#FF9933;
	text-decoration: underline;
}

footer a:active {
	color: #F90;
}

.news a:link {
	color: #1a1a1a;
}

.news a:visited {
	color: #1a1a1a;
}

.news a:hover {
	color:#FF9933;
	text-decoration: underline;
}

.news a:active {
	color: #1a1a1a;
}

/*###################  Menü */
.pm-menubutton{
	color: #335332;
	text-decoration: none;
	}

a.pm-menubutton:link {
	color: #335332;
	text-decoration: none;
}

a.pm-menubutton:visited {
	color: #335332;
	text-decoration: none;
}

a.pm-menubutton:hover {
	color:#FF9933;
	text-decoration: underline;
}

a.pm-menubutton:active {
	color: #F90;
	text-decoration: underline;
}

/*###################  Begin Allerlei */

/*###################  SCHRIFTEN ##################### */

p {
	color: #555555;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-decoration: none;
}

td {
	color: #555555;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-bottom: 0.8em;
	padding: 10px 2px;
	text-decoration: none;
}

ul {
	padding-left: 40px;
	list-style-position: outside;
	list-style: outside;
	margin-bottom: 1em;
}

ol {
	padding-left: 40px;
	list-style-position: outside;
	list-style: outside;
	margin-bottom: 1em;
}

h1 {
	color: #335332;
	font-style: normal;
	font-weight: 400;
	font-size: 1.7em;
	line-height: 1.7em;
	margin-bottom: 1em;
}

h2 {
	color: #335332;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-decoration: none;
}

h3 {
	color: #335332;
	font-weight: normal;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	text-decoration: none;
}

.pm-pointertotop {
	display: block;
	clear:both;
	}

.printtext {
	color: #000000;
	font: 12px Verdana;
}

/*###################  Datenschutz Link */
.referrerlink {
	font-weight: 600;
	color: #424242;
}

.referrerlink:hover {
	color: black;
}

/*###################  End Allerlei */


/*---------------------------------------------  Tablett: es wird breiter, so dass das Bild neben den Text passt -----------------------------------*/

@media screen and (min-width:711px) {

.pm-bild400 {
	width: 400px;
	float:right;
	margin: 0 0 10px 20px;
	}
}

/*---------------------------------------------  Tablett: es wird so breit, dass die Daten im Footer nebeneinander passen ------------------------  */

@media only screen and (min-width: 850px) { /* wm */

/*    Flexboxen im Footer*/

.flex-item {
	width: 32%;
	border-bottom: none;
}

hr.footer {
	display:block;
	color:#FFF;
	width:93%;
	margin:auto;
	margin-bottom:15px;
}

aside {
	float: right;
	width: 30%; /* wr */
	text-align: left;
}

article {
	float:left;
	display:inline-block;
	text-align: left;
	padding-top: 0;
	width: 65%;
}

.pm-bild400 {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
	}
}

/*---------------------------------------------  Tablett: es wird so breit, dass das Menü etwas kleiner nebeneinader ausgerichtet wird  ---------------------------------------------*/

@media only screen and (min-width: 910px) {

nav {
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}

.nav-container {
	width:100%;
	padding-bottom: 0;
	}

.nav-item{
	border-bottom: none;
	font-size: 1.1em;
	text-align:left;
	width:auto;
	}

hr {
	color: #335332;
	margin-bottom: 70px;
	margin-top: 30px;
	display:block;
}

main {
	width:auto;
	margin-left: 30px;
	margin-right: 30px;
	}

}
/*---------------------------------------------  Volle Breite ---------------------------------------------*/

@media only screen and (min-width: 950px) {
.pm-bild400 {
	width: 400px;
	float:right;
	margin: 0 0 10px 20px;
	}
}

@media only screen and (min-width: 1290px) {

.pm-box {
	width: 1280px; /* wt */
	text-align: center;
	margin: auto;
	background-color:#fff;
	box-shadow: 5px 5px 3px #888888;
	}

nav {
	width:auto;
	margin-left: 80px;
	margin-right: 80px;
}

.nav-item {
	font-size: 1.3em;
}

main {
	margin-left: 80px;
	margin-right: 80px;
	width:auto;
	}

footer {
	padding: 15px 80px 5px 80px; 
}

.flex-container {
	width: 100%;
}

hr.footer {
	width:100%
}
}


/*---------------------------------------------  Sonstiges  ---------------------------------------------*/

/*###################  Telefon bei großem Bildschirmnicht anklickbar*/
@media only screen and (min-device-width: 769px) {
 a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
 }
}

/*###################  Datenschutz Classen*/

.dsgvobox {
	background-color: #f0f0f0;
	border: 1px solid darkgray;
	padding: 1em;
	margin: 0;
	color: #555555;