       #meldung {
            display: none;
            position: fixed; /* Fixierte Position über dem Inhalt */
            top: 150px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #d4edda;
            font-size: 25px;
            color: red;
            padding: 10px 20px;
            border: 2px solid red;
            border-radius: 0.7em 0.7em 0.7em 0.7em;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            text-align: center;
            min-width: 400px;
        }
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=text] {
height:40px;
font-size:1rem;
}
input[textarea] {
font-size:1rem;
}
input[type=number]::-webkit-inner-spin-button,
	input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
height:40px;
font-size:1rem;

}

input[type=email] {
height: 40px;
font-size:1rem;
}
input[type=password] {
height:40px;
font-size:1rem;
}
input[type=submit] {
height:40px;
width: 80px;
}
input[type=reset] {
height:40px;
width: 80px;
}


body a:link, body a:visited, body a:active {
 color: #313131;
 text-decoration: none;
 
}
body a:hover {
 color: #848484;
 text-decoration: none;
 
}
nav > ul {
	list-style: none;
	// Safari hack, see https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html
	list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	position: static;
	z-index: 1000;
}

nav li {
	margin: 0.5em 0 0.5em 0.5em;
	padding: 0;
	font-size: 1.5em;
	flex: 1 1 0%;
	width: auto;
	z-index: 1000;
}

@media (min-width: 45em) {
	nav > ul {
		flex-direction: row;
		height: 3em;
		width: auto;
}
	nav li {
		flex: 0;
		font-size: 1.5em;
		width: auto;
}
}

nav a {
	display: block;
	padding: .3em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: thin solid var(--border-color);
	border-radius: .2em;
	color: black;
	background-color: var(--background-color);
/*	transition: all .25s ease-in;*/
	position: relative;
	z-index: 1000;
}

nav li[aria-current] a {
/*	background-color: var(--accent2-color);*/
	color: var(--accent1-color); 
	z-index: 1000;
}

nav .subtitle::after {
	position: absolute;
	content: "▶";
	color: currentColor;
	display: inline-block;
	width: 200px;
	left: 1,5em; 
	z-index: 1000;
}

nav .subtitle:hover::after,
nav .subtitle:focus::after {
	content: " ▼";
}

nav a:focus,
nav a:hover,
nav li[aria-current] a:focus,
nav li[aria-current] a:hover {
	color: var(--background-color);
	background-color: var(--accent1-color); 
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.39); 
	z-index: 1000;
}
/*     submenu navigation links      */

nav .submenu {
	visibility: hidden;
	height: 1em;
	width: 50px;
	z-index: 1000;
	text-align: center;
}

nav .submenu li {
	display: block;
	width: 250px; 
	text-align: center;
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.39); 
	z-index: 1000;
}
/**     Show the submenu on hover, focus     **/

nav li:hover .submenu,
nav li:active .submenu,
nav li:focus .submenu {
	visibility: visible;
	height: auto;
	z-index: 1000;
}

nav li:focus-within .submenu {
	visibility: visible;
	height: auto;
	z-index: 1000;
}

:root {
	--background-color: #CED8F6;
	--border-color: #0B2161;	
	--accent1-color: grey;
	--accent2-color: darkred;
	--text-color: black;
}

.eing {
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.sender
{
	background-color: #ffffff;
	border: 1px #2f5faf solid;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #2f5faf;
	line-height: 14px;
	font-family: verdana, arial, helvetica }
fieldset {
	width: 95%;
	border-color:#2f5faf;
	border-width: 2px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.39);
}

div {
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.39);
}
	
	