@import url("fonts/Fira_Sans/fira_sans.css");
@import url("fonts/fontawesome/all.css");
@import url("/assets/addons/d2multitool/define.css");
#content .course_teaser {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  gap: 2em;
}
#content .course_teaser a.item {
  transition: 0.3s all;
  max-width: 24%;
  border-radius: 5px;
}
#content .course_teaser a.item:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: 0.1s all;
}
#content .course_teaser a.item:hover {
  text-decoration: none !important;
}
#content .course_teaser a.item img {
  width: 100%;
  border-radius: 0em;
}
#content .course_teaser a.item .date {
  display: block;
  margin: 1em;
}
#content .course_teaser a.item .title {
  display: block;
  font-weight: bold;
  margin: 1em;
}
#content .course_teaser a.item .teaser {
  display: block;
  border: none;
}
#content .course_teaser a.item .teaser p {
  margin: 0em;
}
#content .course_teaser a.item.mehrseillaenge {
  background-color: #6B4BC2;
  color: white;
}
#content .aggregator .item > * {
  margin: 0em;
}
#content .aggregator.flexbox_light,
#content .aggregator.flexbox_dark {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
}
#content .aggregator.flexbox_light > .item,
#content .aggregator.flexbox_dark > .item {
  border-radius: 5px;
  border: 2px solid #363B44;
  border: none;
  overflow: hidden;
  text-decoration: none;
  padding: 1em;
  flex: 1;
}
#content .aggregator.box_light {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
#content .aggregator.box_light > .item {
  background-color: #F3F4F6;
  color: #363B44;
  padding: 1em;
}
#content .aggregator.flexbox_light > .item {
  background-color: #F3F4F6;
  color: #363B44;
}
#content .aggregator.flexbox_dark > .item {
  background-color: #707680;
  color: white;
}
#content .aggregator.flexbox_dark > .item a {
  color: #D9A300;
}
#content .aggregator.hoverbox .item {
  transition: 0.3s all;
}
#content .aggregator.hoverbox .item:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: 0.1s all;
}
#content .aggregator.masonry {
  display: grid;
  display: grid-lanes;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-template-rows: masonry;
  gap: 1rem;
}
#content .aggregator.masonry > .item {
  padding: 1em;
  background-color: #F3F4F6;
  color: #363B44;
}
.images.flexer figure,
figure {
  position: relative;
  display: block;
  overflow: hidden;
}
.images.flexer figure img,
figure img {
  display: block;
}
.images.flexer figure figcaption,
figure figcaption {
  position: absolute;
  left: 0em;
  right: 0em;
  bottom: 0em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5em;
  line-height: normal;
  margin: 0em;
  font-size: 80%;
}
.images.compact {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.images.compact figure {
  flex: 1;
  align-self: flex-start;
}
figure.image,
figure {
  margin: 0em;
  padding: 0em;
  display: inline-block;
}
figure.image.image,
figure.image {
  margin: 1em 0em;
}
figure.image.img-width-small,
figure.img-width-small {
  width: 25%;
}
figure.image.img-width-medium,
figure.img-width-medium {
  width: 50%;
}
figure.image.img-width-large,
figure.img-width-large {
  width: 75%;
}
figure.image.img-width-1-third,
figure.img-width-1-third {
  width: 33%;
}
figure.image.img-width-2-third,
figure.img-width-2-third {
  width: 66%;
}
figure.image.img-align-center,
figure.img-align-center,
figure.image.image-style-align-center,
figure.image-style-align-center {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
figure.image.img-align-left,
figure.img-align-left,
figure.image.image-style-align-left,
figure.image-style-align-left {
  float: left;
  margin-right: 2em;
}
figure.image.img-align-right,
figure.img-align-right,
figure.image.image-style-align-right,
figure.image-style-align-right {
  float: right;
  margin-left: 2em;
}
figure.image img,
figure img {
  max-width: 100%;
  height: auto;
}
figure.link {
  background-color: red;
}
figure.link figcaption:empty {
  display: none;
}
h1,
h2,
h3,
h4 {
  clear: left;
}
.mobileOnly {
  display: none;
}
@media (max-width: 850px) {
  .mobileOnly {
    display: block;
  }
}
.contentwidth {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bordered {
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
}
.anim_grow {
  transition: 0.3s all;
}
.anim_grow:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: 0.1s all;
}
.bg_grey_3 {
  background-color: #363B44;
  color: white;
}
.bg_grey_3 a {
  color: #D9A300;
}
.bg_grey_2 {
  background-color: #707680;
  color: white;
}
.bg_grey_2 a {
  color: #D9A300;
}
.bg_grey_1 {
  background-color: #F3F4F6;
  color: #363B44;
}
body {
  margin: 0px;
  padding: 0px;
}
body * {
  box-sizing: border-box;
}
header {
  clear: both;
  margin: 0em;
  padding: 0em;
}
header .logo {
  display: block;
  background-image: url("img/dav_logo_kiel.svg");
  width: 12em;
  aspect-ratio: 1.72;
  margin-top: 1em;
  overflow: hidden;
}
header .hero {
  background-color: #50AE2F;
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
}
header .hero::before {
  box-shadow: inset 0px 3px 10px 0 rgba(0, 0, 0, 0.25);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 110%;
  left: -10%;
}
header .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
footer {
  overflow: hidden;
  clear: both;
  background-color: #363B44;
  color: white;
  padding: 2em;
}
footer .sociallinks {
  float: right;
}
footer .sociallinks a {
  color: white;
}
footer .sociallinks a img {
  width: 4em;
  height: 4em;
}
footer nav.footernav {
  overflow: hidden;
  columns: 3;
  flex: none;
  line-height: 1.8em;
}
footer nav.footernav a {
  color: white;
}
footer nav.footernav ul {
  display: block;
  margin: 0em;
  padding: 0em;
}
footer nav.footernav ul li {
  display: block;
  float: none;
  font-weight: bold;
  margin: 0em;
  padding: 0em;
}
footer nav.footernav ul li a {
  font-size: 1rem;
  text-decoration: none;
}
footer nav.footernav ul li li {
  font-weight: lighter;
}
#content-wrapper {
  margin: 0em 2em;
}
@media (max-width: 850px) {
  #content-wrapper {
    margin: 0em 1em;
  }
  .topper {
    z-index: 90;
  }
  header .inner {
    overflow: visible;
  }
  header .logo {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 101;
  }
}
#content {
  clear: both;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 1.5em;
  font-size: 120%;
  color: #363B44;
  margin: 3em auto;
}
#content p:empty,
#content h1:empty,
#content h2:empty,
#content h3:empty,
#content h4:empty {
  display: none;
}
#content figure.video figcaption {
  position: static;
}
#content .termin {
  margin: 3em 0em;
}
#content .termin h2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: stretch;
  gap: 0.4em;
}
#content .termin h2 .date {
  color: #50AE2F;
  display: flex;
}
#content .boxedPara {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#content .boxedPara > * {
  transition: 0.3s all;
  display: block;
  min-width: 30%;
  flex: 1;
  background-color: #F3F4F6;
  padding: 1em;
  margin: 0em;
  border-radius: 5px;
}
#content .boxedPara > *:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: 0.1s all;
}
#content .boxedPara > * > a {
  color: #363B44;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#content .boxedPara > * > a > strong {
  display: block;
  font-size: 120%;
  margin-bottom: 0.25em;
}
#content .boxedPara > * > a:hover {
  text-decoration: none;
}
#content .ad-banner .remark {
  border-bottom: 1px solid #363B44;
}
#content .ad-banner figure.ad-banner figcaption {
  display: block;
  background-color: transparent;
  position: static;
  color: #363B44;
}
#content h1 {
  border-bottom: 1px solid #363B44;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}
#content img {
  border-radius: 5px;
}
#content dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  row-gap: 0.35em;
}
#content dl dt,
#content dl dd {
  margin: 0;
}
#content dl dd {
  font-weight: bold;
}
#content .important {
  clear: both;
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  background-color: #D96A1A;
  border-color: transparent;
  color: white;
}
#content .important h3 {
  margin-top: 0.25em;
}
#content .important a {
  color: #6B4BC2;
}
#content a {
  color: #50AE2F;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content p {
  hyphens: auto;
}
#content figure.table {
  margin: 1em 0em;
}
#content table {
  column-span: all;
  width: 100%;
  border: 1px solid #363B44;
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
}
#content table tr th,
#content table tr td {
  padding: 0.5em 1em;
}
#content table tr th {
  background-color: #50AE2F;
  color: white;
}
#content table tr:nth-child(odd) td {
  background: transparent;
}
#content table tr:nth-child(even) td {
  background: #F3F4F6;
}
#content .contacts {
  clear: both;
  overflow: hidden;
  margin-top: 3em;
}
#content .contacts .item {
  text-align: center;
  float: left;
  margin-right: 5em;
  width: 25%;
}
#content .contacts .item img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 8em;
  display: inline-block;
  clear: both;
}
#content .contacts .item p {
  clear: both;
  font-size: 85%;
  margin: 0.25em 0em;
}
#content .long {
  break-inside: avoid;
  column-gap: 2em;
}
#content .boxes {
  display: flex;
  gap: 2em;
}
#content .boxes > * {
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  flex: 1;
  min-width: 0;
}
#content .boxes > * h1,
#content .boxes > * h2,
#content .boxes > * h3,
#content .boxes > * h4 {
  margin-top: 0.5em;
}
#content .linkbanner a {
  display: block;
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  padding: 1.5em;
  border-width: 0em;
  background-color: #50AE2F;
  color: white;
  font-weight: bold;
  font-size: 120%;
  transition: all 0.25s;
}
#content .linkbanner a:hover {
  color: white;
  text-decoration: none;
  background-color: #00675F;
}
#content .headlineIntroText .intro {
  font-weight: bold;
  margin: 2em 0em;
}
#content .headlineIntroText .intro:empty {
  display: none;
}
#content .mitteilungen .item {
  transition: 0.3s all;
  background-color: #D9A300;
  flex: 1;
  max-width: 25%;
}
#content .mitteilungen .item:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: 0.1s all;
}
#content .mitteilungen .item a img {
  width: 100%;
}
#content .news {
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  background-color: #C7432B;
  border-width: 0em;
  color: white;
}
#content .news h2 {
  margin-top: 0.25em;
  margin-bottom: 0;
  border-bottom: 1px solid white;
}
#content .news section {
  margin: 0em;
}
#content .news hr {
  margin-top: 2em;
  color: rgba(255, 255, 255, 0.25);
}
#content .news .item {
  overflow: hidden;
}
#content .news .item h3 {
  margin-bottom: 0em;
}
#content .joinus a {
  transition: 0.3s all;
  background-image: url("/assets/css/img/edelweiss.svg");
  background-size: contain;
  background-position: 1em;
  background-repeat: no-repeat;
  padding-left: 6em;
}
#content .joinus a:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: 0.1s all;
}
#content .teaser {
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#content .teaser h3 {
  margin-top: 0.25em;
}
#content .textblock:empty {
  display: none;
}
#content .textblock.intro {
  font-weight: bold;
  margin: 2em 0em;
}
#content section {
  display: flow-root;
  margin: 3em 0em;
  column-gap: 4em;
}
#content section.textblock {
  margin: 2em 0em;
}
#content section.textblock h1,
#content section.textblock h2,
#content section.textblock h3 {
  clear: left;
}
#content section section {
  margin: 0em;
}
#content section h2,
#content section h3,
#content section h4 {
  break-after: avoid;
}
#content section p {
  break-before: avoid;
}
#content section .flexer,
#content section.flexer {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#content section .flexer > .item,
#content section.flexer > .item {
  border-radius: 5px;
  border: 2px solid #363B44;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  overflow: hidden;
  text-decoration: none;
  color: white;
  background-color: #707680;
  padding: 1em;
  flex: 1;
}
#content section .flexer > .item h3,
#content section.flexer > .item h3 {
  margin-top: 0.25em;
}
#content section .flexer > .item a,
#content section.flexer > .item a {
  color: #D9A300;
}
#content section.articleTeaser {
  margin: 2em 0em;
}
#content section.articleTeaser .item {
  transition: 0.3s all;
  min-width: 25%;
  max-width: 33%;
  aspect-ratio: 2/2;
}
#content section.articleTeaser .item:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: 0.1s all;
}
#content section.articleTeaser .item .inner h3 {
  hyphens: auto;
  float: left;
  padding: 0.1em 0.5em;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-size: 100%;
}
#content section.groups .item {
  aspect-ratio: 16/16;
  width: 22%;
  flex: auto;
  display: flex;
  padding: 0em;
  transition: 0.3s all;
}
#content section.groups .item:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: 0.1s all;
}
#content section.groups .item .inner {
  width: 100%;
  padding: 0.5em 1em;
  align-self: flex-end;
}
#content section.groups .item .inner h3 {
  color: white;
  margin: 0.4em 0em;
}
#content section.groups .item .inner p {
  margin: 0.4em 0em;
}
#content section.groups .cat17 {
  background-image: url("/media/teaser-klettergruppe.png");
}
#content section.groups .cat17 .inner {
  background-color: #3dd4de !important;
}
#content section.groups .cat21 {
  background-image: url("/media/teaser-wandergruppe.png");
}
#content section.groups .cat21 .inner {
  background-color: #53B89A !important;
}
#content section.groups .cat19 {
  background-image: url("/media/teaser-bergwandergruppe.png");
}
#content section.groups .cat19 .inner {
  background-color: #53B89A !important;
}
#content section.groups .cat16 {
  background-image: url("/media/teaser-familiengruppe.png");
}
#content section.groups .cat16 .inner {
  background-color: #D96A1A !important;
}
#content section.groups .cat15 {
  background-image: url("/media/teaser-jugendgruppe.png");
}
#content section.groups .cat15 .inner {
  background-color: #D9A300 !important;
}
#content section.groups .cat22 {
  background-image: url("/media/teaser-inklusionsgruppe.png");
}
#content section.groups .cat22 .inner {
  background-color: #6B4BC2 !important;
}
#content section.groups .cat20 {
  background-image: url("/media/teaser-leistungsgruppe.png");
}
#content section.groups .cat20 .inner {
  background-color: #3dd4de !important;
}
#content section.groups .cat18 {
  background-image: url("/media/teaser-naturschutzsgruppe.png");
}
#content section.groups .cat18 .inner {
  background-color: #6FA43A !important;
}
@media (max-width: 850px) {
  #content {
    font-size: 100%;
    margin: 2em auto;
    overflow-wrap: anywhere;
  }
  #content h1 {
    font-size: 1.8em;
  }
  #content img,
  #content video,
  #content iframe {
    max-width: 100%;
  }
  #content section {
    margin: 2em 0;
    column-gap: 1em;
  }
  #content .long {
    columns: 1 !important;
  }
  #content .boxes {
    flex-direction: column;
    gap: 1em;
  }
  #content .termin h2 {
    grid-template-columns: minmax(0, 1fr);
  }
  #content dl {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.25em;
  }
  #content dl dd {
    margin-bottom: 0.75em;
  }
  #content figure {
    width: 100%;
  }
  #content figure.table {
    overflow-x: auto;
  }
  #content table tr th,
  #content table tr td {
    padding: 0.5em;
  }
  #content .contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
  }
  #content .contacts .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #content section .flexer > .item,
  #content section.flexer > .item {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  #content .linkbanner a {
    padding: 1em;
    font-size: 110%;
  }
  #content .joinus a {
    padding-left: 4em;
    background-size: 2.5em;
  }
  #content .course_teaser > .item,
  #content .aggregator > .item {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #content table {
    font-size: 90%;
    padding: 0em;
  }
  #content .textblock {
    columns: 1 !important;
  }
}
#content nav.subnav {
  overflow: hidden;
  margin: 0em;
  padding: 0em;
  padding-left: 4em;
  padding-bottom: 2em;
  padding-top: 0em;
  background-color: white;
  float: right;
}
#content nav.subnav.inline {
  font-size: 80%;
  box-shadow: none;
}
#content nav.subnav ul {
  margin-top: 0em;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  border-color: transparent;
  padding-top: 0em;
}
#content nav.subnav ul li {
  float: none;
  display: block;
  margin: 1em;
}
#content nav.subnav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #363B44;
}
#content nav.subnav ul li a.rex-current,
#content nav.subnav ul li a.rex-active {
  font-weight: bold;
}
#content nav.subnav ul li ul {
  margin: 0em;
  padding: 0em;
  overflow: auto;
}
nav.subnav {
  position: relative;
  overflow: hidden;
  margin: 0em;
  padding: 0em;
  padding-top: 0em;
  box-shadow: inset 0px 3px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #50AE2F;
}
nav.subnav ul {
  margin-top: 0em;
  padding: 0em;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-color: transparent;
}
nav.subnav ul li {
  float: left;
  display: block;
  margin: 1em;
}
nav.subnav ul li a {
  display: inline-block;
  color: white;
  text-decoration: none;
}
nav.subnav ul li a.rex-current,
nav.subnav ul li a.rex-active {
  font-weight: bold;
}
nav.staticnav {
  font-size: 80%;
  position: absolute;
  right: 0em;
  top: 0em;
  list-style: none;
  display: flex;
  margin: 0em;
}
nav.staticnav ul {
  margin: 0em;
  padding: 0em;
}
nav.staticnav ul li {
  float: left;
  display: block;
  margin: 1em;
}
nav.staticnav ul li a {
  display: inline-block;
  color: #363B44;
  text-decoration: none;
}
nav.mainnav ul {
  list-style: none;
  display: flex;
  text-align: center;
  margin: 0em;
  margin-top: 1em;
  padding: 0em;
}
nav.mainnav ul li {
  float: left;
  display: block;
  flex: 1;
  margin: 1em 2em;
}
nav.mainnav ul li a {
  display: inline-block;
  color: #363B44;
  text-decoration: none;
  white-space: nowrap;
  font-size: 130%;
  transition: all 0.15s;
}
nav.mainnav ul li a:hover {
  color: #50AE2F;
  transform: scale(1.2);
}
nav.mainnav ul li ul {
  display: none;
}
nav.mainnav > ul:first-of-type > li:first-of-type > a:first-of-type {
  width: 1em;
  height: 1em;
  overflow: hidden;
}
nav.mainnav > ul:first-of-type > li:first-of-type > a:first-of-type::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f015";
  font-size: 1em;
}
.menu-toggle {
  display: none;
}
@media (max-width: 1024px) {
  nav.mainnav ul {
    flex-wrap: wrap;
  }
  nav.mainnav ul li {
    margin: 0.5em;
  }
  nav.mainnav ul li a {
    font-size: 110%;
  }
}
@media (max-width: 850px) {
  .menu-toggle {
    display: block;
    font-weight: bold;
    font-size: 200%;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 101;
    cursor: pointer;
    border: none;
    background-color: white;
    border-radius: 3px;
    width: 2em;
    height: 2em;
    transition: transform 0.25s;
  }
  .menu-toggle.active {
    transform: rotateZ(90deg);
  }
  .navigationLayer {
    display: none;
    background-color: white;
    position: absolute;
    top: 0em;
    left: 0em;
    right: 0em;
    z-index: 100;
    padding: 1em;
    padding-top: 10em;
    box-shadow: 0em 0em 1em rgba(0, 0, 0, 0.5);
  }
  .navigationLayer.is-open {
    display: block;
  }
  .navigationLayer > ul {
    flex-direction: column;
  }
  nav.staticnav {
    position: static;
    margin-top: 0.5rem;
  }
  nav.staticnav ul {
    display: block;
    flex-wrap: wrap;
  }
  nav.staticnav ul li {
    display: block;
    float: none;
    margin: 0 1em 0 0;
  }
  nav.staticnav ul li a {
    padding: 0.75em 0.5em;
  }
  nav.mainnav ul {
    display: block;
    text-align: left;
    margin: 0.5rem 0;
  }
  nav.mainnav ul li {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }
  nav.mainnav ul li a {
    white-space: normal;
    padding: 0.75em 0.5em;
  }
  nav.mainnav ul li ul {
    display: block;
    padding-left: 2em;
  }
  nav.mainnav > ul:first-of-type > li:first-of-type > a:first-of-type {
    box-sizing: content-box;
    width: auto;
  }
  nav.mainnav > ul:first-of-type > li:first-of-type > a:first-of-type::before {
    padding-right: 1em;
    display: inline-block;
  }
  nav.subnav {
    display: none;
  }
  nav.subnav ul li {
    margin: 0.5em 1em;
  }
  #content nav.subnav {
    float: none;
    padding: 0 0 1rem;
  }
  #content nav.subnav ul {
    padding: 0;
  }
  #content nav.subnav ul li {
    margin: 0.5em 0;
  }
  #content nav.subnav ul li ul {
    padding-left: 1em;
  }
  footer nav.footernav {
    columns: 1 !important;
  }
}
form {
  display: grid;
  grid-template-columns: auto;
  justify-content: start;
  gap: 1rem;
  align-items: center;
}
form > div {
  grid-template-columns: auto 1fr !important;
}
form .btn-save i {
  display: none;
}
form .rex-form-group,
form figure.input {
  display: contents;
  clear: both;
}
form .rex-form-group label,
form figure.input label {
  text-align: right;
  vertical-align: top;
  align-self: start;
}
form .rex-form-group span *,
form figure.input span * {
  width: 100%;
}
form .rex-form-group.span,
form figure.input.span {
  display: block;
  grid-column: span 2;
}
form input[type="text"],
form input[type="email"] {
  font-size: large;
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  padding: 0.25em;
}
form select {
  font-size: large;
  color: #363B44;
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  border-color: transparent;
}
form input[type="submit"],
form input[type="button"],
form button[type="submit"],
form a.button {
  display: block;
  font-size: 120%;
  font-weight: bold;
  background-color: #50AE2F;
  color: white;
  margin: 1em 0em;
  border-radius: 5px;
  border: 2px solid #363B44;
  padding: 1em;
  border-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form button[type="submit"]:hover,
form a.button:hover {
  border-color: #50AE2F;
  background-color: white;
  color: #50AE2F;
}
