html
{	scroll-behavior: smooth;
	scrollbar-color: #FFA040 #DAE3F5;
	overflow-y: scroll;
}


body
{	color: #000000;
	font-family: Arial,Verdana,sans-serif;
	line-height: 1.5;
	background: url("image/bkg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	hyphens: auto;
	margin: 0;
}

p
{	color: #000000;
}

h3
{	color: #007e48;
}

td
{	vertical-align: bottom;
	line-height: 2em;
	padding-left: 0.5em;
}

.header /* Kopfbereich */
{/*	display: flow-root; */
	padding: 1em;
	min-height: 100px;
	color: #FFFFFF;
	font-size: 1.2em;
}

.header h1
{
	font-weight: 600;
	font-size: 35px;
	margin: 30px 70px 0 140px;
}

@media (max-width: 45em)
{
	.header h1
	{
		margin: 140px 0 0 0;
	}
}

.logo /* Pfinztal */
{	position: fixed;
	top: 34px;
/*	top: 185px; */
	left: 15px;
	width: 120px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}


.hb /* Hamburger-Symbol */
{	width: 80px;
	display: block;
	position: fixed;
	top: 2em;
	right: 10px;
	cursor: pointer;
	z-index: 10; 
}

.hb, .top, .mid, .bot
{	transition: all 0.3s ease-in-out;
}

.open .top
{	transform: rotate(45deg);
	transform-origin: 17px 20px;
}

.open .mid
{	opacity: 0;
}

.open .bot
{	transform: rotate(-45deg);
	transform-origin: 10px 52px;
}


.menu
{	font-weight: bold;
	font-size: 1.2em;
	background: #f7c8df;
	opacity: 0.8;
	position: fixed;
	top: 2em;
	right: 1em;
	width: 70%;
	max-width: 18em;
	padding: 0.2em 0.4em 0.2em 50px;
	transition: opacity 0.5s;
	z-index: 10;

	box-shadow: 0 0 20px #884040;
}

.menu a
{	color: #007e48;
}

.menu hr
{	height: 1px;
	background-color: #808080;
	border: 0 none;
	margin: 0;
}


.container									/* Termine */
{	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.date
{	flex: 0 0 100px;							/* bleibt 100px breit*/
	font-weight: bold;
}

.place
{	flex: 0 0 140px;
	font-weight: bold;
}

.main
{	flex: 1 0 300px;							/* Wächst (1), schrumpft nicht unter 300px */
}

hr
{	height: 1px;
	border: none;
	background-color: #007e48;
	margin: 1em 0 1em 0;
}


.pDiv
{	margin: 0.5em 0 0.5em 0;
}

.pDivs
{	margin: 0.1em 0 0.1em 0;
}

.preMenu
{	cursor: pointer;
}

.subMenu
{	display: none;
	position: relative;
	left: 40px;
}


.aussenDiv
{	padding: 1em 0 1em 0;
	display: flex;
	justify-content:space-between;
}

.innen48
{	width:48%;
}

.innen31
{	width:31%;
}


.imgBig
{	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
}

.bild
{	object-fit: contain;
	height: 100vh;
}


.toTop
{	position: fixed;
	width: 50px;
	z-index: 15;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}


.contentMain /* Plaketten der Einstiegsseite anordnen */
{	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
}

.contentFull /* Grosse Flaechen */
{	display: grid;
	justify-content: center;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(20em, 50em));
}

.contentFull > div
{	padding: 1em;
	margin: 1em;
/*	color: #007e48; */
	background: #f7c8df;
	text-align: left;

	border: 3px solid white;
}

.contentFull > div > h1
{	color: #007e48;
}

.content
{	padding: 1em 1em 1em 1em;
	background-color: #FFFFFF;
}

.content h1
{	color: #000000;
}

.neu
{	position: absolute;
	top: -10px;
	left: -10px;
	padding: 0.5em;
	background-color: #FFFFFF;
	outline: 3px solid #FF4040;
	outline-offset: 3px;
	border-radius: 5px;
}

img
{	max-width: 100%;
}

a
{	text-decoration:none;
/*	color: #4040FF; */
	color: #007e48;
	transition: color 0.2s;

	position: relative;
	z-index: 1;
}

a:hover
{	color: #FF0040;
}


.hP
{	display: none;
}


.footer /* Fusszeile */
{	position: fixed;
	bottom: 0;
	width: 100%;
	height: 54px;

	display: flex;
	align-items: center;
	justify-content: center;

	color: #000000;
	background-color: #DAE3F5;
	z-index: 2;
}

.foot /* Platzhalter */
{	 width:70px;
}
