/* Struktur */
@charset "utf-8";

html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5rem;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #EFEFEF;
	color: #303030;
	border-radius: 5px;
}

#index {
	width: 66rem;
	margin: auto;
	min-height: 100%;
}

#menu_oben {
	height: 3rem;
	padding: 1rem;
	display: grid;
	grid-template-columns: 0.75fr 2.25fr;
	grid-template-rows: auto auto;
}

#menu_oben_rechts {
	justify-self: end;
	align-self: center;
}

#menu_oben_rechts>span:not(:last-child):after {
	content: " |";
}

#header {
	position: relative;
	text-align: center;
}

#header>img {
	border: 1rem solid #fff;
}

#navigation_mobil {
	display: none;
}

#inhalt {
	border: 0px #000 solid;
	background-color: #fff;
}

.inhalt_uebersicht {
	padding: 2rem;
}

.inhalt_uebersicht>h2 {
	display: block;
	margin-top: 2rem;
}

#navigationsleiste {
	padding: 1rem 1.5rem;
}

#navigationsleiste>.nav_leiste_more::before {
	content: ">";
}

.trenner {
	text-align: right;
	position: relative;
	height: 2rem;
}

.trennlinie {
	background-color: #930;
	height: 0.1rem;
	margin-left: 2rem;
}

.google_werbung {
	margin: 1rem;
}

#footer {
	height: 2.5rem;
	vertical-align: bottom;
	text-align: center;
	background-color: #930;
	color: #FFF;
}

#footer>div>div {
	display: -webkit-inline-box;
}

#footer_unten {
	height: 2.5rem;
	vertical-align: bottom;
	padding: 0.25rem;
}

.hidden {
	display: none;
}

#titel_in_bild {
	position: absolute;
	bottom: 1.5rem;
	color: white;
	text-shadow: 0 0 5px black;
	left: 2rem;
	text-align: left;
}

.foto_titel {
	font-size: 0.75rem;
}

/* Schriften */
h1 {
	font-size: 2rem;
	margin: 0;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1rem;
}

.text {
	padding: 1rem 3rem 1rem 1rem;
	margin: 0.5rem;
	white-space: normal;
	text-align: justify;
	hyphens: auto;
	display: block;
	font-size: 0.875rem;
	overflow: auto;
	min-height: 62rem;
}

.text_klein {
	font-size: 0.75rem;
}

.text_sehrklein {
	font-size: 0.5rem;
}

/* Grundelemente */

a:hover {
	color: #000000;
	text-decoration: underline;
}

a {
	color: #7F3E1B;
	text-decoration: none;
}

td {
	padding: 0;
	margin: 0;
	border: 0;
}

table {
	padding: 0;
	margin: 0;
	border: 0;
}

.clear {
	clear: both;
	border: 0 solid #000;
}

.gelb {
	background-color: #FC0;
}

meter::-webkit-meter-bar {
	background: #FFF;
}

meter::-webkit-meter-optimum-value {
	background: linear-gradient(to bottom, #62c462, #51a351);
}

meter::-webkit-meter-suboptimum-value {
	background: linear-gradient(to bottom, #fbb450, #f89406);
}

meter::-webkit-meter-even-less-good-value {
	background: linear-gradient(to bottom, #ee5f5b, #bd362f);
}

.google_werbung_block {
	width: 970px;
	height: 90px;
	margin: auto;
	max-height: 90px !important;
}

.kein_rand {
	border: 0px;
}

.keine_werbung {
	margin: 2rem;
	border: 1px solid;
	padding: 2rem;
}

.abkuerzen {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.allgemeiner_text {
	margin: 0 5rem;
}
.rechts {
	text-align: right;
	padding-right: 0.5rem;
}