p {
  margin: 0;
}
html {
    min-height: 100vh; /* Seite mindestens so hoch wie das Fenster */
}

body {
  min-height: 100vh; /* Seite mindestens so hoch wie das Fenster */
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
	font-size: 16px;
}

.gesamtinhalt {
  flex: 1; /* nimmt den Platz ein */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

h3 {
	font-size: 17px;
	font-weight: bold;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.wrapper.header {
	display: flex;
    align-items: center;      /* Vertikal zentrieren */
    justify-content: space-between; /* Logo links, Sprachwahl rechts */
}

.zeileoben {
	width: 100%;
	max-height: 259px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
  background-color: white;
}

.logo {
	width: 100%;
	max-width: 250px;
	height: auto;
	display: flex;
	justify-content: center;
	align-self: center;
}

.logo img {
  padding: 10px 5px;
}

a, a:link {
	color: #be0b1e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #242021;
}

.zeilemitte {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: 1; /* schiebt den Footer nach unten */
}

.hauptbereich {
	display: flex;
	flex-wrap: nowrap;
}

.hauptbereich p {
    line-height: 22px;
}

.hauptbereich .haupta li {
  margin-left: 40px;
  line-height: 22px;
  list-style-position: inside;
  list-style-type: disc;
}

.haupta {
	width: 80%;
	padding-right: 20px;
	margin-top: 50px;
}

.hauptb {
	width: 100%;
	max-width: 300px;
}

.loginform {
	border: solid 1px #e1e1e1;
	border-radius: 10px;
	padding: 10px;
}

.loginform a {
	color: var(--body-color);
}



.footer {
	width: 100%;
	background-color: black;
	display: flex;
	flex-direction: column;
	padding: 0px 40px 50px 40px;
  color: white;
}

.footer .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer h3 {
  color: white;
  text-transform: uppercase;
}

.logounten {
	color: rgb(190, 11, 30, 1);
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
  max-width: 165px;
  margin-top: 50px;
}

.logounten img {
	margin-bottom: 50px;
}

.anschrift {
	line-height: 27px;
  margin-top: 48px;
}

.anschrift img {
	margin-top: 15px;
}

.btn.btn-primary {
	background: #c00a1d;
	border: none;
  color: white;
}





/* jdownloads ANFANG */
.downloadbox {
	margin: 20px auto;
	background: #e6e6e6;
	border-radius: 10px;
	padding: 10px;
}

.jd_top_navi {
	border-bottom: none;
}

.jd_cats_subheader {
  border-radius: 10px 10px;
  margin-bottom: 30px;
}

.jd_associations {
	display: block;
}

.jd_download_title {
	background-color: #fff0;
}

.jd_download_details_wrapper, .jd_download_wrapper {
	border-bottom: none;
}


/* jdownloads ENDE */