.responsive-image,
.prose-image {
  height: auto;
  max-width: 100%;
}

.home-mindmap {
  width: 100%;
}

.home-wordle {
  width: 80%;
}

.legacy-page-image {
  margin-top: 2rem;
  text-align: center;
}

.legacy-page-image img {
  width: 50%;
}

.page-judo > p > img,
.page-faq > p > img,
.page-regeln > p > img,
.page-pruefung > p > img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.page-judo > .wp-block-image img,
.page-faq > .wp-block-image img,
.page-regeln > .wp-block-image img,
.page-pruefung > .wp-block-image img {
  height: auto;
  width: 50%;
}

.page-judo h2 ~ p:has(> strong:only-child) {
  margin-bottom: 0;
}

.page-judo > p:last-child {
  margin-bottom: 0.5em;
  margin-top: 3.6em;
}

.kkcc-flyer {
  height: auto;
  width: 100%;
}

.kkcc-subitem {
  margin-left: 2em;
}

.collection-product-image {
  height: 200px;
  width: auto;
}

.training-image {
  height: auto;
  width: 80%;
}

.map-link {
  color: #0000ff;
  text-align: left;
}

.trainer-team-image {
  height: auto;
  width: 100%;
}

.obfrauen-team-image {
  height: auto;
  width: 60%;
}

.trainer-profile-image {
  height: auto;
  width: 50%;
}

.community-logo {
  height: auto;
  width: 30%;
}

.result-image {
  height: auto;
  width: 100%;
}

.result-image.narrow {
  width: 50%;
}

.links-action-image {
  height: auto;
  width: 50%;
}

#banner .wp-block-buttons {
  display: block;
  margin: 0;
}

#banner .wp-block-button {
  display: block;
  margin: 0;
}

#banner .wp-block-button__link {
  appearance: none;
  background: none;
  border: solid 1px;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 3.75em;
  min-width: 18em;
  padding: 0 0.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  width: 100%;
}

#banner .wp-block-button__link:hover {
  background: rgba(188, 202, 206, 0.15);
}

.content > ul {
  list-style: disc;
  padding-left: 1em;
}

.content > ul li {
  margin-left: 0.5em;
  padding-left: 0.5em;
  text-align: left;
}

iframe {
  border: 0;
  max-width: 100%;
}

.link-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.link-list li + li {
  margin-top: 1rem;
}

.result-card table,
.training-table {
  width: 100%;
}

/* Einwilligungsschranke vor eingebetteten Karten (siehe map-consent.js). */
.map-consent {
	max-width: 500px;
	padding: 1.25em;
	border: 1px solid #ccc;
	background: #f7f7f7;
}

.map-consent p {
	margin: 0 0 0.75em;
	font-size: 0.9em;
	line-height: 1.5;
}

.map-consent-button {
	padding: 0.5em 1.25em;
	border: 0;
	background: #2b2b2b;
	color: #fff;
	font: inherit;
	cursor: pointer;
}

.map-consent-button:hover,
.map-consent-button:focus {
	background: #444;
}

.map-consent-note {
	margin: 0.75em 0 0;
	font-size: 0.85em;
}
