:root {
  --step5-font-size:    32.2px;
  --step5-line-height:  36.0px;
  --step4-font-size:    28.0px;
  --step4-line-height:  32.0px;
  --step3-font-size:    24.3px;
  --step3-line-height:  30.0px;
  --step2-font-size:    21.2px;
  --step2-line-height:  28.0px;
  --step1-font-size:    18.4px;
  --step1-line-height:  25.0px;
  --step0-font-size:    16.0px;
  --step0-line-height:  22.0px;
  --step-1-font-size:   13.9px;
  --step-1-line-height: 20.0px;
  
  --spacer-3xs:  4px;
  --spacer-2xs:  8px;
  --spacer-xs:  12px;
  --spacer-s:   16px;
  --spacer-m:   22px;
  --spacer-l:   26px;
  --spacer-xl:  35px;
  --spacer-2xl: 60px;
  
  --clr-blue:        #00549F;
  --clr-blue-50:     #8EBAE5;
  --clr-blue-25:     #C7DDF2;
  --clr-blue-10:     #E8F1FA;
  --clr-red:         #CC071E;
  --clr-red-25:      #F2C1C7;
  --clr-yellow:      #F0F3D0;
  --clr-black:       #000000;
  --clr-gray-7:      #ECEDED;
  --clr-white:       #FFFFFF;
  --clr-transparent: #FFFFFF;
  
  --image-width-m: calc((100dvw - (var(--spacer-s) * 2)) / 3);
  --image-width-s: calc((100dvw - (var(--spacer-s) * 5)) / 6);
}

@page {
  size: A4;
  margin: 2.5em;
}

@font-face {
  font-family: Plain;
  src: url(../fonts/plain-light.woff2);
}
@font-face {
  font-family: Plain;
  src: url(../fonts/plain-light-italic.woff2);
  font-style: italic;
}
@font-face {
  font-family: Plain;
  src: url(../fonts/plain-ultralight.woff2);
  font-weight: 280;
}
@font-face {
  font-family: Plain;
  src: url(../fonts/plain-medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: Plain;
  src: url(../fonts/plain-medium.woff2);
  font-weight: bold;
}
@font-face {
  font-family: Plain;
  src: url(../fonts/plain-ultralight-italic.woff2);
  font-weight: 280;
  font-style: italic;
}
@font-face {
  font-family: Plain;
  src: url(../fonts/plain-medium-italic.woff2);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Plain;
  src: url(../fonts/plain-medium-italic.woff2);
  font-weight: bold;
  font-style: italic;
}

*:not(:is(ul, ol)) {
  margin: 0;
  padding: 0;
}

body {
  font-family: Plain, Arial, sans-serif;
  font-size: var(--step0-font-size);
  line-height: var(--step0-line-height);
  color: var(--clr-white);
  color: var(--clr-black);
  padding: 0 !important;
}

strong, b {
  font-weight: 500;
}

#aw_ce_bar,
#header,
#footer,
#skip-navigation,
#rwth-cb,
#header-background,
#articlefunctions,
#img-alt-popup,
#video-data-protection-background,
#lightbox,
#aw_ce_areaoverlay,
body > *:not(#site-wrapper),
.awce_edit,
.aw_ce_areaoverlay,
.ce-only,
.module.child-navigation, 
.simplebar-placeholder,
.module.skip-to-navigation,
a:is(.hidden, .hiddenmark),
a.sign-language-video-helper,
.aural {
  display: none !important;
}

#site-wrapper {
  padding-top: 0 !important;
}

h1, h2, h3, h4, h5,
.h2, .h3, .h4, .h5 {
  display: block;
  font-weight: 280;
  break-inside: avoid;
}
/* workaroud so there is no page-break directly after an headline with the paragraph on the next page */
:is(h1, h2, h3, h4, h5, .h2, .h3, .h4, .h5)::after {
  content: '';
  display: block;
  height: 100px;
  margin-bottom: -100px;
}
h1 {
  font-size: var(--step5-font-size);
  line-height: var(--step5-line-height);
  margin: 0 0 var(--spacer-s);
}
h2, .h2 {
  font-size: var(--step4-font-size);
  line-height: var(--step4-line-height);
  margin: 0 0 var(--spacer-2xs);
}
h3, .h3 {
  font-size: var(--step3-font-size);
  line-height: var(--step3-line-height);
  margin: 0 0 var(--spacer-3xs);
}
h4, .h4 {
  font-size: var(--step2-font-size);
  line-height: var(--step2-line-height);
  margin: 0 0 var(--spacer-3xs);
}
h5, .h5 {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
  margin: 0 0 var(--spacer-3xs);
}

address {
  font-style: normal;
}

a {
  color: currentColor;
  text-decoration: none;
}
a[href]:not(:is([href^="tel:"], [href=""]))::after {
  content: ' [' attr(href) ']';
  color: var(--clr-blue);
  word-wrap: anywhere;
}

.module:not(.note) :is(ul, ol).no-styles {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacer-3xs) var(--spacer-2xs);
}
dt {
  font-weight: 500;
}
dt::after {
  content: ': ';
}

#breadcrumb {
  font-size: var(--step-1-font-size);
  line-height: var(--step-1-line-height);
}
#breadcrumb ol {
  padding: 0;
  margin: 0 0 var(--spacer-s);
  list-style: none;
  display: block;
}
#breadcrumb ol::after {
  content: '';
  display: block;
  clear: both;
}
#breadcrumb li {
  display: block;
  float: left;
}
#breadcrumb li a[href] {
  font-weight: normal;
}
#breadcrumb li a[href]::after {
  content: normal;
}
#breadcrumb li:not(:last-child)::after {
  content: '|';
  margin: 0 0.5ch;
}

#main .table-outer-wrapper {
  position: relative;
  width: 100%;
}
#main .table-outer-wrapper:not(:last-child) {
  margin-bottom: var(--step0-font-size);
}
#main .table-outer-wrapper + .table-outer-wrapper {
  margin-top: var(--spacer-l);
}
#main .table-pager {
	display: none;
}

#main table {
	width: 100% !important;
	border-collapse: collapse;
}
#main table > caption {
	text-align: left;
	font-size: var(--step3-font-size);
	line-height: var(--step3-line-height);
  font-weight: 280;
	margin: var(--spacer-xs) 0;
}
#main table :is(th, td) {
  border-bottom: 1px solid var(--clr-black);
}
#main table td:not(:first-child) {
  border-top: 1px solid var(--clr-black);
}
#main .module.dynamic-list table :is(th, td) {
  text-align: left;
  width: 100%;
}
#main .module.dynamic-list table th {
  padding: 0 0 var(--spacer-m);
}
#main .module.dynamic-list table td {
  padding: var(--spacer-xs) 0;
}
#main table :is(th, td):not(:first-child) {
  border-left: 1px solid var(--clr-black);
}
#main table :is(th, td):not(:last-child) {
  border-right: 1px solid var(--clr-black);
}
#main .module.dynamic-list table :is(th, td):not(:first-child) {
  border-left-width: 0;
}
#main .module.dynamic-list table :is(th, td):not(:last-child) {
  border-right-width: 0;
  padding-right: var(--spacer-m);
}
#main table th,
#main table th a[href] {
  font-size: var(--step2-font-size);
  line-height: var(--step2-line-height);
  font-weight: 280;
}
#main table th a[href]::after {
  content: normal;
}
#main .module.dynamic-list table th,
#main .module.dynamic-list table th a[href] {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
}
#main table thead th {
  text-align: left;
  vertical-align: bottom;
  padding: 0 var(--spacer-s) var(--spacer-s);
}
.module.dynamic-list h3.mobile-caption {
  display: none;
}
#main table tbody :is(th, td) {
  padding: var(--spacer-xs) var(--spacer-s);
}
#main table tbody td {
  vertical-align: top;
}
#main table tbody td.highlight {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
  font-weight: 280;
}
#main table tbody td.highlight a[href] {
  font-weight: 280;
}
@media print, (min-width: 768px) {
  #main .module.dynamic-list table :is(th, td) {
    text-align: var(--text-align, left);
    width: var(--col-width, auto);
  }
}

.simplebar-content-wrapper {
  overflow: visible !important;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: var(--spacer-l);
  gap: var(--spacer-l);
  text-align: center;
}
button:not(:is(.no-decorations, .link-style)) {
  --btn-spacer-shadow: -8px;
  --btn-spacer-margin: calc(var(--btn-spacer-shadow) * -1);
  --btn-clr-shadow: var(--clr-blue-50);
  --btn-clr-border: var(--clr-black);
  --btn-clr-bg:     var(--clr-white);
  --btn-clr-text:   currentColor;
  
  background-color: var(--btn-clr-bg);
  color: var(--btn-clr-text);
  display: inline-block;
  padding: var(--spacer-2xs) var(--spacer-s);
  margin: var(--btn-spacer-margin) 0 0 var(--btn-spacer-margin);
  text-align: center;
  text-decoration: none;
  font-family: Plain, Arial, sans-serif;
  font-size: var(--step0-font-size);
  line-height: var(--step0-line-height);
  font-weight: 500;
  border: 1px solid var(--btn-clr-border);
  box-shadow: var(--btn-spacer-shadow) var(--btn-spacer-shadow) 0 -2px var(--clr-transparent),
              var(--btn-spacer-shadow) var(--btn-spacer-shadow) 0 0 var(--btn-clr-shadow);
}
button.link-style {
  border-width: 0;
  background-color: transparent;
  font-family: Plain, Arial, sans-serif;
  font-size: var(--step0-font-size);
  line-height: var(--step0-line-height);
  font-weight: 500;
}

.copyright {
  font-size: var(--step-1-font-size);
  line-height: var(--step-1-line-height);
}

.image-wrapper {
  position: relative;
  max-width: 100%;
  break-inside: avoid;
}
.image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.image-wrapper > .copyright {
  background-color: var(--clr-white);
  color: var(--clr-black);
  padding: var(--spacer-3xs);
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 1;
}

.module,
.content-page .module:not(:last-child),
.module.shorter-margin {
  margin-bottom: var(--spacer-xl);
}
#main > .module:first-child {
  margin-top: 0;
}
.module .text p:not(:is(.no-padding, :last-child)) {
  padding-bottom: var(--step0-font-size);
}
.module .text :is(ul, ol) {
  margin: 0;
}
.module .text :is(ul, ol):not(:last-child) {
  margin-bottom: var(--step0-font-size);
}

.module.four-worlds a.button {
  display: inline-block;
  padding-top: var(--spacer-2xs);
}
.module.four-worlds .background,
.module.four-worlds .scroll-down {
  display: none;
}
.module.four-worlds .container {
  margin-bottom: var(--spacer-m);
}
.module.four-worlds .world-wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  align-items: center;
  gap: var(--spacer-s);
  margin-top: var(--spacer-2xs);
}
.module.four-worlds .world-wrapper.testimonial img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-position: top;
}
.module.four-worlds .world-wrapper.text-image img {
  aspect-ratio: 1;
}
.module.teaser.four-worlds .world-wrapper blockquote {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
}
.module.teaser.four-worlds .world-wrapper blockquote p:not(.source)::before {
  content: '„';
}
.module.teaser.four-worlds .world-wrapper blockquote p:not(.source)::after {
  content: '“';
}
html[lang="en-US"] .module.teaser.four-worlds .world-wrapper blockquote p:not(.source)::before,
html[lang="en-US"] .module.teaser.four-worlds .world-wrapper blockquote p:not(.source)::after {
  content: '"';
}
.module.teaser.four-worlds .world-wrapper .source {
  font-size: var(--step0-font-size);
  line-height: var(--step0-line-height);
  font-weight: 280;
}
.module.teaser.four-worlds .world-wrapper .poster-wrapper {
  aspect-ratio: 1.77778;
  background-size: cover;
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.teaser.four-worlds .world-wrapper video,
.module.teaser.four-worlds .world-wrapper .play-button,
.module.teaser.four-worlds .button-list-wrapper {
  display: none;
}
.module.teaser.four-worlds .world-wrapper .link-wrapper {
  margin-top: var(--spacer-2xs);
}

.module.main-headline:not(:last-child) {
  margin-bottom: var(--spacer-l);
}

.module.quick-access ul {
  margin-bottom: 0;
}

.module:is(.search, .dynamic-list) .search-wrapper,
.module:is(.search, .dynamic-list) .paging-wrapper {
  display: none;
}
.module.search .best-bets {
  margin-top: var(--spacer-xl);
}
.module.search .best-bet:not(:last-child) {
  margin-bottom: var(--spacer-m);
}
.module.search .best-bet .inner-wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 var(--spacer-s);
}
.module.search .best-bet .image-wrapper {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.module.search .best-bet .image-wrapper img {
  aspect-ratio: 1.5;
}
.module.search .best-bets + .result-count {
  margin-top: var(--spacer-xl);
}
.module.search .results {
  padding-left: 0;
}
.module.search .result {
  border-top: 1px solid var(--clr-black);
  padding: var(--spacer-xs) 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 var(--spacer-s);
}
.module.search .result:last-child {
  border-bottom: 1px solid var(--clr-black);
}
.module.search .result em {
  font-style: normal;
}
.module.search .link-wrapper {
  margin-bottom: var(--spacer-xs);
}
.module.search .search-breadcrumb {
  font-size: var(--step-1-font-size);
  line-height: var(--step-1-line-height);
  margin-bottom: var(--spacer-3xs);
}
.module.search .search-date {
  grid-row: 1;
  grid-column: 2;
}
.module.search :is(.search-breadcrumb, .search-snippet) {
  grid-column: span 2;
}
.module.search .result,
.module:is(.dynamic-table, .dynamic-list) tr {
  break-inside: avoid;
}
.module:is(.dynamic-table, .dynamic-list) .pictograph {
	background-image: url(../imgs/pictograph.png);
	display: inline-block;
  background-size: auto 60px;
  height: 30px;
  width: 30px;
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.dynamic-list .image-wrapper {
  max-width: 100%;
}
.module.dynamic-list .image-wrapper.original {
  margin-bottom: 0.4em;
  display: inline-block;
}
.module.dynamic-list .image-wrapper.original.left {
  float: left;
  margin-right: 0.4em;
}
.module.dynamic-list .image-wrapper.original.right {
  float: right;
  margin-left: 0.4em;
}

.module.accordion h3 {
  margin-top: var(--spacer-xs);
}
.module.accordion .item-wrapper {
  break-inside: avoid;
}

.module:is(.stage, .testimonial) .grid-wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  align-items: start;
  gap: var(--spacer-s);
}
.module.stage .image-wrapper {
  aspect-ratio: 1.77778;
}
.module:is(.stage, .testimonial, .four-banner) .control-wrapper {
  display: none;
}
.module:is(.stage, .testimonial) .item-wrapper:not(:last-child) {
  margin-bottom: var(--spacer-m);
}

.module.four-banner .scroll-stopper,
.module.four-banner .linear-gradient {
  display: none;
}
.module.four-banner .item-wrapper:not(:last-child) {
  margin-bottom: var(--spacer-l);
}

.module.testimonial :is(.inner-wrapper, .aw_ce_wrapper) {
  break-inside: avoid-page;
}
.module.testimonial .item-rack.dynamic-height {
  height: auto !important;
}
.module.testimonial .image-wrapper img {
  aspect-ratio: 1;
  object-position: top;
  border-radius: 50%;
}
.module.testimonial .text {
  align-self: center;
}
.module.testimonial .item-wrapper.no-image .text {
  grid-column: span 2;
}
.module.testimonial .citation {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
}
.module.testimonial .citation:not(:last-child) {
  padding-bottom: 0;
}
.module.testimonial .citation::before {
  content: '„';
}
.module.testimonial .citation::after {
  content: '“';
}
html[lang="en-US"] .module.testimonial .citation::before,
html[lang="en-US"] .module.testimonial .citation::after {
  content: '"';
}
.module.testimonial .source {
  margin-top: var(--spacer-2xs);
  font-size: var(--step0-font-size);
  line-height: var(--step0-line-height);
}
.module.testimonial .copyright:not(:first-child) {
  margin-top: var(--spacer-s);
}

.module.note .thumbnail {
  display: none;
}

.module.profile h3 {
  margin-top: var(--spacer-xs);
}
.module.profile :is(ul, ol) {
  margin: 0;
}
.module.profile .infos {
  display: block;
  font-weight: 500;
}
.module.profile .tooltip-text {
  font-weight: normal;
}
.module.profile .tooltip-text p {
  display: inline;
}

.module.hint {
  border: 3px dashed var(--clr-red);
  border-width: 3px 0;
  padding: var(--spacer-xs) 0;
}
.module.hint:not(.generic-template) {
  break-inside: avoid;
}
.module.hint.green {
  border-color: #006165; /* petrol 100% */
}
.module.hint.blue-10 {
  border-color: var(--clr-blue-25);
}
.module.hint:is(.type-of-sport, .sports-facility, .project, .generic-template) .text {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacer-3xs) var(--spacer-s);
}
.module.hint:is(.type-of-sport, .sports-facility, .project, .generic-template) .label {
  font-weight: 500;
}
.module.hint.generic-template .display {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.module.hint.generic-template .doc-link {
  display: inline-block;
  width: fit-content;
  vertical-align: middle;
  margin-right: var(--spacer-3xs);
}

.module.teaser.news .separator {
  display: none;
}
.module.teaser.news .news-item:not(:last-child) {
  margin-bottom: var(--spacer-m);
}
.module.teaser.news .news-wrapper {
  break-inside: avoid;
}
.module.teaser.news .news-wrapper .image-wrapper {
  width: var(--image-width-m);
  float: left;
  margin: 0 var(--spacer-s) var(--spacer-s) 0
}
.module.teaser.news .news-wrapper::after {
  content: '';
  display: block;
  clear: both;
}
.module.teaser.news .date {
  font-weight: 500;
}

.module.teaser.top-news .news-wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  gap: var(--spacer-s);
  align-items: center;
}
.module.teaser.top-news .image-wrapper {
  align-self: start;
}
.module.teaser.top-news .link-wrapper {
  margin-top: var(--spacer-m);
}

.module.teaser.events ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module.teaser.events li:not(:last-child) {
  margin-bottom: var(--spacer-m);
}
.module.teaser.events :is(.label, .date, .time, .weekdays) {
  font-weight: 500;
}
.module.teaser.events .label {
  display: inline;
}
.module.teaser.events .label:not(:last-child)::after {
  content: ', ';
}

.module.teaser.list {
  break-inside: avoid;
}
.module.teaser.list .inner-wrapper:not(.aw_ce),
.module.teaser.list .aw_ce_wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  grid-template-rows: auto auto 1fr auto;
  gap: 0;
}
.module.teaser.list h2 {
  grid-column: span 2;
  grid-row: 1;
}
.module.teaser.list .image-wrapper {
  align-self: start;
}
.module.teaser.list img {
  aspect-ratio: 1.5;
}
.module.teaser.list .text {
  grid-column: 1 / span 2;
  font-size: var(--step-1-font-size);
  line-height: var(--step-1-line-height);
}
.module.teaser.list .image-wrapper + .text {
  margin-top: var(--spacer-2xs);
  grid-column: 1;
}
.module.teaser.list ul {
  grid-column: 1 / span 2;
  margin: var(--spacer-2xs) 0 0;
}
.module.teaser.list .image-wrapper ~ ul {
  grid-column: 2;
  grid-row: 2 / span 2;
  margin-top: 0;
}
.module.teaser.list .button-wrapper {
  grid-column: span 2;
  grid-row: -1;
}

.module.teaser:is(.text-image, .dates-facts) .inner-wrapper,
.module.numeric-display .grid-wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  gap: 0 var(--spacer-s);
  align-items: start;
}
.module.teaser.text-image .image-wrapper img {
  aspect-ratio: 1.5;
}
.module.teaser.text-image .text-wrapper {
  grid-column: span 2;
}
.module.teaser.text-image .image-wrapper + .text-wrapper {
  grid-column: span 1;
}
.module.teaser.dates-facts .circle-to-fit,
.module.numeric-display .circle-to-fit {
	background-color: var(--clr-blue-10);
	aspect-ratio: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.teaser.dates-facts .span-to-fit, .module.numeric-display .span-to-fit {
  font-size: var(--step4-font-size);
  line-height: var(--step4-line-height);
  text-align: center;
  word-wrap: break-word;
  max-width: 100%;
}
.module.teaser.dates-facts .text-wrapper, 
.module.numeric-display .text-wrapper {
  align-self: center;
}

.module.teaser.target-audience.simple .item-rack,
.module.complex-item-view .item-rack {
  transform: translateX(0%) !important;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-s);
}
.module.teaser.target-audience.simple .item-wrapper,
.module.complex-item-view .item-wrapper {
  flex: 0 0 var(--image-width-m);
}
.module.complex-item-view .icon.zoom,
.module.complex-item-view .text.link,
.module.image-gallery .slider,
.module.image-gallery .link,
.module.image-gallery :is(.image-details, .image-copyright),
.module.image-gallery .text-wrapper,
.module:is(.complex-item-view, .image-gallery) .control-wrapper,
.module.complex-item-view .item-wrapper.separator h3::after {
  display: none;
}
.module.complex-item-view .image-wrapper {
  aspect-ratio: 1.5;
  margin-bottom: var(--spacer-2xs);
}
.module.complex-item-view .image-wrapper img {
  height: 100%;
}
.module.complex-item-view .image-wrapper img.portrait {
  object-fit: contain;
  background-color: var(--clr-gray-7);
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.complex-item-view .item-wrapper.separator {
  background-color: var(--clr-gray-7);
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  break-inside: avoid;
  align-self: start;
  aspect-ratio: 1.5;
}
.module.complex-item-view .item-wrapper.separator h3 {
  padding: var(--spacer-xl) 0;
  word-wrap: anywhere;
  max-width: 100%;
}
.module.teaser.history > .copyright {
  margin-top: var(--spacer-s);
}
.module.image-bar .image-details .title,
.module.teaser.group h3 {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
  font-weight: 280;
  margin-bottom: var(--spacer-2xs);
  hyphens: auto;
}
.module.image-bar .image-details .text.description,
.module.teaser.group .text,
.module.teaser.history .text {
  font-size: var(--step-1-font-size);
  line-height: var(--step-1-line-height);
}
.module.image-gallery .item-rack {
  transform: translateX(0%) !important;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-s);
  margin-top: var(--spacer-s);
}
.module.image-gallery .item-wrapper {
  flex: 0 0 var(--image-width-s);
}
.module.image-gallery .item-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.module.image-gallery .item-wrapper img.portrait {
  object-fit: contain;
  background-color: var(--clr-gray-7);
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}

.module.teaser.orgainfo .inner-wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  gap: 0 var(--spacer-s);
  align-items: start;
}
.module.teaser.orgainfo h2 {
  grid-column: span 2;
}
.module.teaser.orgainfo .text {
  grid-column: span 2;
}
.module.teaser.orgainfo .image-wrapper + .text {
  grid-column: span 1;
}
.module.teaser.orgainfo .text h2 {
  display: none;
}

.module:is(.contactperson, .contactgroup, .staffmember) .inner-wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  gap: 0 var(--spacer-s);
  align-items: center;
}
.module:is(.contactperson, .contactgroup, .staffmember) .image-wrapper {
  align-self: start;
}
.module:is(.contactperson, .contactgroup, .staffmember) .image-wrapper img {
  object-position: top;
  border-radius: 50%;
  aspect-ratio: 1;
}
.module:is(.contactperson, .contactgroup) .image-placeholder {
  display: none;
}
.module:is(.contactperson, .contactgroup, .staffmember) .text {
  grid-column: span 2;
}
.module:is(.contactperson, .contactgroup, .staffmember) .image-wrapper + .text {
  grid-column: 2;
}
.module.contactgroup .contact-wrapper:not(:last-child) {
  margin-bottom: var(--spacer-m);
}
.module.contactperson + .module.contactperson h2,
.module.contactgroup + .module.contactgroup h2 {
  display: none;
}

.module.intro.widescreen .image-wrapper img {
  aspect-ratio: 3.345;
}
.module.intro h2 + .image-wrapper,
.module.intro .image-wrapper + .text,
.module.intro h2 + .text {
  margin-top: var(--spacer-xs);
}
.module.intro .text {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
}

.module.image-text figure {
  margin-top: var(--spacer-m);
  break-inside: avoid;
}
.module.image-text .image-wrapper {
  background-color: var(--clr-gray-7);
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.image-text .image-wrapper img,
.module.image-text figcaption {
  width: 75%;
  margin: 0 auto;
}
.module.image-text figcaption {
  font-size: var(--step-1-font-size);
  line-height: var(--step-1-line-height);
}
.module.image-text .image-wrapper .copyright {
  right: 12.5%;
}
.module.image-text .text blockquote {
  display: block;
  font-size: var(--step2-font-size);
  line-height: var(--step2-line-height);
}
.module.image-text .text blockquote:not(:last-child) {
  padding-bottom: var(--spacer-xl);
}
.module.image-text .text p + blockquote {
  padding-top: calc(var(--spacer-xl) - var(--step0-font-size));
}
.module.image-text .text blockquote p {
  padding-bottom: 0;
}
.module.image-text .text blockquote p:not(.Quellenangabe)::before {
  content: '„';
}
.module.image-text .text blockquote p:not(.Quellenangabe)::after {
  content: '“';
}
html[lang="en-US"] .module.image-text .text blockquote p:not(.Quellenangabe)::before,
html[lang="en-US"] .module.image-text .text blockquote p:not(.Quellenangabe)::after {
  content: '"';
}
.module.image-text .text blockquote .Quellenangabe {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
}
.module.image-text .text blockquote .Quellenangabe:not(:first-child) {
  margin-top: var(--spacer-2xs);
}

.module.news .text {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
}

.module.iframe :is(iframe, .issuuembed) {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: var(--iframe-height, 300px);
  max-height: 66.66667vw;
  border: var(--iframe-border,   0px) solid var(--clr-black);
  overflow-y: auto;
}
.module.iframe :is(iframe, .issuuembed).hidden, 
.module.iframe .data-protection-wrapper {
  display: none;
}

.module.podcast iframe.podcast {
  height: 130px;
}
.module.podcast .playlist-item {
  display: grid;
  grid-template-columns: var(--image-width-s) 1fr;
  gap: var(--spacer-s);
  align-items: start;
  position: relative;
  break-inside: avoid;
}
.module.podcast .playlist-item:not(:last-child) {
  margin-bottom: var(--spacer-s);
}
.module.podcast .playlist-item .image-wrapper img {
  aspect-ratio: 1;
}
.module.podcast .playlist-item .image-wrapper button,
.module.podcast .playlist-item .image-wrapper::after {
  display: none;
}
.module.podcast .playlist-item .text {
  padding-right: 5em;
}
.module.podcast .playlist-item .text .play-link {
	font-size: var(--step1-font-size);
	line-height: var(--step1-line-height);
	font-weight: 280;
}
.module.podcast :is(.duration, .time-created) {
	position: absolute;
	right: 0;
	font-size: var(--step-1-font-size);
	line-height: var(--step-1-line-height);
	font-weight: 280;
}
.module.podcast .duration {
  bottom: 0;
}
.module.podcast .time-created {
  top: 0;
}

.module.dynamic-table .anchor-name,
.module.dynamic-table .skip-to-group,
.module.dynamic-table .opens-lightbox::after {
  display: none;
}
.module:is(.dynamic-table, .dynamic-list) .image-wrapper.with-border {
  border: 1px solid var(--clr-black);
  padding: 1px;
}
.module.dynamic-table .image-wrapper img {
  width: auto;
}
.module.dynamic-table .image-wrapper .copyright {
  text-align: left;
  font-weight: normal;
}
.module.dynamic-table .pictograph {
	background-image: url(../imgs/pictograph.png);
	display: inline-block;
  background-size: auto 60px;
  height: 30px;
  width: 30px;
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
#main .module.dynamic-table table.invisible :is(th, td),
#main .module.dynamic-table table.invisible :is(th, td):not(:first-child),
#main .module.dynamic-table table.invisible :is(th, td):not(:last-child) {
  border-width: 0px;
}
.module.dynamic-table table.invisible thead {
  display: none;
}

.module.audio audio,
.module.audio .toggler {
  display: none;
}
.module.audio .title {
	font-size: var(--step3-font-size);
	line-height: var(--step3-line-height);
	font-weight: 280;
}
.module.audio .title a.music[href]::after {
  display: block;
	font-size: var(--step0-font-size);
	line-height: var(--step0-line-height);
	font-weight: normal;
}
.module.audio .playlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module.audio .item-wrapper {
  margin-top: var(--spacer-s);
}
.module.audio .details .text::before {
  content: 'Transkription';
	font-size: var(--step2-font-size);
	line-height: var(--step2-line-height);
	font-weight: 280;
}
html[lang="en-US"] .module.audio .details .text::before {
  content: 'Transcription';
}
.module.audio .details .text p:last-of-type {
  padding-bottom: 0;
}
.module.audio .playlist-item:not(:last-child) {
  margin-bottom: var(--spacer-m);
}

.module.sitemap :is(.toggler, .icon) {
  display: none;
}

.module.teaser.full-image {
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.teaser.full-image .image-wrapper img {
  aspect-ratio: 2;
}
.module.teaser.full-image .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 0 repeat(12, 1fr) 0;
  gap: 18px;
  align-items: center;
}
.module.teaser.full-image .linear-gradient {
  display: none;
}
.module.teaser.full-image .text {
  position: relative;
  z-index: 1;
  grid-column: 2 / span 8;
  background-color: var(--clr-white);
  padding: var(--spacer-s);
}
.module.teaser.full-image h2 {
  hyphens: manual;
}
.module.teaser.full-image .link-wrapper {
  margin-top: var(--spacer-m);
}

.module.area-overview-intro .image-wrapper img {
  aspect-ratio: 2.5;
}
.module.area-overview-intro .image-wrapper + * {
  margin-top: var(--spacer-s);
}
.module.area-overview-intro .linear-gradient {
  display: none;
}
.module.area-overview-intro .secondary-wrapper {
  margin-top: var(--step0-font-size);
}

.module.video :is(iframe, video) {
  display: none !important;
}

.module.video {
  break-inside: avoid;
}
.module.video.teaser .inner-wrapper:not(.aw_ce),
.module.video.teaser .aw_ce_wrapper {
  display: grid;
  grid-template-columns: var(--image-width-m) 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 var(--spacer-s);
  align-items: start;
}
.module.video.teaser h2 {
  grid-column: 2;
  font-size: var(--step3-font-size);
  line-height: var(--step3-line-height);
}
.module.video figure {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.module.video .video-wrapper {
  position: relative;
  width: 100%;
	aspect-ratio: 1.77778;
  background-color: var(--clr-gray-7);
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.video .video-wrapper.four2three {
	aspect-ratio: 1.33333;
}
.module.video .video-wrapper.five2four {
	aspect-ratio: 1.25;
}
.module.video .video-wrapper.one2one {
	aspect-ratio: 1;
}
.module.video:not(.teaser) .video-wrapper {
	aspect-ratio: 2.3703674074;
}
.module.video:not(.teaser) .video-wrapper.four2three {
	aspect-ratio: 1.7777688889;
}
.module.video:not(.teaser) .video-wrapper.five2four {
	aspect-ratio: 1.6666625;
}
.module.video:not(.teaser) .video-wrapper.one2one {
	aspect-ratio: 1.33333;
}
.module.video .poster-wrapper {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../imgs/video-poster.jpeg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
.module.video:not(.teaser) .poster-wrapper {
  width: 75%;
  margin: 0 auto;
}
.module.video:not(.teaser) figcaption {
  width: 75%;
  margin: var(--spacer-2xs) auto 0;
}
.module.video .play-button {
  display: none;
}
.module.video figcaption {
  margin-top: var(--spacer-2xs);
  font-size: var(--step-1-font-size);
  line-height: var(--step-1-line-height);
}

:is(.module.logo-list, #pre-footer-logos) .inner-wrapper {
  display: flex;
  gap: var(--spacer-s);
  flex-wrap: wrap;
  justify-content: center;
}
:is(.module.logo-list, #pre-footer-logos) .logo-wrapper {
	flex: 0 0 var(--image-width-m);
	width: var(--image-width-m);
}
:is(.module.logo-list, #pre-footer-logos) .logo-wrapper img {
  width: var(--image-width-m);
  height: var(--image-width-m);
  object-fit: contain;
  background-color: var(--clr-white);
}
:is(.module.logo-list, #pre-footer-logos) .logo-wrapper a[href]::after {
  display: block;
  text-align: center;
  word-break: break-all;
}

.module.dynamic-form .error-note {
  color: var(--clr-red);
  margin-bottom: var(--spacer-l);
}
.module.dynamic-form h2 + .error-note {
  margin-top: calc(var(--spacer-l) * -1);
}
.module.dynamic-form p.larger {
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
}
.module.dynamic-form p.margin-top {
  margin-top: var(--spacer-2xs);
}
.module.dynamic-form form > fieldset {
  margin-top: var(--spacer-xl);
}
.module.dynamic-form fieldset {
  border-width: 0;
}
.module.dynamic-form .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacer-l);
  align-items: start;
}
.module.dynamic-form .feedback-input-border, 
.module.dynamic-form legend {
  display: none;
}
.module.dynamic-form .input-group legend {
	display: block;
	margin: 0 0 var(--spacer-2xs);
}
.module.dynamic-form .form-item {
  grid-column: span 4;
}
.module.dynamic-form .form-item.size-1 {
  grid-column: span 3;
}
.module.dynamic-form .form-item.size-2 {
  grid-column: span 2;
}
.module.dynamic-form .form-item.size-3 {
  grid-column: span 1;
}
.module.dynamic-form label.header {
  display: block;
  font-size: var(--step1-font-size);
  line-height: var(--step1-line-height);
  font-weight: 280;
  margin-bottom: var(--spacer-2xs);
}
.module.dynamic-form .grid-wrapper h5 {
  margin: 0;
  margin-bottom: var(--spacer-2xs);
}
.module.dynamic-form select,
.module.dynamic-form input[type="text"],
.module.dynamic-form textarea {
  width: 100%;
  font-family: Plain, Arial, sans-serif;
  font-size: var(--step0-font-size);
  line-height: var(--step0-line-height);
  border: 1px solid var(--clr-black);
  padding: var(--spacer-3xs) var(--spacer-2xs);
  box-sizing: border-box;
}
.module.dynamic-form select {
  appearance: none;
  background-color: var(--clr-white);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
  background-repeat: no-repeat;
  background-size: var(--step0-font-size);
  background-position: calc(100% - var(--spacer-2xs)) 50%;
  padding-right: calc(2 * var(--spacer-2xs) + var(--step0-font-size));
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.dynamic-form textarea {
  resize: none;
}
.module.dynamic-form input:is([type="checkbox"], [type="radio"]) {
  position: absolute;
  left: -99999px;
}
.module.dynamic-form .input-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--spacer-3xs) var(--spacer-l);
}
.module.dynamic-form .input-group.row {
  flex-direction: row;
}
.module.dynamic-form input:is([type="checkbox"], [type="radio"]) + label {
  cursor: pointer;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><rect width="19" height="19" x=".5" y=".5" stroke="black" rx="9.5"/></svg>');
  background-repeat: no-repeat;
  background-size: var(--step0-font-size);
  background-position: 0% calc(var(--step0-font-size) * 0.2);
  padding-left: calc(var(--step0-font-size) + var(--spacer-2xs));
  -webkit-print-color-adjust: exact; /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact;               /* Firefox 48 – 96 */
  print-color-adjust: exact;         /* Firefox 97+, Safari 15.4+ */
}
.module.dynamic-form .form-item.error input:is([type="checkbox"], [type="radio"]) + label {
  color: var(--clr-red);
}
.module.dynamic-form input[type="checkbox"] + label {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path stroke="black" d="M.5.5h19v19H.5z"/></svg>');
}
.module.dynamic-form input[type="radio"]:checked + label {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><rect width="19" height="19" x=".5" y=".5" stroke="black" rx="9.5"/><rect width="12" height="12" x="4" y="4" fill="black" rx="6"/></svg>');
}
.module.dynamic-form input[type="checkbox"]:checked + label {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path stroke="black" d="M.5.5h19v19H.5z"/><path stroke="black" stroke-width="2" d="M4 9.5 8.5 14l8-8"/></svg>');
}
.module.dynamic-form .button-wrapper {
  display: none;
}
.module.dynamic-form .error-msg {
  margin-top: var(--spacer-3xs);
  font-size: var(--step-1-font-size);
  line-height: var(--step-1-line-height);
  color: var(--clr-red);
}
