html, body {
  height: 100%;
}

.container{
  max-width:1025px;
}

.vertical-center {
  height:100%;
  width:100%;

  text-align: center;  /* align the inline(-block) elements horizontally */
  font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  height: 100%;
}

.vertical-center > .container {
  max-width: 100%;
  /* background-color: gold; */

  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;        /* <-- reset the font property */
}

.jd-limit-width-page {
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

.jd-footer {
	/* padding: 10px;
	text-align: center;
	font-size: small;
	margin-top: -90px; */
	position: fixed;
	bottom: 0%;
	width:100%;
	padding-bottom: 10px;
	
	
}

.jd-footer-pflichtangaben {
	font-size: xx-small;
	margin-left: 0px;
}

.jd-footer-pflichtangaben-rechts {
	text-align: right;
	padding-right: 25px;
}