html
{	scroll-behavior: smooth;
	scrollbar-color: #FFFFFF #AFC7EA;
	overflow-y: scroll;
}

body
{	color: #000000;
	font-family: Arial,Verdana,sans-serif;
	line-height: 1.5;
	background-color: #FFFFFF;
	hyphens: auto;
	margin: 0;
}

.header /* Kopfbereich */
{	display: flow-root;
	color: #1E73BE;
	padding: 12px 1em 1em 130px;
	min-height: 140px;
	color: #FFFFFF;
/*	background-color: #005EA8; */
	background-color: #AFC7EA;
	font-size: 1.2em;
}

.header h1
{
	font-weight: 400;
	font-size: 35px;
	margin: 10px 0;
}

.logo
{	position: fixed;
	top: 34px;
	left: 15px;
	width: 100px;
	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: #FFFFFF;
	opacity: 0.9;
	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 10px #CCCCCC;
}

.menu a
{	color: #000080;
}

.menu hr
{	height: 1px;
	background-color: #808080;
	border: 0 none;
	margin: 0;
}

.menu input[type="radio"] /* Sprache auswaehlen */
{	accent-color: red;
	transform: scale(1.2);
}

.menu label
{	cursor: pointer;
	color: #000080;
}


.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;
}

.innen100
{	width:100%;
}

.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));
}

.contentMain > div
{	padding: 3em 1em 3em 1em;
	margin: 1em;
/*	background: #CCDDFF; */
	background: #F0F4FB;
	text-align: center;
}


.contentFull /* Grosse Flaechen */
{	display: grid;
	justify-content: center;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(20em, 50em));
}

.contentFull > div
{	padding: 1em 1em 4em 1em;
	margin: 1em;
/*	background: #CCDDFF; */
	background: #F0F4FB;
	text-align: left;
}


.contentImg /* Inhaltsbereich */
{	background: url("image/20241024 Pfinztal.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
/*	max-height: 110vh; */
}

.content
{	padding: 1em 1em 3em 1em;
	background-color: #FFFFFF;
}

.content h2
{	margin: 1em 0 0.2em 0;
}

.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;
	transition: color 0.2s;

	position: relative;
	z-index: 1;
}

a:hover
{	color: #FF0040;
}


fieldset /* Rubriken auswaehlen */
{	border: none;
}


#rubriken input
{	accent-color: red;
}

input
{	margin-right: 1em;
}

input:checked + label
{	font-weight: bold;
}

label::after
{	content: "";
	display: block;
}

input[type=submit]
{	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #404040;
	box-shadow: 0 0 10px #A0A0A0;
}

input[type=submit]:hover
{	outline: 3px solid #FF4040;
	outline-offset: 5px;
}

.fixBorder
{	outline: 3px solid #4040FF;
	outline-offset: 3px;

}

.reactive
{	position: relative;
/*	top: 1em;
	left: 0; */
	min-height: 1.5em;
}

.span_l
{	width: 40%;
}

.reactive:hover .span_l
{	color: #FF0040;
	z-index: 3;
}

.span_r
{	position: absolute;
	left: 45%;
	top: 0;
	padding: 2px;
	margin-right: 1em;
}

.reactive:hover .span_r
{	background-color: #EEEEEE;
	z-index: 1;
	outline: 3px solid #FF4040;
}

.preV /* Kleines und grosses Vorschaubild */
{	box-shadow: 0 0 10px #A0A0A0;
	border: 1px solid #404040;
	margin: 0.3em;
}


textarea /* Kontaktformular */
{	font-family: Arial,Verdana,sans-serif;
	line-height: 1.5;
	hyphens: auto;
}

textarea:hover, button:hover
{	outline: 3px solid #FF4040;
	outline-offset: 5px;
}

textarea:focus
{	outline: none;
	background-color: #DAE3F5;
}


input[type=text]:hover
{	outline: 3px solid #FF4040;
	outline-offset: 5px;
}

input[type=text]:focus
{	outline: none;
	background-color: #DAE3F5;
}

button
{	font-family: Arial,Verdana,sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.hP
{	display: none;
}


.footer /* Fusszeile */
{	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
/*	color: #FFFFFF; */
	color: #000000;
/*	background-color: #005EA8; */
	background-color: #AFC7EA;
	padding: 0.5em;
	z-index: 2;
}
