html
{	scroll-behavior: smooth;
	scrollbar-color: #FFFFFF #C0CCD9;
	overflow-y: scroll;
}

body
{	color: #000000;
	font-family: Calibri,Arial,Verdana,sans-serif;
	font-size: 1.2em;
	hyphens: auto;
	margin: 0;

	background: url("image/80.svg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%; 
	background-color: #C0CCD9;
}

img
{	max-width: 100%;
}

.header /* Kopfbereich */
{	display: flow-root;
	color: #FFFFFF;
	padding: 12px 1em 0em 190px;
	min-height: 120px;
	font-size: 1.2em;
	background-color: #E2001A;
}

.header h1
{	font-weight: 600;
	font-size: 38px;
	margin: 10px 0;
}

.logo
{	position: fixed;
	top: 30px;
	left: 15px;
	width: 150px;
	cursor: pointer;

	transition: all 0.5s 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 /* Format des Navigations-Menus*/
{	font-weight: bold;
	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;
}



.toTop
{	position: fixed;
	padding: 5px;
	background-color: #C0CCD9;
	border-radius: 8px;

	width: 100px;
	z-index: 15;
	cursor: pointer;

	transition: all 0.5s ease-in-out;
}


.contentImg /* Inhaltsbereich */
{	padding: 1em 10% 8em 10%;
}

.contentSteck
{	display: grid;
	justify-content: center;
//	grid-template-columns: repeat(auto-fill, minmax(15em, 25em));
	grid-template-columns: repeat(auto-fill, minmax(350px, 500px));
}

.steckbrief
{	background-color: #FFFFFF;
	margin: 0.5em;
	padding: 0.5em;
	box-shadow: 10px 10px 10px #A0A0A0;
}

.steckbrief img
{	width: 200px;
	box-shadow: 10px 10px 10px #A0A0A0;
	margin: 0 1em 1em 0;
}

.steckbrief video
{	width: 200px;
	box-shadow: 10px 10px 10px #A0A0A0;
	margin: 0 1em 1em 0;
}


.content
{	padding: 1em 1em 8em 1em;
	background-color: #FFFFFF;
}

a
{	text-decoration:none;
	color: #404080;
	transition: color 0.2s;

	position: relative;
	z-index: 1;
}

a:hover
{	color: #FF0040;
}


.contain
{	clear: both;
	hyphens: none;
}

.item video
{	padding: 10px;
	float: left;
	width: 250px;
}

.item img
{	padding: 10px;
	float: left;
	width: 250px;
}

.item p
{	padding: 10px;
	float: left;
	display: block;
	font-weight: bold;
	width: 280px;
}


/* Bilder aktivieren */

.message
{	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	background: rgba(240, 240, 240, 0.7);
}

.bild
{	object-fit: contain;
	height: 100vh;
}


.preload
{	width: 0px;
	height: 0px;
	border: 0px;
}


.footer /* Fusszeile mit Mailadresse */
{	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 0.5em;
	z-index: 2;
}
