.eingerueckt {
	margin:5pt;
	text-align:justify; 
	font-size:120%;
	padding:10pt;
}

.eingerueckt:first-line { 
	margin:2pt;
	padding:5pt;
}

.hervorgehoben {
	color:red;
	font-size:110%;
	
}

li {
	margin-bottom:2rem;
}

body {
	background-image:url("grafiken/sand.gif");
}

/*
a[hreflang|=de] {
	cursor:url("grafiken/de.png"), pointer;
}
*/

a[hreflang|=de]:before {
	content:url("grafiken/de.png")" ";
	border:none;
	text-decoration:none;
}

p {
	margin-top: 0;
	line-height: 1.35;
}

/*
a[hreflang|=pl] {
	cursor:url("grafiken/pl.jpg"), pointer;
}
*/

a[hreflang|=pl]:before { 
	content:url("grafiken/pl.png")" ";
	border:none;
	text-decoration:none;
}

div.foto {
	display:block;
	width:auto;
	border:1px dotted black;
	padding:2px;
	clear:both;
}
div.foto img {
	display:block;
}
div.foto div.bildtext {
	clear:both;
}

div.left {
	float:left;
	margin:10px 20px 10px 0px;
}

div.links {
	float: left;
	width: 20%;
	text-align:left;
}

div.mitte {
	float: left;
	width: 60%;
	text-align:center;
}

div.rechts {
	float: left;
	width: 20%;
	text-align:right;
}

img.icon {
	border:none;
	width:20px;
	height:20px;
}

img.wappen {
	border:none;
	width:30px;
	height:30px;
}

img.flagge {
	border:none;
	width:30px;
	height:20px;
}

hr.trennlinie {
	clear:both;
	width:80%;
}

/* Ergänzt lum artbeit.de 3.4.22 */
.longtext{
	margin: 4rem auto;
	font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
	.longtext{
		max-width: 1100px;

		column-count: 2;
	}
	.longtext h2{
		margin-top: 0;
	}
}