.bg-gray {
  background-color: white !important;
}

section.modular-text {
  padding: 1rem;
}
section.modular-text h2 {
  margin-top: 1rem;
}

body:not(.header-dark).header-transparent #header:not(.scrolled) a {
  color: rgba(223.125, 223.125, 223.125, 0.625) !important;
}
body:not(.header-dark).header-transparent #header:not(.scrolled) a.active {
  color: white !important;
}

#footer {
  margin-top: 3rem;
  padding: 1rem;
}
#footer p {
  margin: 0;
}

#header nav.navbar .navbar-brand,
.mobile-container .mobile-logo .navbar-brand {
  gap: 1rem;
}
#header nav.navbar .navbar-brand .title,
.mobile-container .mobile-logo .navbar-brand .title {
  font-size: 1.5rem;
}
#header nav.navbar .navbar-brand:hover,
.mobile-container .mobile-logo .navbar-brand:hover {
  text-decoration: none;
}

.mobile-container .mobile-logo {
  margin-top: 0.7rem;
}
.mobile-container .mobile-logo img {
  margin-top: 0;
}

body:not(.header-dark) .mobile-menu #toggle:not(.active) span,
#header.scrolled ~ .mobile-menu #toggle:not(.active) span {
  background: #3a414e;
}

body.header-dark .mobile-menu #toggle span,
.mobile-menu #toggle.active span {
  background: white;
}

body:is(.header-light, .header-transparent) #header, #header.scrolled {
  background-color: white;
  color: #3a414e;
}
body:is(.header-light, .header-transparent) #header .dropmenu ul > li > a:is(.active, :focus, :hover), #header.scrolled .dropmenu ul > li > a:is(.active, :focus, :hover) {
  color: #4063CB !important;
}

body:is(.header-dark) #header:not(.scrolled) {
  color: rgba(223.125, 223.125, 223.125, 0.625);
}
body:is(.header-dark) #header:not(.scrolled) .dropmenu ul > li > a:is(.active, :focus, :hover) {
  color: #4063CB !important;
}
body:is(.header-dark) #header:not(.scrolled) .dropmenu > ul > li > a:is(.active, :focus, :hover) {
  color: white !important;
}

.mobile-container .mobile-logo .title {
  color: white;
}
.mobile-container .overlay-menu a, .mobile-container .overlay-menu .toggler {
  padding: 1rem;
  color: white;
}
.mobile-container .overlay-menu .toggler {
  font-size: 1.5rem;
  padding: 1rem;
}

.hero h2 .toc-anchor {
  display: none;
}

form:not(.login-form) .form-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
form:not(.login-form) .form-columns .form-column {
  width: 100%;
}
form:not(.login-form) .form-field {
  padding: 0.5rem;
}
form:not(.login-form) .form-field .form-data textarea:not(.no-css) {
  width: 100%;
  min-height: 5rem;
  max-height: 20rem;
  padding: 0.5rem;
  resize: vertical;
}

form:not(.login-form) .form-field .form-data input:not(.no-css)[type=text], form:not(.login-form) .form-field .form-data input:not(.no-css)[type=email], form:not(.login-form) .form-field .form-data input:not(.no-css)[type=tel], form:not(.login-form) .form-field .form-data input:not(.no-css)[type=date], form:not(.login-form) .form-field .form-data input:not(.no-css)[type=number], form:not(.login-form) .form-field .form-data input:not(.no-css)[type=url], form:not(.login-form) .form-field .form-data input:not(.no-css)[type=range], form:not(.login-form) .form-field .form-data input:not(.no-css)[type=password] {
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem;
}

form:not(.login-form) .form-field .form-data select:not(.no-css) {
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem;
}
form:not(.login-form) .form-field .form-data select:not(.no-css)[multiple] {
  height: auto;
  max-height: 15rem;
}

form:not(.login-form) .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem;
}
form:not(.login-form) .buttons button {
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem;
}

table {
  border-spacing: unset;
}
table th {
  background-color: #4063CB;
  color: white;
}
table th, table td {
  padding: 0.2rem 0.5rem;
}
table td::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.25);
}
table .text-align-center {
  text-align: center;
}
table .text-align-right {
  text-align: right;
}
table .text-align-left {
  text-align: left;
}

@media screen and (min-width: 641px) {
  table td::before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .table-responsive table {
    border: 0;
    width: 100%;
  }
  .table-responsive table caption {
    font-size: 1.3em;
  }
  .table-responsive table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-responsive table tr {
    border-bottom: 3px solid white;
    display: block;
    margin-bottom: 0.625em;
  }
  .table-responsive table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: block;
    font-size: 0.8em;
  }
  .table-responsive table td :last-child {
    border-bottom: 0;
  }
  .table-responsive table .text-align-center, .table-responsive table .text-align-right, .table-responsive table .text-align-left {
    text-align: right;
  }
}
nav.language-switcher {
  margin-left: 1rem;
}
nav.language-switcher ul {
  display: flex;
  gap: 0.5rem;
}
nav.language-switcher li {
  margin-top: 0;
}
nav.language-switcher li::marker {
  content: none;
}
nav.language-switcher a.active {
  color: #4063CB;
}
nav.language-switcher > ul > li > a {
  padding: 0.25rem !important;
}
.mobile-container nav.language-switcher {
  font-size: 1rem;
  margin-top: 2rem;
}
.mobile-container nav.language-switcher a:not(.active) {
  color: white;
}
.mobile-container nav.language-switcher a.active {
  text-decoration: none;
}

section.cards .cards-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
section.cards .cards-list h4 {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  section.cards .cards-list {
    grid-template-columns: 1fr;
  }
}

section.sbs .sbs {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
}
section.sbs .sbs.layout-right {
  flex-direction: row-reverse;
}
section.sbs .sbs .sbs-image, section.sbs .sbs .sbs-content {
  width: 50%;
}
section.sbs .sbs .sbs-image img {
  width: 100%;
}
section.sbs .sbs .sbs-content.top-left {
  align-self: start;
  text-align: left;
}
section.sbs .sbs .sbs-content.top-center {
  align-self: start;
  text-align: center;
}
section.sbs .sbs .sbs-content.top-right {
  align-self: start;
  text-align: right;
}
section.sbs .sbs .sbs-content.center-left {
  align-self: center;
  text-align: left;
}
section.sbs .sbs .sbs-content.center-center {
  align-self: center;
  text-align: center;
}
section.sbs .sbs .sbs-content.center-right {
  align-self: center;
  text-align: right;
}
section.sbs .sbs .sbs-content.bottom-left {
  align-self: end;
  text-align: left;
}
section.sbs .sbs .sbs-content.bottom-center {
  align-self: end;
  text-align: center;
}
section.sbs .sbs .sbs-content.bottom-right {
  align-self: end;
  text-align: right;
}
section.sbs .sbs h4 {
  margin-top: 0;
}

.overlay-dark .image-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-dark-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3019607843), rgba(0, 0, 0, 0));
}

.sponsoren-list p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.sponsoren-list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsoren-list img {
  padding: 1rem;
}

nav.language-switcher nav:not(.dropmenu) li {
  font-size: 16px;
}
nav.language-switcher ul {
  display: flex;
  gap: 0.5rem;
}
nav.language-switcher li {
  margin-top: 0;
}
nav.language-switcher li::marker {
  content: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.f {
  display: flex;
}
.f.col {
  flex-direction: column;
}
.f.row {
  flex-direction: row;
}
.f.c {
  justify-content: center;
}
.f.a {
  align-items: center;
}

/*# sourceMappingURL=hadron.css.map */
