/* Text Elements */

p.paragraph.intend {
  padding-left: 1em;
}

p.paragraph.hinweis {
  margin: 2em auto 0;
  padding: 1em;
  width: 80%;
  background-color: #fff;
  font-weight: 600;
  font-size: 17px;
}

a.link-text.rechtliches-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

/* Layout Elements */

.container#footer {
  position: static;
  bottom: 0;
  z-index: 225;
  margin: .5em auto;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.container.zurueck {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.rechtliches {
  margin: 2em auto;
  max-width: 80vh;
}

.container.kacheln {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-width: 10px;
  max-width: 1080px;
  max-height: none;
  width: 95vw;
  height: auto;

  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
}

div.responsive-picture.flyer {
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  max-width: 80vh;
  max-height: 100vw;
  width: auto;
  height: auto;
}

div.responsive-picture.flyer > picture {
  height: auto;
}

a.responsive-picture.kartenlink {
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  max-width: 80vh;
  max-height: 100vw;
  width: auto;
}