@font-face {
	font-family: 'Amarante';
	src: url('../assets/schriften/Amarante-Regular.ttf') format('truetype');
}
html, body {	
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-color: #f3f5ea;
}
.box {
	font-size: 14px;
	line-height: 160%;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	font-family: Verdana;
	font-style: normal;
}
@media only screen and (min-width: 801px) {
.box {
	border-bottom: 1px dotted green;
}
}
.box-w {
	background-color: #fff;
}
.box-b {
	background-color: #efefef;
}

h1 {
	font-family: "Amarante", serif;
	font-weight: 400;
	font-style: normal;
	color: #556b2f;
	line-height: 120%;
	font-size: 2.5em;
}
h2 {
	font-family: "Amarante", serif;
	font-weight: 400;
	font-style: normal;
	color: #556b2f;
	line-height: 120%;
	font-size: 2.2em;
}
.form {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 10px 0 16px
}

select, input[type="text"] {
	font-size: 16px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #efefef;
	color: #333;
	width: 70%;
}

.textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
button, .submit {
	width: 135px;
	height: 38px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(to top right, #556b2f, #a4b090);
	border: 1px solid #c5c6c4;
	border-radius: 10px;
	font-family: arial;
	transition: all 0.25s ease;
	padding: 5px;

}
button:hover {
	color: #000000;
	background: linear-gradient(to top right, #a4b090, #556b2f);
	border-color: none;
}
footer {
	text-align: center;
	background-color: #fff;
	padding: 0;
	
}
.img-left {
	float: left;
	margin-right: 20px;
}
a:link, a:visited, a:hover, a:active {
	color: green;
}
.trenner {
	width: 95%;
	border-top: 1px dotted #b3894e;
	margin: 15px auto 15px auto;
	text-align: center;
}

.centered {
	text-align: center;
}

.form-group {
	display: block;  /* optional */
}
mark {
	background: #fff3cd;
	color: #664d03;
}
.media {
	display: flex;
	align-items: flex-start; /* <-- Text startet oben */
	gap: 12px;               /* Abstand zwischen Bild & Text */
}
.media-img {
	width: 120px;      /* anpassen */
	height: auto;
	display: block;
	flex: 0 0 auto;    /* Bild bleibt Bildbreite */
}
.media-text {
	flex: 1 1 auto;    /* Text nimmt den Rest */
}
/*+++++++++++++++++++++++ navi Beginn ++++++++++++++++++++++++++++*/





.backline {
	margin-top: 8px;
	font-size: 13px;
	opacity: .75;
}
/*+++++++++++++++++++++++ high Beginn ++++++++++++++++++++++++++++*/
.wrapper {
	display: flex;          /* nebeneinander */
	gap: 10px;              /* optionaler Abstand */
}
.nebeneinander {
	flex: 1;                /* beide gleich breit */
	padding: 10px;
	background: #eee;
	border: 1px solid #ccc;
}
/*+++++++++++++++++++++++ verse Beginn ++++++++++++++++++++++++++++*/

.poem {
	padding: 10px 0;
}
.separator {
	border-top: 1px dashed #999;
	margin: 14px 0;
}
.poem-text {
	line-height: 1.5;
}
.output {
	background: #eee;
	padding: 5px;
}
/*+++++++++++++++++++++++ lexikon ++++++++++++++++++++++++++++*/
.alpha-nav {
	display: flex;
	flex-wrap: wrap;
 gap:.5rem;
	margin: 0 0 1rem 0;
}
.alpha-nav a {
 padding:.25rem .5rem;
	border: 1px solid #ccc;
 border-radius:.4rem;
	text-decoration: none;  font-family: "Courier New", Courier, monospace;
}
.alpha-nav a.active {
	font-weight: 700;
	border-color: #333;
}
.items {
	line-height: 1.7;
}
.items a {
	text-decoration: none;
}
.hint {
	opacity: .7;
 font-size:.95rem;
}
/* Detailbox unter der Liste */
.acc {
	margin-top: 1rem;
 padding:.75rem;
	border: 1px solid #eee;
 border-radius:.5rem;
}
.detail-row {
 margin:.35rem 0;
}
.detail-label {
	font-weight: 700;
	display: inline-block;
	min-width: 140px;
}
/************** RADIO ******************/
.radio {
	display: none;
}
.radio + label {
	-webkit-appearance: none;
	background-color: white;
	border: 3px solid gray;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	width: 100%;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.radio:checked + label {
	background-image: url(/assets/img/checkbox-ja.png);
}
/************** RADIO ******************/






