@charset "UTF-8";
.chart-reset.button, .event-filter [data-drupal-selector=edit-reset],
.event-filter #edit-reset {
  font-family: "AleoRegular";
  background: url(../images/icon-close-small-primary.svg) no-repeat right center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #05797B;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 700;
}
.chart-reset.button:hover, .event-filter [data-drupal-selector=edit-reset]:hover,
.event-filter #edit-reset:hover {
  text-decoration: underline;
  background: url(../images/icon-close-small-primary.svg) no-repeat right center;
  color: #05797B;
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.footer {
  padding: 0px;
  font-family: "AleoBold";
}
@media (max-width: 667px) {
  .footer {
    margin-top: 10px;
  }
}
.footer--newsletter {
  background-color: #CDE4E5;
  padding-top: 45px;
  padding-bottom: 35px;
}
@media (min-width: 1024px) {
  .footer--newsletter {
    padding-bottom: 40px;
  }
}
.footer--newsletter .cell {
  position: relative;
}
.footer--newsletter_element {
  height: 52px;
  margin-bottom: 22px;
}
.footer--newsletter form {
  padding-top: 50px;
}
.footer--newsletter input {
  font-family: "LatoRegular";
  border: none;
}
.footer--newsletter .js-form-item {
  margin: 0px;
}
.footer--newsletter input:focus {
  border: none;
  outline: 0px;
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important;
}
.footer--newsletter .contact-form-result-message {
  display: block;
  padding-top: 20px;
}
.footer--newsletter .ajax-progress {
  display: block;
  padding-top: 20px;
}
.footer--newsletter input[type=email] {
  padding: 26px;
}
.footer--newsletter [type=checkbox] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.footer--newsletter [type=checkbox] + label {
  position: absolute;
  font-family: "LatoRegular";
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.footer--newsletter [type=checkbox] + label::before {
  width: 52px;
  height: 52px;
  background-color: #FFFFFF;
  display: block;
  content: "";
  float: left;
  margin-right: 20px;
  z-index: 5;
  position: relative;
}
.footer--newsletter input[type=checkbox]:checked + label::before {
  content: url(../images/icon-checkmark.svg);
  text-align: center;
  padding-top: 17px;
}
.footer--newsletter [type=checkbox].align-middle + label {
  display: inline-block;
  vertical-align: middle;
}
.footer--newsletter [type=checkbox].align-middle + label b {
  display: inline-block;
  width: calc(100% - 72px);
  vertical-align: middle;
}
.footer--newsletter [type=checkbox].align-middle + label::before {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.footer--newsletter input[type=submit] {
  margin-top: 40px;
  font-family: "AleoBold";
  font-size: 16px;
  padding: 7px 10px;
  line-height: 125%;
  letter-spacing: 0.04rem;
}
.footer .button {
  font-family: "AleoBold";
  font-size: 16px;
  padding: 7px 10px;
  line-height: 125%;
  letter-spacing: 0.04rem;
}
.footer--copyright {
  background: #E3E3E3;
  padding-top: 40px;
  padding-bottom: 36px;
}
@media (max-width: 667px) {
  .footer--copyright {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (max-width: 667px) {
  .footer--copyright .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer--copyright__label {
  margin: 0;
  font-family: "AleoBold";
}
@media (max-width: 667px) {
  .footer--copyright__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px;
    max-width: 240px;
  }
}
.footer--menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 auto;
  padding: 0 0 46px 0;
  list-style-type: none;
  gap: 10px 38px;
}
@media (max-width: 667px) {
  .footer--menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 32px 0;
  }
}
.footer--menu ul li {
  display: inline-block;
  padding: 0px;
  line-height: 45px;
}
@media (max-width: 667px) {
  .footer--menu ul li {
    line-height: 30px;
  }
}
.footer--menu ul li a {
  font-size: 16px;
  font-family: "AleoBold";
  padding-bottom: 1px;
  color: #000000;
}
.footer--menu ul li a.is-active, .footer--menu ul li a:hover {
  color: #05797B;
  border-bottom: 1px solid #05797B;
}
.footer-middle {
  padding: 32px 0;
}
@media (max-width: 667px) {
  .footer-middle {
    padding: 30px 0 24px;
  }
}
.footer-middle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 667px) {
  .footer-middle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer-energy-logo-image {
  width: 322px;
}
.footer-social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  margin: 0 auto;
}
@media (max-width: 667px) {
  .footer-social {
    gap: 24px;
  }
}
.footer-social .icon:hover {
  color: #05797B;
}
.footer-social .icon:before {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 667px) {
  .footer-social .icon:before {
    font-size: 30px;
  }
}
.footer-social svg.ext {
  display: none;
}

.header {
  background-color: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 63.99875em) {
  .header {
    height: 68px;
    padding: 0;
  }
}
.header-logo {
  margin-top: 8px;
}
@media (max-width: 667px) {
  .header-logo {
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 64em) {
  .header-logo {
    width: 460px;
  }
}
@media (max-width: 768px) {
  .header .burger-active {
    background-color: #FFFFFF !important;
  }
}
.header .form-item--error-message {
  color: #FFFFFF;
  font-weight: normal;
  padding-top: 30px;
}
.header .form-item--error-message strong {
  font-weight: normal;
  font-family: "AleoRegular";
}
.header .form-item--error-message a {
  color: #FFFFFF;
  text-decoration: underline;
}
.header .form-item--error-message:before {
  display: none;
}
@media (max-width: 768px) {
  .header.active .metamenu {
    display: block;
    font-size: 19px;
    position: absolute;
    top: 30px;
    left: 46px;
    z-index: 10;
  }
}
@media (max-width: 667px) {
  .header.active .metamenu {
    left: 30px;
    font-size: 16px;
  }
}
.header.active .metamenu a {
  color: #FFFFFF;
  display: inline-block;
}
.header.active .metamenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-left: 30px;
  display: inline-block;
}
@media (max-width: 667px) {
  .header.active .metamenu ul {
    padding-left: 20px;
  }
}
.header.active .metamenu ul li {
  display: inline-block;
}
.header.active .metamenu ul li.is-active {
  display: none;
}
@media (max-width: 768px) {
  .header.active .header--menu {
    background-color: #05797B;
  }
}
@media (max-width: 768px) {
  .header.active .header--menu img {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .header.active .header--menu .button.search {
    background-color: rgba(103, 176, 227, 0.66);
  }
}
.header #search-block-form {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
  border-radius: 4px;
  margin: 0 12px;
}
@media (max-width: 1024px) {
  .header .header--energy_logo_link {
    display: none;
  }
}
.header .header--energy_logo_image {
  max-width: 220px;
  padding-top: 15px;
  margin-right: -15px;
}
@media (max-width: 1024px) {
  .header .header--energy_logo_image {
    display: none;
  }
}
.header--newsline {
  background-color: #CDE4E5;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .header--newsline {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header--newsline a {
  color: #000000;
}
.header--newsline a:hover {
  color: #000000;
}
.header--maintenance {
  min-height: 85px;
  padding: 16px 0;
}
.header--community {
  background-color: #05797B;
  padding-top: 100px;
  padding-bottom: 76px;
  display: none;
}
@media (max-width: 1024px) {
  .header--community {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .header--community {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.header--community h2 {
  color: #FFFFFF;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.header--community p {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.header--community form {
  padding-bottom: 30px;
}
.header--community form .actions-suffix,
.header--community form label {
  display: none;
}
.header--community form .js-form-item {
  width: 45%;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.header--community form .js-form-item.form-item-pass {
  margin-left: 20px;
}
.header--community form input[type=submit] {
  background-color: #FFFFFF;
  color: #05797B !important;
  margin-left: 0px;
  padding: 5px;
  width: 100%;
}
.header--community form .form-actions {
  width: 45%;
  display: inline-block;
}
.header--community form .forgot-password {
  width: 45%;
  margin-left: 20px;
  padding-top: 11px;
  display: inline-block;
  font-family: "LatoBold";
}
.header--community form .forgot-password a {
  color: #FFFFFF;
  padding-left: 24px;
}
.header--community form input[type=email],
.header--community form input[type=text],
.header--community form input[type=password] {
  width: 100%;
  outline: none;
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoRegular";
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 12px 12px;
  padding-left: 20px;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  height: auto;
}
.header .contentlayer {
  display: none;
}
.header .contentlayer .close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url(../images/icon-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.header .contentlayer--password {
  position: fixed;
  z-index: 99;
  padding: 30px;
  padding-top: 50px;
  max-width: 670px;
  background-color: #05797B;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .contentlayer--password input[type=submit] {
  background-color: #FFFFFF;
  color: #05797B !important;
  margin: 0px;
}
.header .contentlayer--password input[type=email],
.header .contentlayer--password input[type=text],
.header .contentlayer--password input[type=password] {
  width: 100%;
  outline: none;
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoRegular";
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 12px 12px;
  padding-left: 20px;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  height: auto;
}
.header--menu {
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 51;
}
@media print, screen and (max-width: 63.99875em) {
  .header--menu {
    height: 68px;
  }
}
@media (min-width: 1024px) {
  .header--menu {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    z-index: auto;
  }
}
.header--menu img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 460px;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .header--menu img {
    max-width: 285px;
  }
}
.header-image {
  padding: 70px 0 32px;
  margin-bottom: 60px;
}
.header-backgroundimage {
  padding: 0px;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center center;
}
.header-backgroundimage img {
  opacity: 0;
}
.header-community {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  margin-left: 15px;
  font-family: "AleoBold";
  color: #007989;
  float: left;
  margin-left: -80px;
  margin-top: 20px;
}
.header.scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-top: 8px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 667px) {
  .header.scroll {
    position: relative;
    left: auto;
    top: auto;
  }
}
.header.scroll .header-community {
  margin-top: 13px;
}
.header.scroll .header--menu-second,
.header.scroll .header--metamenu,
.header.scroll .header--logo_bmu,
.header.scroll .header--logo_nki {
  display: none;
}
.header.scroll .header--logo_bmu_small {
  max-height: 50px;
}
.header.scroll .header--logo_nki_small {
  margin-top: 8px;
  margin-bottom: 8px;
}
.header.scroll .header--logo_bmu_small,
.header.scroll .header--logo_nki_small {
  display: block;
}
.header.scroll .header--mainmenu {
  margin-top: -44px;
  margin-bottom: 10px;
}
.header--menu-second {
  border-top: 1px solid #e4e3e3;
}
.header--menu-second ul li:first-child {
  margin-left: 0px;
}
@media (max-width: 667px) {
  .header--menucontainer .cell {
    padding: 0px !important;
  }
}
@media (max-width: 667px) {
  .header--menucontainer {
    display: none !important;
    margin: 0px;
  }
}
.header--menucontainer.open {
  display: block !important;
  position: absolute;
  left: 0px;
  top: 61px;
  width: calc(100% + 10px);
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.header--menucontainer.open ul {
  background-color: #05797B;
  padding-top: 3px;
}
.header--menucontainer.open ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0px;
  padding-top: 7px;
}
.header--menucontainer.open ul li:last-child {
  display: none;
}
.header--menucontainer.open ul li a {
  color: #fff;
}
.header--mainmenu_second, .header--mainmenu {
  padding: 0px;
  display: none;
  margin: 0 0 0 auto;
  list-style: none;
  gap: 48px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "AleoBold";
}
@media (min-width: 1024px) {
  .header--mainmenu_second, .header--mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header--mainmenu_second > li, .header--mainmenu > li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding: 0px;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li, .header--mainmenu > li {
    padding: 15px;
  }
}
.header--mainmenu_second > li.menu-item--active-trail > a, .header--mainmenu > li.menu-item--active-trail > a {
  color: #37643F;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li.menu-item--active-trail > a, .header--mainmenu > li.menu-item--active-trail > a {
    color: #FFFFFF !important;
  }
}
.header--mainmenu_second > li.active > ul, .header--mainmenu > li.active > ul {
  display: block;
}
.header--mainmenu_second > li.mainmenu-item, .header--mainmenu > li.mainmenu-item {
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .header--mainmenu_second > li.mainmenu-item, .header--mainmenu > li.mainmenu-item {
    padding-top: 44px;
  }
}
.header--mainmenu_second > li.mainmenu-item > ul, .header--mainmenu > li.mainmenu-item > ul {
  top: 46px;
}
@media (max-width: 1024px) {
  .header--mainmenu_second > li.mainmenu-item > ul, .header--mainmenu > li.mainmenu-item > ul {
    top: 0px;
  }
}
.header--mainmenu_second > li > a, .header--mainmenu > li > a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-bottom: 4px solid transparent;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header--mainmenu_second > li > a.is-active, .header--mainmenu_second > li > a:hover, .header--mainmenu > li > a.is-active, .header--mainmenu > li > a:hover {
  border-color: #05797B;
}
.header--mainmenu_second > li > a.search, .header--mainmenu > li > a.search {
  padding: 12px;
  padding-bottom: 13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.header--mainmenu_second > li > a.search:before, .header--mainmenu > li > a.search:before {
  content: "\e930";
  font-family: "icomoon";
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header--mainmenu_second > li > a.search.active, .header--mainmenu_second > li > a.search:hover, .header--mainmenu > li > a.search.active, .header--mainmenu > li > a.search:hover {
  background-color: #05797B;
}
.header--mainmenu_second > li > a.search.active:before, .header--mainmenu_second > li > a.search:hover:before, .header--mainmenu > li > a.search.active:before, .header--mainmenu > li > a.search:hover:before {
  color: #fff;
}
.header--mainmenu_second > li > a.search.active:before, .header--mainmenu > li > a.search.active:before {
  content: "\e90b";
}
.header--mainmenu_second > li > ul, .header--mainmenu > li > ul {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  margin: 0px;
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li > ul, .header--mainmenu > li > ul {
    position: relative;
    background-color: transparent;
    padding: 0px;
    top: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header--mainmenu_second > li > ul:before, .header--mainmenu > li > ul:before {
  content: "";
  width: 110px;
  height: 10px;
  background-color: #05797B;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li > ul:before, .header--mainmenu > li > ul:before {
    display: none;
  }
}
.header--mainmenu_second > li > ul > li, .header--mainmenu > li > ul > li {
  display: block;
  margin: 0px;
  font-size: 14px;
  font-family: "AleoRegular";
  padding-bottom: 10px;
  border-bottom: 1px solid #A2A2A2;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li > ul > li, .header--mainmenu > li > ul > li {
    padding: 0px;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header--mainmenu_second > li > ul > li a, .header--mainmenu > li > ul > li a {
  color: #3c3c3c;
  font-family: "AleoBold";
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-top: 15px;
  padding-right: 30px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li > ul > li a, .header--mainmenu > li > ul > li a {
    color: #FFFFFF;
    background-image: none;
    padding: 0px;
    font-size: 15px;
  }
}
.header--mainmenu_second > li > ul > li a:after, .header--mainmenu > li > ul > li a:after {
  content: attr(title);
  display: block;
  font-family: "AleoRegular";
  font-size: 14px;
  line-height: 17px;
  padding-top: 7px;
  text-transform: none;
  white-space: normal;
  min-width: 270px;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li > ul > li a:after, .header--mainmenu > li > ul > li a:after {
    width: 100%;
  }
}
.header--mainmenu_second > li > ul > li a:hover, .header--mainmenu > li > ul > li a:hover {
  color: #05797B;
}
.header--mainmenu_second > li > ul > li a:hover:before, .header--mainmenu > li > ul > li a:hover:before {
  right: -5px;
}
.header--mainmenu_second > li > ul > li:last-child, .header--mainmenu > li > ul > li:last-child {
  padding-bottom: 0px;
}
.header--mainmenu_second > li:hover ul, .header--mainmenu > li:hover ul {
  display: block;
}
.header--menu-second ul {
  margin-top: 0px;
  padding-top: 10px;
}
.header--search {
  display: none;
  background-color: #05797B;
  position: fixed;
  left: 0px;
  top: 68px;
  left: 0px;
  width: 100%;
  font-family: "AleoRegular";
  z-index: 1;
  height: 100%;
  padding: 40px 0 0 0;
}
.header--search .form-item {
  margin: 0px;
  width: 100%;
}
.header--search [type=submit] {
  height: 30px;
  width: 30px;
  background: transparent;
  color: #000000;
  margin-top: 0px;
  padding: 0;
  line-height: normal;
}
.header--search input[type=search] {
  margin: 0px;
  border: none;
  outline: none;
  border: none;
  line-height: 21px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 16px 0;
  font-size: 16px;
  background: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.header--search input[type=search]::-webkit-input-placeholder {
  color: #4A4A4A;
}
.header--search input[type=search]::-moz-placeholder {
  color: #4A4A4A;
}
.header--search input[type=search]:-ms-input-placeholder {
  color: #4A4A4A;
}
.header--search input[type=search]::-ms-input-placeholder {
  color: #4A4A4A;
}
.header--search input[type=search]::placeholder {
  color: #4A4A4A;
}
.header--search input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.header--search input[type=search]::-ms-input-placeholder {
  color: #fff;
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 64em) {
  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.header-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}

.metamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 24px;
  padding: 18px 0 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  .metamenu {
    display: none;
  }
}
.metamenu li {
  font-size: 14px;
  position: relative;
}
.metamenu li a, .metamenu li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  cursor: pointer;
  color: #4d4d4d;
}
.metamenu li a:focus-within, .metamenu li a:hover, .metamenu li button:focus-within, .metamenu li button:hover {
  color: #05797B;
}
.metamenu li a:focus-within svg, .metamenu li a:hover svg, .metamenu li button:focus-within svg, .metamenu li button:hover svg {
  color: #05797B;
}
.metamenu li a svg, .metamenu li button svg {
  color: #000000;
}
.metamenu li button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.search-form-header-top {
  display: none;
  border: 1px solid #000000;
  background: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: -8px;
  width: 260px;
}
.search-form-header-top.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form-header-top .form-item {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.search-form-header-top .form-search {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  font-size: 14px;
  padding: 6px 10px;
}
.search-form-header-top .form-search:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.search-form-header-top .form-search::-webkit-input-placeholder {
  color: #4A4A4A;
}
.search-form-header-top .form-search::-moz-placeholder {
  color: #4A4A4A;
}
.search-form-header-top .form-search:-ms-input-placeholder {
  color: #4A4A4A;
}
.search-form-header-top .form-search::-ms-input-placeholder {
  color: #4A4A4A;
}
.search-form-header-top .form-search::placeholder {
  color: #4A4A4A;
}
.search-form-header-top .form-submit {
  background: transparent;
  color: #000000;
  padding: 8px;
  line-height: normal;
}
.search-form-header-top .form-submit:hover {
  background: transparent;
  color: #05797B;
}

.heading--1, main h1 {
  font-size: 18px;
  text-transform: none;
  line-height: 27px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .heading--1, main h1 {
    font-size: 44px;
    line-height: 55px;
  }
}

.heading--2 {
  font-size: 18px;
  text-transform: none;
  line-height: 27px;
}
@media (min-width: 768px) {
  .heading--2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.heading--2 + .heading--2-subline {
  margin-bottom: 48px;
}
.heading--2:has(+ .heading--2-subline) {
  margin-bottom: 0;
}
.heading--2:not(:has(+ .heading--2-subline)) {
  margin-bottom: 48px;
}

.heading--2-subline {
  font-size: 18px;
  text-transform: none;
  line-height: 27px;
  font-style: italic;
  font-family: "AleoBold";
}
@media (min-width: 768px) {
  .heading--2-subline {
    font-size: 23px;
    line-height: 28px;
  }
}

.heading-subline {
  font-family: "AleoBold";
  color: #05797B;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 768px) {
  .heading-subline {
    font-size: 24px;
    line-height: 30px;
  }
}
.heading-subline--small {
  font-size: 16px;
  line-height: 24px;
}

.dashboard-chart-wrapper .fieldset-legend,
.dashboard-chart-wrapper label {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "AleoBold";
  font-weight: normal;
}
@media (min-width: 768px) {
  .dashboard-chart-wrapper .fieldset-legend,
  .dashboard-chart-wrapper label {
    font-size: 24px;
    line-height: 125%;
  }
}

.badge, .dashboard-chart-wrapper .option, .event-filter .option {
  border: 1px solid #000000;
  border-radius: 32px;
  font-family: "LatoRegular";
  color: #000000;
  font-size: 15px;
  line-height: 1.3;
  padding: 6px 18px;
}
.badge--primary-outline {
  border-color: #05797B;
  color: #05797B;
}
.badge--primary, .dashboard-chart-wrapper .form-checkbox:checked ~ .option, .event-filter .form-checkbox:checked ~ .option {
  background: #05797B;
  border-color: #05797B;
  color: #FFFFFF;
}
.badge--small {
  font-size: 12px;
  padding: 5px 14px;
}
.badge--x-small {
  font-size: 10px;
  padding: 2px 8px;
}
.badge--option {
  padding: 8px 18px;
  font-family: "AleoRegular";
  margin: 0;
}

.badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
}

nav.breadcrumbouter {
  padding-bottom: 0px;
  margin-top: 20px;
}
nav.breadcrumbouter.has-image-header {
  padding-bottom: 0px;
}
nav.breadcrumbouter ol {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 8px;
}
nav.breadcrumbouter ol li {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.015rem;
  font-family: "AleoBold";
  position: relative;
}
nav.breadcrumbouter ol li a {
  color: #000000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
nav.breadcrumbouter ol li a:hover {
  color: #05797B;
}
nav.breadcrumbouter ol li:not(:first-child) {
  padding-left: 15px;
}
nav.breadcrumbouter ol li:not(:first-child):before {
  content: url(../images/icon-breadcrumb.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

section {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 667px) {
  section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section-padding-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
main h1 a, main h3 a, main h4 a, main h5 a {
  text-decoration: none !important;
}
main h2 {
  font-family: "AleoBold";
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (max-width: 667px) {
  main h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
main h3 {
  font-family: "AleoBold";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
main h5 {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 22px;
  font-family: "LatoRegular";
  padding-bottom: 30px;
}
main p {
  font-size: 22px;
  font-weight: 400;
  font-family: "AleoRegular";
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  main p {
    font-size: 17px;
    line-height: 30px;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (max-width: 667px) {
  main p {
    font-size: 15px;
    line-height: 24px;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
main ul li, main ol li {
  font-size: 20px;
  font-weight: 400;
  font-family: "AleoRegular";
  line-height: 32px;
}
@media (max-width: 667px) {
  main ul li, main ol li {
    font-size: 15px;
    line-height: 24px;
  }
}

.module--introtext h1 {
  font-family: "AleoRegular";
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
}

/* ********************************************* */
.module--image span {
  display: block;
  padding-top: 10px;
}
.module--image img {
  width: 100%;
}

/* ********************************************* */
.module--zitat_inner {
  background-color: #05797B;
}
.module--zitat_inner blockquote {
  margin: 0px;
  padding: 0px;
  border: none;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .module--zitat_inner blockquote {
    padding-left: 0px;
  }
}
@media (max-width: 667px) {
  .module--zitat_inner blockquote {
    padding: 25px;
  }
}
.module--zitat_inner blockquote p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 29px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 40px;
}
.module--zitat_inner blockquote span {
  color: #FFFFFF;
  font-family: "LatoRegular";
  display: block;
  font-size: 16px;
}
.module--zitat_inner blockquote span.module--zitat_author {
  font-size: 20px;
  font-family: "LatoBold";
}
.module--zitat_image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 667px) {
  .module--zitat_image {
    height: 250px;
  }
}

.box__label {
  background-color: #05797B;
  color: #FFFFFF;
  position: absolute;
  padding: 10px;
  font-size: 19px;
  line-height: 19px;
  padding-left: 20px;
  padding-right: 20px;
  left: 0px;
  top: 0px;
}
.box__label.gray {
  background-color: #898989;
}
.box__label.green {
  background-color: #37643F;
}

/* ********************************************* */
.module--youtube {
  padding-top: 40px;
  padding-bottom: 40px;
}
.module--youtube_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.module--youtube_container iframe, .module--youtube_container object, .module--youtube_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module--youtube_preview, .module--youtube .cookieconsent-optout-marketing, .module--youtube .cookieconsent-optout, .module--youtube .cookieconsent-optout-preferences {
  padding: 10%;
  background-color: #f1f1f1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0;
}
@media (max-width: 640px) {
  .module--youtube_preview, .module--youtube .cookieconsent-optout-marketing, .module--youtube .cookieconsent-optout, .module--youtube .cookieconsent-optout-preferences {
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .module--youtube_preview p, .module--youtube .cookieconsent-optout-marketing p, .module--youtube .cookieconsent-optout p, .module--youtube .cookieconsent-optout-preferences p {
    font-size: 12px;
    line-height: 15px;
  }
}

/* ********************************************* */
.module--sharebuttons span {
  font-size: 20px;
  font-weight: 400;
  font-family: "AleoRegular";
  line-height: 32px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
@media (max-width: 667px) {
  .module--sharebuttons span {
    display: block;
    font-size: 14px;
  }
}
.module--sharebuttons a {
  width: 55px;
  height: 55px;
  display: inline-block;
  border: 1px solid #e4e3e3;
  border-radius: 55px;
  margin-right: 15px;
  color: #05797B;
  text-align: center;
  padding-top: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 667px) {
  .module--sharebuttons a {
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
}
.module--sharebuttons a:before {
  font-family: "icomoon";
  text-indent: 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  content: "";
}
@media (max-width: 667px) {
  .module--sharebuttons a:before {
    font-size: 14px;
  }
}
.module--sharebuttons a.facebook:before {
  content: "\e900";
}
.module--sharebuttons a.facebook:hover:before {
  color: #3b5998;
}
.module--sharebuttons a.twitter:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
}
.module--sharebuttons a.twitter:hover:before {
  color: #00b6f1;
}
.module--sharebuttons a.xing:before {
  content: "\e935";
}
.module--sharebuttons a.xing:hover:before {
  color: #007575;
}
.module--sharebuttons a.email:before {
  content: "\e93c";
}
.module--sharebuttons a.email:hover:before {
  color: #f65314;
}

/* ********************************************* */
@media (max-width: 667px) {
  .module--linkbox {
    margin-top: 30px;
  }
}
.module--linkbox_inner {
  background-color: #f1f1f1;
  padding: 20px 30px 35px;
  margin-left: 52px;
  position: relative;
}
@media (max-width: 667px) {
  .module--linkbox_inner {
    margin-left: 0px;
    padding: 20px;
  }
}
.module--linkbox_inner p {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 667px) {
  .module--linkbox_inner p {
    font-size: 15px;
    line-height: 24px;
  }
}
.module--linkbox_inner h3 {
  font-family: "LatoRegular";
  padding-bottom: 20px;
}
@media (max-width: 667px) {
  .module--linkbox_inner h3 {
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
.module--linkbox_inner:before {
  content: "\e919";
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  width: 52px;
  height: 52px;
  background-color: #05797B;
  display: block;
  position: absolute;
  left: -52px;
  top: 0px;
  text-align: center;
  padding-top: 7px;
}
@media (max-width: 667px) {
  .module--linkbox_inner:before {
    width: 35px;
    height: 35px;
    font-size: 14px;
    left: auto;
    position: relative;
    top: auto;
    margin-left: -20px;
    margin-top: -55px;
  }
}
.module--linkbox_inner.icon--adresse:before {
  content: "\e925";
}
.module--linkbox_inner.icon--kontakt:before {
  content: "\e934";
}
.module--linkbox_inner .address {
  display: table;
}
.module--linkbox_inner .address label {
  font-size: 18px;
  font-weight: 400;
  font-family: "AleoBold";
  line-height: 32px;
  margin-bottom: 20px;
  color: #3c3c3c;
  display: table-cell;
  margin: 0px;
  padding-right: 25px;
}
.module--linkbox_inner .address span {
  display: table-row;
}
.module--linkbox_inner .address span a {
  display: inline-block;
  color: #428bca;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}
@media (max-width: 667px) {
  .module--linkbox_inner .address span a {
    font-size: 15px;
    line-height: 24px;
  }
}
.module--linkbox_inner .address span a.link--external:before {
  display: none;
}
.module--linkbox_inner .address span a.link--external:after {
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  color: #05797B;
  margin-left: 12px;
  content: "\e916";
}
.module--linkbox_inner a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 28px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-bottom: 15px;
}
@media (max-width: 667px) {
  .module--linkbox_inner a {
    font-size: 15px;
    line-height: 24px;
  }
}
.module--linkbox_inner a:before {
  font-family: "icomoon";
  font-size: 22px;
  font-weight: 400;
  color: #05797B;
  margin-right: 12px;
}
@media (max-width: 667px) {
  .module--linkbox_inner a:before {
    font-size: 13px;
  }
}
.module--linkbox_inner a span.link--download_info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "LatoBold";
  display: block;
}
.module--linkbox_inner a span.link--download_info_mime {
  text-transform: uppercase;
  margin-left: 38px;
  padding-top: 4px;
}
.module--linkbox_inner a span.link--download_info_mime:after {
  content: "|";
  padding-left: 6px;
  padding-right: 6px;
}
.module--linkbox_inner a.link--internal:before {
  content: "\e91a";
}
.module--linkbox_inner a.link--external:before {
  content: "\e916";
}
.module--linkbox_inner a.link--download:before {
  content: "\e910";
}
.module--linkbox_inner a:hover {
  color: #05797B;
}

.module--infobox_inner {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.15);
  padding: 75px;
}
.module--infobox_inner .description p {
  font-family: "LatoRegular";
}
.module--infobox_inner .description strong, .module--infobox_inner .description b {
  color: #05797B;
  font-family: "LatoRegular";
}
.module--infobox_inner .description .title {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .module--infobox_inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 667px) {
  .module--infobox_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .module--infobox_inner .links-mobile-distance {
    margin-bottom: 30px;
  }
}
.module--infobox_inner img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.56);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.56);
  width: 90%;
}
.module--infobox_inner p {
  font-size: 16px;
  line-height: 23px;
}
.module--infobox_inner .small {
  font-size: 12px;
  line-height: 23px;
}
.module--infobox_inner .cell p:last-child {
  margin-bottom: 0px;
}
.module--infobox_download {
  padding-bottom: 30px;
}
.module--infobox_link {
  font-family: "LatoBold";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  min-height: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module--infobox_link:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: url(../images/icon-arrow-b.svg);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 9px;
  padding-left: 14px;
  padding-right: 14px;
  border: 2px solid #05797B;
  border-radius: 5px;
}
.module--infobox_link:hover {
  color: #05797B;
}
.module--infobox_link:hover:before {
  background-color: #05797B;
  content: url(../images/icon-arrow.svg);
}
.module--infobox_projekt .module--infobox_inner {
  padding-bottom: 20px;
}
.module--infobox_projekt h6 {
  color: #05797B;
  font-size: 18px;
  line-height: 23px;
  font-family: "LatoRegular";
  padding-bottom: 20px;
  margin: 0px;
}
.module--infobox_projekt .cell p {
  font-family: "LatoBold";
}
.module--infobox_projekt .cell p:last-child {
  padding-bottom: 45px;
}
@media (max-width: 667px) {
  .module--infobox_projekt .cell p:last-child {
    padding-bottom: 25px;
  }
}

.module--freitext.gray {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
}
.module--freitext p:last-child {
  margin-bottom: 0px;
}
.module--freitext a:not(.button) {
  color: #3c3c3c;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: underline;
}
.module--freitext a:not(.button):hover {
  color: #05797B;
}
.module--freitext table {
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .module--freitext table {
    width: 100%;
  }
}
.module--freitext table tr:nth-child(odd) {
  background-color: rgba(5, 121, 123, 0.05);
}
.module--freitext table tr td {
  padding: 15px;
  font-size: 22px;
  font-weight: 400;
  font-family: "AleoRegular";
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .module--freitext table tr td {
    font-size: 17px;
    line-height: 30px;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (max-width: 667px) {
  .module--freitext table tr td {
    font-size: 15px;
    line-height: 24px;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
.module--freitext table tr td b, .module--freitext table tr td strong {
  font-family: "AleoRegular";
  color: #05797B;
}
.module--freitext.table-50 table {
  width: 50%;
}
.module--freitext.table-60 table {
  width: 60%;
}
.module--freitext.table-80 table {
  width: 80%;
}
.module--freitext.table-90 table {
  width: 90%;
}
.module--freitext.table-100 table {
  width: 100%;
}
.module--freitext ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 667px) {
  .module--freitext ul {
    padding: 20px;
  }
}
.module--freitext ul li {
  background-image: url(../images/icon-arrow-b.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left top 10px;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 10px;
}
@media (max-width: 667px) {
  .module--freitext ul li {
    font-size: 15px;
    line-height: 24px;
  }
}
.module--freitext ol {
  padding: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 667px) {
  .module--freitext ol {
    padding: 20px;
  }
}
.module--freitext ol li {
  padding-left: 10px;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 10px;
}
@media (max-width: 667px) {
  .module--freitext ol li {
    font-size: 15px;
    line-height: 24px;
  }
}

.module--auflistung-tabelle ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 30px;
  margin-top: 30px;
}
.module--auflistung-tabelle ul li {
  list-style-type: none;
  padding: 20px;
  margin: 0px;
}
.module--auflistung-tabelle ul li span {
  display: block;
  color: #05797B;
  font-family: "LatoRegular";
}
.module--auflistung-tabelle ul li:nth-child(odd) {
  background-color: rgba(5, 121, 123, 0.05);
}

.module--recent img {
  padding-bottom: 15px;
}
.module--recent_date {
  display: block;
  padding-bottom: 15px;
}
.module--recent_date i {
  font-style: normal;
  color: #05797B;
  font-family: "LatoBold";
}
.module--recent p {
  font-size: 20px;
  line-height: 28px;
}
.module--recent .button {
  margin-top: 15px;
}

.module--newsinfo {
  position: relative;
  padding-bottom: 170px;
}
.module--newsinfo img.slide {
  width: 95%;
  padding-top: 45px;
}
@media (max-width: 768px) {
  .module--newsinfo img.slide {
    width: 100%;
    margin-left: 0.5em;
    padding-top: 0px;
  }
}
@media (max-width: 667px) {
  .module--newsinfo img.slide {
    margin-left: 0px;
  }
}
.module--newsinfo .video {
  width: 100%;
  padding-top: 45px;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .module--newsinfo .video {
    padding-top: 0px;
    width: 100%;
    margin-bottom: -6px;
  }
}
.module--newsinfo .video video {
  width: 95%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .module--newsinfo .video video {
    width: 100%;
    margin-left: 0.5em;
  }
}
@media (max-width: 667px) {
  .module--newsinfo .video video {
    margin-left: 0px;
  }
}
.module--newsinfo_arrows {
  position: relative;
}
.module--newsinfo_arrows button {
  position: absolute;
  right: 20px;
  top: 37px;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .module--newsinfo_arrows button {
    top: 27px;
  }
}
.module--newsinfo_arrows button.slick-prev {
  right: 60px;
}
.module--newsinfo_arrows button.slick-pause {
  right: 55px;
  background-image: url("../images/icon-pause.svg");
  background-position: 8px;
}
.module--newsinfo_arrows button.slick-pause:hover {
  background-position: 5px;
}
.module--newsinfo .inner {
  padding-right: 71px;
  padding-top: 37px;
}
@media (max-width: 768px) {
  .module--newsinfo .inner {
    padding-right: 0;
    padding-top: 0;
  }
}
.module--newsinfo_caption {
  background-color: #05797B;
  padding: 45px;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #FFFFFF;
  width: 50%;
  position: absolute;
  right: 8px;
  top: 0px;
}
@media (max-width: 768px) {
  .module--newsinfo_caption {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin-left: 0;
  }
}
@media (max-width: 667px) {
  .module--newsinfo_caption {
    margin-left: 0px;
    padding: 24px;
  }
}
.module--newsinfo_caption a.button {
  margin-top: 30px;
}
.module--newsinfo_caption h2 {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 667px) {
  .module--newsinfo_caption h2 {
    font-size: 22px;
    line-height: 33px;
  }
}
.module--newsinfo_caption h3 {
  font-size: 20px;
  line-height: 35px;
  font-family: "AleoRegular";
}
@media (max-width: 667px) {
  .module--newsinfo_caption h3 {
    font-size: 15px;
    line-height: 30px;
  }
}
.module--newsinfo_caption p:last-child {
  margin-bottom: 0px;
}
.module--newsinfo_bottom {
  margin-top: -160px;
}
@media (max-width: 768px) {
  .module--newsinfo_bottom {
    margin-top: 0;
  }
}
@media (max-width: 667px) {
  .module--newsinfo_bottom {
    margin-top: 32px;
  }
}
.module--newsinfo_bottom a {
  display: block;
  padding: 24px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.26);
}
@media (max-width: 667px) {
  .module--newsinfo_bottom a {
    margin-bottom: 32px;
  }
}
.module--newsinfo_bottom a h5 {
  color: #05797B;
  font-size: 20px;
  font-family: "AleoBold";
  margin: 0px;
  padding: 0px;
  padding-bottom: 1em;
}
.module--newsinfo_bottom a p {
  font-size: 16px;
  line-height: 20px;
}
.module--newsinfo_bottom a .inner-text {
  margin-bottom: 16px;
}
.module--newsinfo_bottom a span {
  padding: 0 12px;
  margin: 0px;
}
.module--newsinfo_bottom a span img {
  width: 16px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .module--newsinfo {
    padding-bottom: 60px;
  }
}

.module--newsinfo_slider .slide--element {
  display: none;
}
.module--newsinfo_slider .slide--element:first-of-type {
  display: block;
}

.module--newsletter {
  background-color: #f1f1f1;
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 40px;
}

.simplenews-request-hash, .simplenews-confirm-removal, .simplenews-confirm-add {
  max-width: 73.5rem;
  margin: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 45px;
  padding-bottom: 45px;
}

.module--list {
  padding-bottom: 16px;
}
.module--list_inner {
  padding: 40px;
  -webkit-box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
  position: relative;
  background-color: #FFFFFF;
}
.module--list_inner[data-status]:before {
  position: absolute;
  content: "";
  display: block;
  height: 40px;
  width: 10px;
  left: -10px;
  top: 0px;
}
.module--list_inner[data-award]:after {
  content: url(../images/icon-star.svg);
  display: block;
  position: absolute;
  right: -8px;
  top: -9px;
}
.module--list_inner[data-status="0"]:before {
  background-color: #B34033;
}
.module--list_inner[data-status="1"]:before {
  background-color: #37643F;
}
.module--list_inner .mediathek-teaser-image {
  -webkit-box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
}
.module--list_inner b {
  font-family: "AleoBold";
  font-size: 20px;
  line-height: 23px;
  display: block;
}
.module--list_inner .teaser {
  padding-top: 11px;
  padding-bottom: 36px;
}
.module--list_inner .project__duration  {
  font-family: "LatoRegular";
  font-size: 16px;
  display: block;
  padding-top: 5px;
  line-height: 20px;
}
.module--list_inner .project__postalcode,
.module--list_inner .project__state {
  font-family: "LatoBold";
  display: block;
  font-size: 16px;
  line-height: 18px;
}
.module--list_inner .project__funding {
  font-family: "LatoRegular";
}

.module--cards_inner {
  -webkit-box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
  padding: 30px;
  padding-top: 16px;
  position: relative;
  background-color: #FFFFFF;
  width: 95%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .module--cards_inner {
    width: calc(100% - 20px);
    margin-left: 15px;
  }
}
@media (max-width: 667px) {
  .module--cards_inner {
    width: 100%;
    padding: 20px;
    margin-left: 0px;
    margin-bottom: 45px;
  }
}
.module--cards_inner h3 {
  text-transform: uppercase;
  padding-bottom: 23px;
  padding-top: 23px;
  margin: 0px;
}
.module--cards_inner .subline {
  font-size: 12px;
}
.module--cards_inner .button {
  margin: 0px;
  margin-top: 45px;
}
.module--cards_inner .details {
  font-size: 14px;
  line-height: 16px;
}
.module--cards_inner[data-award]:after {
  content: url(../images/icon-star.svg);
  display: block;
  position: absolute;
  right: -8px;
  top: -9px;
}
.module--cards_inner .description {
  font-size: 16px;
  line-height: 24px;
}
.module--cards_inner .description p {
  font-size: 16px;
  line-height: 24px;
}
.module--cards_inner .description ul {
  list-style-type: none;
  margin: 0px;
  margin-top: 1em;
}
.module--cards_inner .description ul li {
  font-size: 16px;
  line-height: 20px;
  font-family: "LatoBold";
}
.module--cards_inner .description ul li:before {
  content: "- ";
}
.module--cards_inner img {
  padding-top: 16px;
  padding-bottom: 16px;
}
.module--cards_inner[data-status]:before {
  position: absolute;
  content: "";
  display: block;
  height: 40px;
  width: 10px;
  left: -10px;
  top: 0px;
}
.module--cards_inner[data-status="0"]:before {
  background-color: #B34033;
}
.module--cards_inner[data-status="1"]:before {
  background-color: #37643F;
}
.module--cards_promotion .module--cards_inner[data-status="0"]:before {
  background-color: #05797B;
}
.module--cards_promotion .module--cards_inner[data-status="1"]:before {
  background-color: #B34033;
}
.module--cards_promotion .module--cards_inner[data-status="2"]:before {
  background-color: #37643F;
}
.module--cards_promotion .module--cards_inner .subline {
  font-size: 14px;
}
.module--cards_promotion .module--cards_inner .subline.color-past {
  color: #B34033;
}
.module--cards_promotion .module--cards_inner .subline.color-current {
  color: #37643F;
}
.module--cards_promotion .module--cards_inner .subline.color-future {
  color: #05797B;
}

.module--accordeon ul.accordeon {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.module--accordeon ul.accordeon > li {
  margin-bottom: 13px;
  background-color: rgba(5, 121, 123, 0.05);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module--accordeon ul.accordeon > li.open, .module--accordeon ul.accordeon > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.module--accordeon ul.accordeon > li.open a:after, .module--accordeon ul.accordeon > li:hover a:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module--accordeon ul.accordeon > li a {
  text-decoration: underline;
}
.module--accordeon ul.accordeon > li > a {
  font-size: 24px;
  line-height: 35px;
  font-family: "LatoBold";
  padding: 20px;
  display: block;
  position: relative;
  padding-right: 55px;
  text-decoration: none;
}
@media (max-width: 667px) {
  .module--accordeon ul.accordeon > li > a {
    font-size: 17px;
    line-height: 25px;
  }
}
.module--accordeon ul.accordeon > li > a:after {
  content: "\e907";
  font-family: "icomoon";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 11px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.module--accordeon ul.accordeon > li div {
  display: none;
  padding: 20px;
}
.module--accordeon ul.accordeon > li ul, .module--accordeon ul.accordeon > li ul ul, .module--accordeon ul.accordeon > li ol, .module--accordeon ul.accordeon > li ol ol {
  margin-bottom: 20px !important;
}

.module-newsletter-issue_imprint:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #3c3c3c;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-newsletter-issue a {
  color: #05797B;
}
.module-newsletter-issue_event {
  border-bottom: 1px solid #e4e3e3;
  padding-bottom: 20px;
}
.module-newsletter-issue_event a {
  color: #05797B;
  font-size: 20px;
  line-height: 32px;
}

.module--freitext .veranstalter-container .intro-text {
  margin-bottom: 20px;
}
.module--freitext .veranstalter-container .icon-veranstalter {
  -webkit-box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.15);
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
}

.module--text-accordeon ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.module--text-accordeon ul li {
  margin-bottom: 20px;
}
.module--text-accordeon h4 {
  cursor: pointer;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 0.3em;
  font-size: 20px;
  font-weight: 400;
  font-family: "AleoRegular";
  line-height: 32px;
  margin: 0px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module--text-accordeon h4:after {
  content: "\e907";
  font-family: "icomoon";
  font-size: 11px;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #05797B;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module--text-accordeon h4.open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.module--text-accordeon h4.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 667px) {
  .module--text-accordeon h4 {
    font-size: 15px;
    line-height: 24px;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
.module--text-accordeon_content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0px;
  display: none;
}

.module--sidebar_text a {
  display: block;
  padding: 30px;
  background-color: #f1f1f1;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.module--sidebar_text a p {
  margin: 0px;
  padding: 0px;
}
.module--sidebar_text a:hover {
  color: #05797B;
}

.module--tile .cell:first-child {
  padding-right: 0px;
}
@media (max-width: 667px) {
  .module--tile .cell:first-child {
    padding-right: 0.5rem;
  }
}
.module--tile .cell:last-child {
  padding-left: 0px;
}
@media (max-width: 667px) {
  .module--tile .cell:last-child {
    padding-left: 0.5rem;
  }
}
.module--tile .cell.large-order-2 {
  padding-right: 0.5rem;
  padding-left: 0px;
}
@media (max-width: 667px) {
  .module--tile .cell.large-order-2 {
    padding-left: 0.5rem;
  }
}
.module--tile .cell.large-order-1 {
  padding-left: 0.5rem;
  padding-right: 0px;
}
@media (max-width: 667px) {
  .module--tile .cell.large-order-1 {
    padding-right: 0.5rem;
  }
}
.module--tile_inner {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
  padding: 45px;
}
.module--tile_inner_date {
  color: #05797B;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 30px;
  display: block;
  font-family: "AleoBold";
}
.module--tile_inner h4 {
  font-size: 20px;
  line-height: 38px;
  margin: 0px;
}
.module--tile_inner h3 {
  font-size: 30px;
  line-height: 38px;
  font-family: "AleoBold";
}
@media (max-width: 667px) {
  .module--tile_inner {
    margin: 0px;
    padding: 25px;
    padding-top: 50px;
  }
}
.module--tile_inner p:last-child {
  margin-bottom: 0px;
}
.module--tile_img {
  background-position: center center;
  background-size: cover;
  margin-top: 35px;
  height: calc(100% - 70px) !important;
  position: relative;
}
.module--tile_img img {
  display: none;
}
@media (max-width: 667px) {
  .module--tile_img img {
    display: block;
  }
}
@media (max-width: 667px) {
  .module--tile_img {
    background-image: none;
    border: none;
  }
}
.module--tile_caption {
  position: absolute;
  left: 0px;
  bottom: -27px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .module--tile_caption {
    right: 15px;
    bottom: -26px;
    left: auto;
    opacity: 0.5;
  }
}
.module--tile .cell.large-order-2 .module--tile_caption {
  right: 0px;
  left: auto;
}

.module--image-overlap-img {
  margin-bottom: -60px;
  padding-left: 40px;
  padding-right: 40px;
}
.module--image-overlap-box {
  background-color: #f1f1f1;
  padding: 20px;
  padding-top: 90px;
}
.module--image-overlap-box a  {
  text-decoration: underline;
}
.module--image-overlap-box h2 {
  text-align: center;
}
.module--image-overlap-box-bottom {
  padding-top: 10px;
}
.module--image-overlap-box-bottom a {
  display: block;
  margin-bottom: -20px;
}
.module--image-overlap-box-bottom a:before {
  font-family: "icomoon";
  font-size: 22px;
  font-weight: 400;
  color: #05797B;
  margin-right: 12px;
  vertical-align: middle;
}
@media (max-width: 667px) {
  .module--image-overlap-box-bottom a:before {
    font-size: 13px;
  }
}
.module--image-overlap-box-bottom a[href^="tel:"]:before {
  content: "";
  background-image: url(../images/icon-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 26px;
  margin-left: 0px;
  height: 24px;
}
.module--image-overlap-box-bottom a[href^="mailto:"]:before {
  content: "\e91a";
}
@media (max-width: 667px) {
  .module--image-overlap-box {
    margin-bottom: 20px;
  }
}

.module--schwerpunkte .foerderschwerpunkte-filter-container {
  padding-top: 40px;
}
.module--schwerpunkte .foerderschwerpunkte-filter-container input[type=checkbox] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.module--schwerpunkte .foerderschwerpunkte-filter-container input[type=checkbox] + label {
  font-family: "LatoBold";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  margin-left: 0;
}
.module--schwerpunkte .foerderschwerpunkte-filter-container input[type=checkbox] + label::before {
  content: "";
  position: relative;
  left: 0;
  border: 3px solid #05797B;
  border-radius: 5px;
  background-color: #FFFFFF;
  width: 52px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  line-height: 52px;
}
.module--schwerpunkte .foerderschwerpunkte-filter-container input[type=checkbox]:checked + label::before {
  content: url("../images/icon-checkmark-blue.svg");
}
.module--schwerpunkte .foerderschwerpunkte-filter-container ul {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.module--schwerpunkte .foerderschwerpunkte-filter-container ul .foerderschwerpunkte-filter {
  padding: 7px 30px;
  background-color: #D3D3D3;
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "LatoRegular";
  font-size: 16px;
  line-height: 17px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module--schwerpunkte .foerderschwerpunkte-filter-container ul .foerderschwerpunkte-filter:hover, .module--schwerpunkte .foerderschwerpunkte-filter-container ul .foerderschwerpunkte-filter.active {
  background-color: #05797B;
  color: #FFFFFF;
}
.module--schwerpunkte .foerderschwerpunkte-filter-container ul .foerderschwerpunkte-filter:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .module--schwerpunkte .foerderschwerpunkte-filter-container ul .foerderschwerpunkte-filter {
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 667px) {
  .module--schwerpunkte .foerderschwerpunkte-filter-container ul .foerderschwerpunkte-filter {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.module--schwerpunkte .buttons {
  padding-top: 28px;
}
.module--schwerpunkte a.button:not(.iconbutton), .module--schwerpunkte div.button:not(.iconbutton) {
  margin-top: calc(78px - 1em);
}
.module--schwerpunkte a.iconbutton, .module--schwerpunkte div.iconbutton {
  padding: 22px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  border: 2px solid #F4DDCD;
  background: #F4DDCD;
  color: inherit;
}
.module--schwerpunkte a.iconbutton.inactive, .module--schwerpunkte div.iconbutton.inactive {
  background-color: #D3D3D3;
  border-color: transparent;
}
.module--schwerpunkte a.iconbutton.has-text, .module--schwerpunkte div.iconbutton.has-text {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.module--schwerpunkte a.iconbutton.has-text .default-view, .module--schwerpunkte div.iconbutton.has-text .default-view {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.module--schwerpunkte a.iconbutton.has-text .text-view, .module--schwerpunkte div.iconbutton.has-text .text-view {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  color: #05797B;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 22px;
}
.module--schwerpunkte a.iconbutton.has-text .text-view p, .module--schwerpunkte div.iconbutton.has-text .text-view p {
  font-size: 16px;
  line-height: 24px;
}
.module--schwerpunkte a.iconbutton.has-text .text-view p:last-child, .module--schwerpunkte div.iconbutton.has-text .text-view p:last-child {
  margin: 0;
}
.module--schwerpunkte a.iconbutton.has-text:hover, .module--schwerpunkte div.iconbutton.has-text:hover {
  background-color: transparent;
  border-color: #05797B;
}
.module--schwerpunkte a.iconbutton.has-text:hover .default-view, .module--schwerpunkte div.iconbutton.has-text:hover .default-view {
  opacity: 0;
}
.module--schwerpunkte a.iconbutton.has-text:hover .text-view, .module--schwerpunkte div.iconbutton.has-text:hover .text-view {
  opacity: 1;
  z-index: 2;
}
.module--schwerpunkte a.iconbutton.has-text.negative, .module--schwerpunkte div.iconbutton.has-text.negative {
  border: none;
  border-radius: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 40px 30px;
  cursor: default;
}
.module--schwerpunkte a.iconbutton.has-text.negative .default-view, .module--schwerpunkte div.iconbutton.has-text.negative .default-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000000;
}
.module--schwerpunkte a.iconbutton.has-text.negative .default-view img, .module--schwerpunkte div.iconbutton.has-text.negative .default-view img {
  max-width: 80% !important;
  max-height: 100% !important;
  margin-bottom: 30px;
}
.module--schwerpunkte a.iconbutton.has-text.negative .default-view span, .module--schwerpunkte div.iconbutton.has-text.negative .default-view span {
  width: 100%;
}
.module--schwerpunkte a.iconbutton.has-text.negative .text-view, .module--schwerpunkte div.iconbutton.has-text.negative .text-view {
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
.module--schwerpunkte a.iconbutton.has-text.negative .text-view p, .module--schwerpunkte div.iconbutton.has-text.negative .text-view p {
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
.module--schwerpunkte a.iconbutton.has-text.negative .text-view p:last-child, .module--schwerpunkte div.iconbutton.has-text.negative .text-view p:last-child {
  margin: 0;
}
.module--schwerpunkte a.iconbutton.has-text.negative .text-view .button, .module--schwerpunkte div.iconbutton.has-text.negative .text-view .button {
  margin-top: 10px;
}
.module--schwerpunkte a.iconbutton.has-text.negative:hover, .module--schwerpunkte div.iconbutton.has-text.negative:hover {
  background-color: #05797B;
}
.module--schwerpunkte a.iconbutton.has-text.negative:hover .default-view, .module--schwerpunkte div.iconbutton.has-text.negative:hover .default-view {
  opacity: 0;
}
.module--schwerpunkte a.iconbutton.has-text.negative:hover .text-view, .module--schwerpunkte div.iconbutton.has-text.negative:hover .text-view {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
@media (max-width: 640px) {
  .module--schwerpunkte a.iconbutton.has-text.negative, .module--schwerpunkte div.iconbutton.has-text.negative {
    margin-bottom: 20px;
  }
  .module--schwerpunkte a.iconbutton.has-text.negative .default-view img, .module--schwerpunkte div.iconbutton.has-text.negative .default-view img {
    width: 80%;
    max-width: 80% !important;
    max-height: 100% !important;
  }
  .module--schwerpunkte a.iconbutton.has-text.negative .default-view span, .module--schwerpunkte div.iconbutton.has-text.negative .default-view span {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .module--schwerpunkte a.iconbutton, .module--schwerpunkte div.iconbutton {
    padding: 20px;
  }
}
.module--schwerpunkte a.iconbutton img, .module--schwerpunkte div.iconbutton img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .module--schwerpunkte a.iconbutton img, .module--schwerpunkte div.iconbutton img {
    max-width: 60px;
  }
}
.module--schwerpunkte a.iconbutton span, .module--schwerpunkte div.iconbutton span {
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .module--schwerpunkte a.iconbutton span, .module--schwerpunkte div.iconbutton span {
    width: calc(100% - 60px);
  }
}
.module--schwerpunkte.modul--wechselkacheln {
  background-image: url("../images/NKI_Background_Illustration.jpg");
  background-size: cover;
}
.module--schwerpunkte.modul--wechselkacheln .intro {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .module--schwerpunkte.modul--wechselkacheln .intro {
    margin-bottom: 40px;
  }
}

.module--consulting h2 {
  color: #05797B;
  padding-bottom: 15px;
}
.module--consulting_inner {
  background-color: #CDE4E5;
  padding: 35px;
}
@media (max-width: 667px) {
  .module--consulting_inner {
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.module--consulting_inner .button {
  margin: 0px;
}
.module--consulting_inner ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .module--consulting_inner ul {
    padding-top: 35px;
  }
}
@media (max-width: 667px) {
  .module--consulting_inner ul {
    padding-top: 30px;
  }
}
.module--consulting_inner ul li {
  background-image: url(../images/icon-arrow-b.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left top 10px;
  font-family: "AleoBold";
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 10px;
}
@media (max-width: 667px) {
  .module--consulting_inner ul li {
    font-size: 15px;
    line-height: 24px;
  }
}
.module--consulting_box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  padding: 35px;
}
@media (max-width: 667px) {
  .module--consulting_box {
    padding: 15px;
  }
}
.module--consulting_box .logo {
  width: 100%;
}
.module--consulting_box .contact {
  padding-top: 30px;
}
@media (max-width: 667px) {
  .module--consulting_box .contact .contact-logo {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.module--consulting_box .contact span {
  display: block;
}
.module--consulting_box .contact span.phone {
  font-size: 20px;
  line-height: 26px;
  font-family: "AleoBold";
  color: #05797B;
}
@media (max-width: 667px) {
  .module--consulting_box .contact span.phone {
    font-size: 18px;
    line-height: 25px;
  }
}
.module--consulting_box .contact span.mail {
  color: #05797B;
  font-size: 20px;
  font-family: "AleoBold";
  line-height: 26px;
}
@media (max-width: 667px) {
  .module--consulting_box .contact span.mail {
    font-size: 18px;
    line-height: 25px;
  }
}
.module--consulting_box .contact span.subline {
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 667px) {
  .module--consulting_box .contact span.subline {
    font-size: 12px;
    line-height: 16px;
  }
}

.module--infobadge .cell:first-child {
  padding-right: 0px;
}
@media (max-width: 667px) {
  .module--infobadge .cell:first-child {
    padding-right: 0.5rem;
  }
}
.module--infobadge .cell:last-child {
  padding-left: 0px;
}
@media (max-width: 667px) {
  .module--infobadge .cell:last-child {
    padding-left: 0.5rem;
  }
}
.module--infobadge img {
  width: 100%;
}
.module--infobadge_text {
  background-color: #CDE4E5;
  font-size: 22px;
  line-height: 35px;
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 45px;
  border-top: 20px solid #FFFFFF;
  border-bottom: 20px solid #FFFFFF;
}
@media (max-width: 667px) {
  .module--infobadge_text {
    border: none;
    padding: 35px;
  }
}
.module--infobadge_text p:last-child {
  margin-bottom: 0px;
}
.module--infobadge_contact {
  background-color: #05797B;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 400px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.module--infobadge_contact > div {
  width: 100%;
}
.module--infobadge_contact .align-middle {
  padding-top: 15px;
  padding-bottom: 15px;
}
.module--infobadge_contact a {
  color: #FFFFFF;
}
.module--infobadge_contact a:hover {
  color: #FFFFFF;
}
.module--infobadge_contact a span {
  display: block;
}
.module--infobadge_contact a span.phone {
  font-size: 28px;
  line-height: 26px;
  font-family: "AleoBold";
}
.module--infobadge_contact a span.subline {
  font-size: 12px;
  line-height: 23px;
}
.module--infobadge_contact a span.mail {
  font-size: 20px;
  line-height: 35px;
}

.module--eventsubscription {
  background-color: #37643F;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .module--eventsubscription a.button {
    margin-top: 32px;
  }
}
@media (max-width: 667px) {
  .module--eventsubscription {
    padding: 35px;
  }
}

.module--projecthighlight {
  position: relative;
}
.module--projecthighlight img {
  width: 100%;
  padding-top: 45px;
}
@media (max-width: 768px) {
  .module--projecthighlight img {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .module--projecthighlight img {
    padding-top: 0px;
  }
}
.module--projecthighlight_caption {
  position: absolute;
  left: 0.5em;
  width: calc(100% - 1em);
  top: 0px;
}
@media (max-width: 768px) {
  .module--projecthighlight_caption {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
  }
}
.module--projecthighlight_caption_inner {
  background-color: #05797B;
  padding: 45px;
  color: #FFFFFF;
}
.module--projecthighlight_caption_inner.green {
  background-color: #37643F;
}
@media (max-width: 768px) {
  .module--projecthighlight_caption_inner {
    padding: 35px;
  }
}
@media (max-width: 667px) {
  .module--projecthighlight_caption_inner {
    padding: 30px;
  }
}
.module--projecthighlight_caption_inner p:last-child {
  margin-bottom: 0px;
}

.module--tools {
  position: relative;
}
.module--tools .large-6 .module--tools_inner {
  margin-right: 10px;
  margin-left: 0px !important;
}
@media (max-width: 667px) {
  .module--tools .large-6 .module--tools_inner {
    margin-right: 0px;
  }
}
.module--tools .large-6:last-child .module--tools_inner {
  margin-left: 10px;
}
@media (max-width: 667px) {
  .module--tools .large-6:last-child .module--tools_inner {
    margin-right: 0px;
  }
}
.module--tools.hasbg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-position-y: 45px;
}
@media (max-width: 667px) {
  .module--tools.hasbg {
    background-image: none !important;
  }
}
.module--tools.hasbg:after {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  margin-top: -45px;
  background-color: #FFFFFF;
}
@media (max-width: 667px) {
  .module--tools.hasbg:after {
    display: none;
  }
}
.module--tools_inner {
  background-color: #05797B;
  padding: 65px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 768px) {
  .module--tools_inner {
    padding: 30px;
  }
}
@media (max-width: 667px) {
  .module--tools_inner {
    margin-bottom: 1em;
  }
}
.module--tools_inner h2 {
  margin: 0px;
}
.module--tools_inner .top {
  margin-bottom: 60px;
}
.module--tools_inner p:last-child {
  margin-bottom: 0px;
}
.module--tools_inner p .button {
  margin-top: 40px;
}
.module--tools_inner.light-blue {
  background-color: #54A9E5;
}
.module--tools_3 .module--tools_inner {
  padding: 35px;
}
@media (max-width: 768px) {
  .module--tools_3 .module--tools_inner {
    margin-bottom: 1em;
  }
}
.module--tools_3 .module--tools_inner p {
  font-size: 18px;
  line-height: 24px;
}

.module--video video {
  width: 100%;
}

.module--imageslider img {
  width: 100%;
}
.module--imageslider .module--image_caption, .module--imageslider .module--image_copyright {
  padding-top: 5px;
}
.module--imageslider_slick span {
  display: block;
  padding-top: 30px;
}
.module--imageslider_slick_nav {
  margin-top: 0px;
  position: relative;
}
.module--imageslider_slick_nav img {
  padding: 10px !important;
  cursor: pointer;
}
.module--imageslider_slick_nav .slick-arrow {
  text-indent: -99999px;
  position: absolute;
  z-index: 20;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 15px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.module--imageslider_slick_nav .slick-prev {
  left: 0px;
  border-radius: 0px 50px 50px 0px;
}
.module--imageslider_slick_nav .slick-prev:before {
  content: "\e908";
  font-family: "icomoon";
  text-indent: 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.module--imageslider_slick_nav .slick-pause {
  right: 0px;
  border-radius: 0px 50px 50px 0px;
}
.module--imageslider_slick_nav .slick-pause:before {
  content: "\ea1d";
  font-family: "icomoon";
  text-indent: 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.module--imageslider_slick_nav .slick-next {
  right: 0px;
  border-radius: 50px 0px 0px 50px;
}
.module--imageslider_slick_nav .slick-next:before {
  content: "\e909";
  font-family: "icomoon";
  text-indent: 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.module--imageslider_slick_nav .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.module--imageslider_slick_nav .slick-track {
  margin-left: 0;
}
.module--imageslider_slick_nav img {
  padding: 0px;
}

.overlay {
  background-color: #000000;
  opacity: 0.82;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 40;
  left: 0px;
  top: 0px;
  display: none;
}

.module--webform {
  background-image: url(../images/bg-search.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ebf2f7;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .module--webform {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.module--webform .form-item-firstname {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-firstname {
    width: calc(40% - 0.625rem);
    margin-right: 0.625rem;
  }
}
.module--webform .form-item-lastname {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-lastname {
    width: calc(40% - 0.625rem);
    margin-left: calc(0.625rem - 4px);
  }
}
.module--webform .form-item-e-mail {
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-e-mail {
    width: 80%;
  }
}
.module--webform .form-item-name-of-institution {
  width: 100%;
}
.module--webform .form-item-name-of-institution input::-webkit-input-placeholder {
  font-size: 12px;
}
.module--webform .form-item-name-of-institution input::-moz-placeholder {
  font-size: 12px;
}
.module--webform .form-item-name-of-institution input:-ms-input-placeholder {
  font-size: 12px;
}
.module--webform .form-item-name-of-institution input::-ms-input-placeholder {
  font-size: 12px;
}
.module--webform .form-item-name-of-institution input::placeholder {
  font-size: 12px;
}
@media (min-width: 768px) {
  .module--webform .form-item-name-of-institution {
    width: 80%;
  }
  .module--webform .form-item-name-of-institution input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .module--webform .form-item-name-of-institution input::-moz-placeholder {
    font-size: 18px;
  }
  .module--webform .form-item-name-of-institution input:-ms-input-placeholder {
    font-size: 18px;
  }
  .module--webform .form-item-name-of-institution input::-ms-input-placeholder {
    font-size: 18px;
  }
  .module--webform .form-item-name-of-institution input::placeholder {
    font-size: 18px;
  }
}
.module--webform .form-item-strasse {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-strasse {
    width: calc(40% - 0.625rem);
    margin-right: 0.625rem;
  }
}
.module--webform .form-item-postcode {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-postcode {
    width: calc(20% - 0.625rem);
    margin-right: 0.625rem;
  }
}
.module--webform .form-item-taetig-seit {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-taetig-seit {
    width: calc(20% - 0.625rem);
    margin-right: 0.625rem;
  }
}
.module--webform .form-item-ort {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-ort {
    margin-left: calc(0.625rem - 4px);
    width: calc(24.3% - 0.625rem);
  }
}
.module--webform .form-item-taetig-seit {
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-taetig-seit {
    width: 80%;
  }
}
.module--webform .form-item-taetigkeitsfeld {
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-taetigkeitsfeld {
    width: 80%;
  }
}
.module--webform .form-item-foerderkennzeichen {
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-foerderkennzeichen {
    width: 80%;
  }
}
.module--webform .form-item-field-of-activity {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-field-of-activity {
    width: calc(40% - 0.625rem);
    margin-right: 0.625rem;
    margin-bottom: 60px;
  }
}
.module--webform .form-item-funding-reference-number {
  display: inline-block;
}
.module--webform .form-item-funding-reference-number .form-text {
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-item-funding-reference-number .form-text {
    display: inline-block;
    width: calc(40% - 0.625rem);
    margin-right: 0.625rem;
  }
}
.module--webform .form-item-funding-reference-number .description {
  width: 90%;
  margin-left: 5%;
}
@media (min-width: 768px) {
  .module--webform .form-item-funding-reference-number .description {
    display: inline-block;
    width: calc(60% - 0.625rem);
    margin-left: calc(0.625rem - 4px);
    vertical-align: middle;
  }
}
.module--webform .form-textarea-wrapper, .module--webform .form-type-textfield, .module--webform .form-type-email, .module--webform details, .module--webform .webform-horizontal-rule {
  width: 100%;
}
@media (min-width: 768px) {
  .module--webform .form-textarea-wrapper, .module--webform .form-type-textfield, .module--webform .form-type-email, .module--webform details, .module--webform .webform-horizontal-rule {
    width: 80%;
  }
}
.module--webform .webform-email-confirm--wrapper .fieldset-wrapper {
  margin-right: 0;
  margin-left: 0;
}
.module--webform .form-type-number, .module--webform .form-type-select, .module--webform .form-type-date, .module--webform .form-type-webform-time {
  width: 100%;
}
@media (min-width: 667px) {
  .module--webform .form-type-number, .module--webform .form-type-select, .module--webform .form-type-date, .module--webform .form-type-webform-time {
    width: 30%;
  }
}
.module--webform .webform-select-other .form-type-select {
  width: 100%;
}
.module--webform .webform-select-other .form-type-select select {
  width: 100%;
}
@media (min-width: 667px) {
  .module--webform .webform-select-other .form-type-select select {
    width: 30%;
  }
}
.module--webform .webform-select-other .webform-select-other-input {
  width: 100% !important;
}
@media (min-width: 667px) {
  .module--webform .webform-select-other .webform-select-other-input {
    width: 30% !important;
  }
}
.module--webform .webform-checkboxes-other .webform-options-display-one-column {
  width: 100%;
}
.module--webform .webform-checkboxes-other .webform-checkboxes-other-input {
  width: 100% !important;
}
@media (min-width: 667px) {
  .module--webform .webform-checkboxes-other .webform-checkboxes-other-input {
    width: 30% !important;
  }
}
.module--webform .form-type-datetime .form-time {
  margin-top: 20px;
}
.module--webform .webform-type-fieldset .fieldset-wrapper {
  margin-left: 0px;
}
.module--webform .checkboxes--wrapper .form-checkboxes, .module--webform .webform-checkboxes-other--wrapper .form-checkboxes {
  margin-left: 10px;
}
.module--webform .checkboxes--wrapper .form-checkboxes .form-item, .module--webform .webform-checkboxes-other--wrapper .form-checkboxes .form-item {
  display: block;
  margin-top: 20px;
  height: 43px;
  clear: both;
}
.module--webform .checkboxes--wrapper .form-checkboxes .form-item input, .module--webform .webform-checkboxes-other--wrapper .form-checkboxes .form-item input {
  float: left;
}
.module--webform .checkboxes--wrapper .form-checkboxes .form-item label, .module--webform .webform-checkboxes-other--wrapper .form-checkboxes .form-item label {
  float: left;
}
.module--webform .checkboxes--wrapper .form-checkboxes .form-item div.description, .module--webform .webform-checkboxes-other--wrapper .form-checkboxes .form-item div.description {
  float: left;
  margin-top: 0;
  padding-top: 8px;
  height: 43px;
}
.module--webform .webform-type-radios .fieldset-wrapper, .module--webform .webform-radios-other .fieldset-wrapper {
  margin-left: 0px;
}
.module--webform .webform-type-radios .fieldset-wrapper .webform-options-display-one-column, .module--webform .webform-radios-other .fieldset-wrapper .webform-options-display-one-column {
  width: 100%;
}
.module--webform .webform-type-radios .fieldset-wrapper .webform-radios-other-input, .module--webform .webform-radios-other .fieldset-wrapper .webform-radios-other-input {
  width: 100% !important;
}
@media (min-width: 667px) {
  .module--webform .webform-type-radios .fieldset-wrapper .webform-radios-other-input, .module--webform .webform-radios-other .fieldset-wrapper .webform-radios-other-input {
    width: 30% !important;
  }
}
.module--webform .webform-type-radios .fieldset-wrapper .form-type-radio, .module--webform .webform-radios-other .fieldset-wrapper .form-type-radio {
  height: 43px;
  margin-top: 20px;
  display: block;
  clear: both;
}
.module--webform .webform-type-radios .fieldset-wrapper .form-type-radio input, .module--webform .webform-radios-other .fieldset-wrapper .form-type-radio input {
  float: left;
}
.module--webform .webform-type-radios .fieldset-wrapper .form-type-radio div.description, .module--webform .webform-radios-other .fieldset-wrapper .form-type-radio div.description {
  float: left;
  margin-top: 0;
  padding-top: 8px;
  height: 43px;
}
.module--webform .webform-type-event-days .fieldset-wrapper {
  margin-left: 0px;
}
.module--webform .webform-type-event-days legend {
  font-size: 16px;
}
.module--webform .webform-type-workshops .fieldset-wrapper {
  margin-left: 0px;
}
.module--webform .webform-type-workshops .fieldset-wrapper .workshops--wrapper {
  width: 100%;
}
.module--webform .webform-type-workshops .fieldset-wrapper .workshops--wrapper details {
  padding: 0.2em 0.5em;
}
.module--webform .webform-type-workshops legend {
  font-size: 16px;
}
.module--webform #edit-funding--wrapper .form-item {
  display: inline-block;
}

.module--fundingoverview_legend {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .module--fundingoverview span.fundingoverview_legend_item {
    display: inline-block;
    width: 100%;
  }
}
.module--fundingoverview span.square {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
}
.module--fundingoverview span.square.green {
  background-color: #37643F;
}
.module--fundingoverview span.square.blue {
  background-color: #05797B;
}
@media (min-width: 1024px) {
  .module--fundingoverview span.square.blue {
    margin-left: 20px;
  }
}
.module--fundingoverview span.square.orange {
  background-color: #B34033;
}
@media (min-width: 1024px) {
  .module--fundingoverview span.square.orange {
    margin-left: 20px;
  }
}

.module--events {
  padding: 12px 20px;
}
.module--events a {
  position: relative;
  display: block;
  margin-bottom: 100px;
}
.module--events a:hover .module--infobox_link {
  color: #05797B;
}
.module--events a:hover .module--infobox_link:before {
  background-color: #05797B;
  content: url(../images/icon-arrow.svg);
}
.module--events a .module--infobox_link {
  position: absolute;
  right: 0px;
}
@media (min-width: 768px) {
  .module--events a .module--infobox_link {
    bottom: 0px;
  }
}
.module--events_date {
  background-color: #CDE4E5;
  -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.38);
          box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.38);
  width: 220px;
  height: 220px;
  color: #000000;
  text-align: center;
  padding-top: 32px;
}
@media (max-width: 1024px) {
  .module--events_date {
    width: 180px;
    height: 180px;
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .module--events_date {
    width: 150px;
    height: 150px;
    padding-top: 14px;
  }
}
@media (max-width: 667px) {
  .module--events_date {
    margin-bottom: 20px;
  }
}
.module--events_date span {
  display: block;
  font-family: "AleoBold";
  text-transform: uppercase;
}
.module--events_date span.date_weekday {
  font-size: 16px;
}
@media (max-width: 768px) {
  .module--events_date span.date_weekday {
    font-size: 14px;
  }
}
.module--events_date span.date_day {
  font-size: 50px;
}
@media (max-width: 768px) {
  .module--events_date span.date_day {
    font-size: 35px;
  }
}
.module--events_date span.date_year, .module--events_date span.date_month {
  font-size: 20px;
}
@media (max-width: 768px) {
  .module--events_date span.date_year, .module--events_date span.date_month {
    font-size: 17px;
  }
}
.module--events_icon-veranstalter {
  padding: 0 20px;
  margin-bottom: 20px;
}
.module--events_ausgebucht {
  width: 220px;
  color: red;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  border: 2px solid red;
  display: block;
}
@media (max-width: 1024px) {
  .module--events_ausgebucht {
    width: 180px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .module--events_ausgebucht {
    width: 150px;
    margin-top: 10px;
  }
}
@media (max-width: 667px) {
  .module--events_ausgebucht {
    margin-bottom: 20px;
  }
}
.module--events_ausgebucht.float-left {
  margin-top: 0;
  float: left;
  width: auto;
  padding: 9px;
}
.module--events_title {
  font-size: 24px;
  line-height: 30px;
  font-family: "AleoBold";
  display: block;
}
@media (max-width: 768px) {
  .module--events_title {
    font-size: 22px;
    line-height: 25px;
  }
}
.module--events_title a:hover {
  text-decoration: underline;
}
.module--events_teaser {
  font-size: 18px;
  line-height: 27px;
  display: block;
  padding-top: 15px;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .module--events_teaser {
    font-size: 16px;
    line-height: 22px;
  }
}
.module--events_subline {
  padding-bottom: 10px;
}
.module--events_subline span {
  display: inline-block;
  font-size: 18px;
  font-family: "LatoBold";
  color: #37643F;
}
@media (max-width: 768px) {
  .module--events_subline span {
    font-size: 16px;
  }
}
.module--events_subline span:after {
  content: "|";
  display: inline-block;
  color: #37643F;
  padding-left: 9px;
  padding-right: 5px;
}
.module--events_subline span.module--events_subline_type {
  background-color: #05797B;
  font-family: "LatoRegular";
  margin-right: 5px;
  color: #FFFFFF;
  padding: 9px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 5px;
}
.module--events_subline span.module--events_subline_type:after {
  display: none;
}
.module--events_subline span.module--events_subline_detail {
  color: #000000;
  font-family: "LatoRegular";
}
.module--events_subline span:last-child:after {
  display: none;
}

.modul--bgimage {
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #CDE4E5;
}
.modul--bgimage .module--infobadge_text {
  border-color: #f7fbfd;
}

.module-registration {
  background-image: url(../images/bg-registration.jpg);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c9c9c9;
}
.module-registration h2 {
  color: #05797B;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 30px;
}
.module-registration .margintop {
  margin-top: 30px;
}
.module-registration .js-form-item {
  margin: 0px;
  margin-bottom: 12px;
}
.module-registration .js-form-type-checkbox {
  margin-bottom: 0px;
}
.module-registration [type=checkbox] + label, .module-registration [type=radio] + label {
  font-family: "LatoRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.module-registration .description {
  font-family: "LatoRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 22px;
}

ul.zielgruppen {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.zielgruppen li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #000000;
  padding-right: 10px;
  margin-left: -4px;
}
ul.zielgruppen li:last-child {
  margin-right: 0;
  border-right: none;
}
ul.zielgruppen li img {
  width: auto;
  height: 20px;
  vertical-align: baseline;
  margin-right: 5px;
}

div.kategorie {
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  font-family: "LatoBold";
}

.module--map-container {
  position: relative;
}
.module--map-container .project--map-address-layer {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module--map-container .project--map-address-layer .inner {
  position: relative;
  margin-left: 50px;
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
}
.module--map-container .project--map-address-layer .inner::before {
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  background-color: #05797B;
  content: "\e925";
  font-size: 26px;
  font-weight: normal;
  font-family: "icomoon";
  color: #FFFFFF;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 4px;
}
.module--map-container .project--map-address-layer .inner .projektnehmer p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.module--mediathek .mediathek-teaser-image {
  -webkit-box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
}
.module--mediathek .teaser-container {
  margin-bottom: 72px;
}
.module--mediathek .teaser-container a.teaser .image-container {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
  margin-bottom: 40px;
}
.module--mediathek .teaser-container a.teaser .image-container img {
  width: 100%;
  height: auto;
}
.module--mediathek .teaser-container a.teaser .image-container.with-bg {
  background-color: #05797B;
}
.module--mediathek .teaser-container a.teaser .image-container .overlay-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  background-color: transparent;
}
.module--mediathek .teaser-container a.teaser .image-container .overlay-icon.video {
  width: 68px;
  height: 68px;
}
.module--mediathek .teaser-container a.teaser .image-container .overlay-icon.audio {
  width: 74px;
  height: 74px;
}
.module--mediathek .teaser-container a.teaser .info-headline {
  display: block;
  font-family: "AleoRegular";
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 10px;
}
.module--mediathek .teaser-container a.teaser .info-text {
  display: block;
}
.module--mediathek .teaser-container a.teaser .info-text p:last-child {
  margin: 0;
}

.module--event_website {
  background-color: #37643F;
}
.module--event_website h2 {
  margin: 0;
  color: #FFFFFF;
}

.module--nki-logo-download {
  background-color: #CDE4E5;
}
.module--nki-logo-download label {
  margin-bottom: 20px;
  font-family: "AleoRegular";
  font-size: 18px;
  line-height: 22px;
}
.module--nki-logo-download .button.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.module--nki-logo-download .nki_logo_download {
  max-width: 50%;
  margin-bottom: 20px;
}
.module--nki-logo-download h2 {
  font-size: 30px;
  line-height: 35px;
}
.module--nki-logo-download p {
  font-size: 20px;
  line-height: 28px;
}
.module--nki-logo-download .subline {
  font-family: "LatoRegular";
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
}
.module--nki-logo-download form input[type=password] {
  border-radius: 5px;
  margin: 0;
  margin-bottom: 20px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px;
  height: auto;
  font-family: "LatoRegular";
  font-size: 18px;
}
@media (max-width: 1024px) {
  .module--nki-logo-download {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .module--nki-logo-download .nki_logo_download {
    max-width: 100%;
  }
}

.module--mediathek-datei .video-container {
  position: relative;
}
.module--mediathek-datei .video-container .video-overlay {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/mediathek-play-overlay.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 68px 68px;
}
.module--mediathek-datei #audio-player-container {
  --seek-before-width: 0%;
  --volume-before-width: 100%;
  --buffered-width: 0%;
  position: relative;
  margin-top: 80px;
  width: 100%;
  background: #ffffff;
}
.module--mediathek-datei #audio-player-container::before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background: #05797B;
  z-index: -1;
}
.module--mediathek-datei #audio-player-container p {
  display: none;
}
.module--mediathek-datei #audio-player-container #play-icon {
  margin: 30px 0 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.module--mediathek-datei #audio-player-container path {
  stroke: #05797B;
}
.module--mediathek-datei #audio-player-container .time {
  display: inline-block;
  font-family: "LatoRegular";
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 0 0;
  color: #05797B;
}
.module--mediathek-datei #audio-player-container output {
  display: none;
}
.module--mediathek-datei #audio-player-container #volume-slider {
  display: none;
}
.module--mediathek-datei #audio-player-container #volume-slider::-webkit-slider-runnable-track {
  background: rgba(0, 125, 181, 0.6);
}
.module--mediathek-datei #audio-player-container #volume-slider::-moz-range-track {
  background: rgba(0, 125, 181, 0.6);
}
.module--mediathek-datei #audio-player-container #volume-slider::-ms-fill-upper {
  background: rgba(0, 125, 181, 0.6);
}
.module--mediathek-datei #audio-player-container #volume-slider::before {
  width: var(--volume-before-width);
}
.module--mediathek-datei #audio-player-container #mute-icon {
  display: none;
}
.module--mediathek-datei #audio-player-container input[type=range] {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 19px;
  margin: 36px 0 20px 0;
  outline: none;
}
.module--mediathek-datei #audio-player-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 125, 181, 0.6)), to(rgba(0, 125, 181, 0.2)));
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
.module--mediathek-datei #audio-player-container input[type=range]::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: var(--seek-before-width);
  height: 3px;
  background-color: #05797B;
  cursor: pointer;
}
.module--mediathek-datei #audio-player-container input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #05797B;
  height: 39px;
  width: 18px;
  background-color: #fff;
  cursor: pointer;
  margin: -19px 0 0 0;
  border-radius: 0;
}
.module--mediathek-datei #audio-player-container input[type=range]:active::-webkit-slider-thumb {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #05797B;
}
.module--mediathek-datei #audio-player-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
.module--mediathek-datei #audio-player-container input[type=range]::-moz-range-progress {
  background-color: #05797B;
}
.module--mediathek-datei #audio-player-container input[type=range]::-moz-focus-outer {
  border: 0;
}
.module--mediathek-datei #audio-player-container input[type=range]::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #05797B;
  height: 39px;
  width: 18px;
  background-color: #fff;
  cursor: pointer;
}
.module--mediathek-datei #audio-player-container input[type=range]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #05797B;
}
.module--mediathek-datei #audio-player-container input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}
.module--mediathek-datei #audio-player-container input[type=range]::-ms-fill-lower {
  background-color: #05797B;
}
.module--mediathek-datei #audio-player-container input[type=range]::-ms-fill-upper {
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
.module--mediathek-datei #audio-player-container input[type=range]::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #05797B;
  height: 39px;
  width: 18px;
  background-color: #fff;
  cursor: pointer;
}
.module--mediathek-datei #audio-player-container input[type=range]:active::-ms-thumb {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  background: #05797B;
}
.module--mediathek-datei video {
  width: 100% !important;
  height: auto !important;
}
.module--mediathek-datei audio {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.date-length {
  font-size: 16px;
  font-family: "LatoBold";
  line-height: 23px;
}

@media print, screen and (max-width: 63.99875em) {
  .module--teaser-meldungen {
    padding-bottom: 32px;
  }
}
@media print, screen and (min-width: 41.6875em) {
  .module--teaser-meldungen .distance-bottom {
    margin-bottom: 48px;
  }
}

.module--klimaschutz-vor-ort-kacheln.module--accordeon {
  padding-top: 0 !important;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl {
  list-style-type: none;
  margin: 0;
  text-align: center;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel .kachel-bild {
  width: 90%;
  max-width: 240px;
  background-color: #F4DDCD;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  padding: 30px;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel .kachel-text {
  font-size: 22px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-hyphens: auto;
      hyphens: auto;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel.active .kachel-bild, .module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel:hover .kachel-bild {
  background-color: #CDE4E5;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li:first-child {
  padding-left: 0;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li:last-child {
  padding-right: 0;
}
.module--klimaschutz-vor-ort-kacheln .kachel-akkordeon {
  display: none;
}
@media (max-width: 640px) {
  .module--klimaschutz-vor-ort-kacheln .kachel-auswahl li {
    width: 48%;
    padding-left: 0;
    padding-right: 0;
  }
  .module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel {
    padding: 5px;
    margin-bottom: 20px;
  }
  .module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel .kachel-bild {
    width: 100%;
    padding: 15px;
  }
  .module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel .kachel-text {
    font-size: 15px;
    line-height: 19px;
  }
}

section.modul--icon-counter {
  padding-top: 120px;
  padding-bottom: 120px;
}
section.modul--icon-counter .intro {
  margin-bottom: 130px;
}
section.modul--icon-counter .box {
  text-align: center;
}
section.modul--icon-counter .box .icon {
  text-align: center;
  text-indent: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
section.modul--icon-counter .box .icon.icon-1 img {
  width: 207px;
  height: 192px;
}
section.modul--icon-counter .box .icon.icon-2 img {
  width: 192px;
  height: 217px;
}
section.modul--icon-counter .box .icon.icon-3 img {
  width: 240px;
  height: 195px;
}
section.modul--icon-counter .box .number {
  font-size: 40px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}
section.modul--icon-counter .box .number span {
  font-size: 40px;
}
section.modul--icon-counter .box .number span.result {
  opacity: 0;
}
section.modul--icon-counter .box .number span.counter {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.modul--icon-counter .box .text {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
section.modul--icon-counter .box .text p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 640px) {
  section.modul--icon-counter {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  section.modul--icon-counter .intro {
    margin-bottom: 62px;
  }
  section.modul--icon-counter .box {
    margin-bottom: 60px;
  }
  section.modul--icon-counter .box .icon {
    margin-bottom: 30px;
  }
  section.modul--icon-counter .box .number {
    font-size: 28px;
  }
  section.modul--icon-counter .box .number span {
    font-size: 28px;
  }
}

section.modul--klimaschutzkarte .karte {
  position: relative;
}
section.modul--klimaschutzkarte .karte .infobox {
  opacity: 0;
  pointer-events: none;
  z-index: -10;
  position: absolute;
  background-color: #FFFFFF;
  text-align: center;
  -webkit-box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.modul--klimaschutzkarte .karte .infobox.active {
  opacity: 1;
  z-index: 10;
  pointer-events: initial;
}
section.modul--klimaschutzkarte .karte .infobox .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 30px 20px;
}
section.modul--klimaschutzkarte .karte .infobox .inner .bundesland {
  font-family: "AleoBold";
  font-size: 16px;
  line-height: 20px;
}
section.modul--klimaschutzkarte .karte .infobox .inner .text {
  font-size: 16px;
  line-height: 20px;
}
section.modul--klimaschutzkarte .karte .infobox .inner .close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-close-map-info.svg");
  background-size: 16px;
  background-position: right center;
}
section.modul--klimaschutzkarte .karte .infobox .inner .arrow {
  width: 50px;
  height: 25px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.modul--klimaschutzkarte .karte .infobox .inner .arrow::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.13);
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=badenwuerttemberg] {
  left: 10%;
  top: 70%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=bayern] {
  left: 37%;
  top: 65%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=berlin] {
  left: 53%;
  top: 17%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=brandenburg] {
  left: 50%;
  top: 11%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=bremen] {
  left: 13%;
  top: 10%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=hamburg] {
  left: 24%;
  top: 4%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=hessen] {
  left: 13%;
  top: 40%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=mecklenburg] {
  left: 33%;
  top: 0%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=niedersachsen] {
  left: 16%;
  top: 14%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=nordrheinwestfalen] {
  left: -4%;
  top: 29%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=rheinlandpfalz] {
  left: -3%;
  top: 48%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=saarland] {
  left: -5%;
  top: 56%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=sachsen] {
  left: 53%;
  top: 34%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=sachsenanhalt] {
  left: 36%;
  top: 24%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=schleswigholstein] {
  left: 18%;
  top: 0%;
}
section.modul--klimaschutzkarte .karte .infobox[data-bl=thueringen] {
  left: 33%;
  top: 37%;
}
@media (max-width: 640px) {
  section.modul--klimaschutzkarte .karte .infobox .inner {
    padding: 15px 20px 15px;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=badenwuerttemberg] {
    left: 8%;
    top: 56%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=bayern] {
    left: 40%;
    top: 60%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=berlin] {
    left: 50%;
    top: 23%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=berlin] .arrow {
    left: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=brandenburg] {
    left: 47%;
    top: 19%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=brandenburg] .arrow {
    left: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=bremen] {
    top: 18%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=hamburg] {
    left: 26%;
    top: 14%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=hessen] {
    left: 19%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=hessen] .arrow {
    left: 40%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=mecklenburg] {
    left: 9%;
    top: 11%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=mecklenburg] .arrow {
    left: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=niedersachsen] {
    left: 18%;
    top: 20%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=nordrheinwestfalen] {
    left: -4%;
    top: 29%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=rheinlandpfalz] {
    left: 6%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=rheinlandpfalz] .arrow {
    left: 20%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=saarland] {
    left: 3%;
    top: 52%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=saarland] .arrow {
    left: 20%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=sachsen] {
    left: 51%;
    top: 36%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=sachsen] .arrow {
    left: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=sachsenanhalt] .arrow {
    left: 60%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=schleswigholstein] {
    top: 8%;
  }
  section.modul--klimaschutzkarte .karte .infobox[data-bl=thueringen] .arrow {
    left: 60%;
  }
}
section.modul--klimaschutzkarte svg {
  max-width: 100%;
}
section.modul--klimaschutzkarte svg path {
  cursor: pointer;
  fill: #5DA98A;
}
section.modul--klimaschutzkarte svg path:hover, section.modul--klimaschutzkarte svg path.active {
  fill: #28C264;
}
@media (max-width: 640px) {
  section.modul--klimaschutzkarte {
    margin-bottom: 40px;
  }
}

section.modul--animierter-header {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
section.modul--animierter-header .bg-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
section.modul--animierter-header .textcontainer {
  position: absolute;
  z-index: 3;
  top: 35%;
  left: 10%;
  width: auto;
  max-width: 560px;
  height: auto;
  background-image: url("../images/Illustration_Textbox_ohne_Text.svg");
  background-size: cover;
  padding: 20px 40px 55px;
}
section.modul--animierter-header .textcontainer p {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
section.modul--animierter-header .textcontainer h1 {
  font-size: 32px;
  line-height: 40px;
  padding-top: 50px;
  -ms-hyphens: none;
      hyphens: none;
  margin-bottom: 0;
}
section.modul--animierter-header .cloud {
  position: absolute;
  top: 33px;
  width: 66px;
  height: 46px;
  z-index: 2;
  -webkit-animation: animatecloud 50s linear;
  animation: animatecloud 50s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes animatecloud {
  0% {
    left: -100px;
  }
  100% {
    left: calc(100% + 100px);
  }
}
@keyframes animatecloud {
  0% {
    left: -100px;
  }
  100% {
    left: calc(100% + 100px);
  }
}
section.modul--animierter-header .bike {
  position: absolute;
  bottom: 22px;
  width: 376px;
  height: 257px;
  z-index: 4;
  -webkit-animation: animatebike 15s linear;
  animation: animatebike 15s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes animatebike {
  0% {
    left: -400px;
  }
  100% {
    left: calc(100% + 400px);
  }
}
@keyframes animatebike {
  0% {
    left: -400px;
  }
  100% {
    left: calc(100% + 400px);
  }
}
@media (max-width: 1280px) {
  section.modul--animierter-header .bike {
    width: 286px;
    height: 197px;
  }
  section.modul--animierter-header .textcontainer {
    top: 20%;
    left: 10%;
    width: auto;
    max-width: 430px;
    padding: 15px 40px 40px;
  }
  section.modul--animierter-header .textcontainer h1 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 45px;
  }
}
@media (max-width: 1024px) {
  section.modul--animierter-header {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 640px) {
  section.modul--animierter-header .cloud {
    display: none;
  }
  section.modul--animierter-header .bike {
    width: 245px;
    height: 168px;
  }
  section.modul--animierter-header .textcontainer {
    top: 20px;
    left: 20px;
    width: auto;
    max-width: calc(100% - 40px);
    padding: 11px 20px 40px;
  }
  section.modul--animierter-header .textcontainer h1 {
    padding-top: 30px;
  }
}

body.page-node-767 nav.breadcrumbouter, body.page-node-3684 nav.breadcrumbouter {
  display: none;
}
body.page-node-767 main, body.page-node-3684 main {
  padding-top: 0;
}

.modul--full-page-scroller-trigger {
  position: relative;
  height: 100%;
}

@media (max-width: 1024px) {
  .pin-spacer {
    margin-left: -15px !important;
    width: 100vw !important;
    padding-left: 15px !important;
  }
}

section.modul--full-page-scroller {
  padding: 0;
}
@media (max-width: 1024px) {
  section.modul--full-page-scroller {
    margin-left: -15px;
    width: calc(100vw + 30px);
  }
}
section.modul--full-page-scroller .modul--full-page-scroller-relative {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
section.modul--full-page-scroller .modul--full-page-scroller-relative .img-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 640px) {
  section.modul--full-page-scroller .modul--full-page-scroller-relative .img-left {
    width: 180px;
    height: 122px;
  }
}
section.modul--full-page-scroller .modul--full-page-scroller-relative .img-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 640px) {
  section.modul--full-page-scroller .modul--full-page-scroller-relative .img-right {
    width: 180px;
    height: 122px;
  }
}
section.modul--full-page-scroller .slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.modul--full-page-scroller .slide.slide-1 {
  opacity: 1;
  visibility: visible;
  background-color: #c0dedf;
}
section.modul--full-page-scroller .slide.slide-2 {
  background-color: #b8d6c3;
}
section.modul--full-page-scroller .slide.slide-3 {
  background-color: #afe2c3;
}
section.modul--full-page-scroller .slide.slide-4 {
  background-color: #d0e7f0;
}
section.modul--full-page-scroller .slide .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 40px;
}
section.modul--full-page-scroller .slide .intro .headline-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
section.modul--full-page-scroller .slide .intro .headline-container h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 0;
}
section.modul--full-page-scroller .slide .intro .text-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
section.modul--full-page-scroller .slide .intro .text-container p {
  font-size: 20px;
  line-height: 26px;
}
section.modul--full-page-scroller .slide .fade-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.modul--full-page-scroller .slide .fade-pagination span {
  background: transparent;
  opacity: 1;
  color: #000000;
  text-align: center;
  width: 40px;
  height: auto;
  padding: 7px 0;
  margin: 5px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.modul--full-page-scroller .slide .fade-pagination span.active {
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  section.modul--full-page-scroller .slide .fade-pagination {
    display: none;
  }
}
@media (max-width: 640px) {
  section.modul--full-page-scroller .slide {
    padding-top: 110px;
    padding-bottom: 90px;
  }
  section.modul--full-page-scroller .slide .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 10px;
    max-width: calc(100vw - 1rem);
  }
  section.modul--full-page-scroller .slide .intro .headline-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section.modul--full-page-scroller .slide .intro .headline-container h2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  section.modul--full-page-scroller .slide .intro .text-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
section.modul--full-page-scroller .swiper-pagination-inner {
  position: absolute;
  z-index: 999;
  text-align: center;
}
section.modul--full-page-scroller .swiper-pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000 !important;
}
@media (min-width: 641px) {
  section.modul--full-page-scroller .swiper-pagination-inner {
    display: none;
  }
}
section.modul--full-page-scroller .full-page-scroll-slider-inner {
  overflow-x: hidden;
  max-width: 100vw;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide {
  pointer-events: initial;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide.swiper-slide-active {
  pointer-events: initial;
  z-index: 10;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner {
  -webkit-box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
  display: block !important;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner:hover {
  background-color: #05797B;
  color: #FFFFFF;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner:hover .link a.button {
  background-color: #FFFFFF;
  color: #05797B !important;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner .link {
  display: block;
  width: 100%;
  text-align: left;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 {
  padding: 30px;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .image {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .image img {
  width: 86px;
  height: 60px;
}
@media (min-width: 641px) {
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .image img {
    width: 46px;
    height: 32px;
  }
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .headline {
  font-size: 40px;
  line-height: 44px;
  display: block;
  width: 100%;
  text-align: left;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .subline {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 18px;
  display: block;
  width: 100%;
  text-align: left;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .zusatztext {
  font-family: "AleoBold";
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: left;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .link {
  margin-top: 48px;
}
@media (max-width: 640px) {
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 {
    padding: 15px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .image img {
    width: 46px;
    height: 32px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .headline {
    font-size: 28px;
    line-height: 32px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .subline {
    font-size: 15px;
    line-height: 23px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .zusatztext {
    font-size: 18px;
    line-height: 26px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_1 .link {
    margin-top: 18px;
  }
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_2 img {
  width: 100%;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_2 .inner {
  padding: 30px;
  display: block;
  text-align: left;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_2 .inner .headline {
  font-size: 40px;
  line-height: 44px;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_2 .inner .subline {
  font-size: 22px;
  line-height: 35px;
  display: block;
  width: 100%;
  text-align: left;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_2 .inner .link {
  margin-top: 30px;
}
@media (max-width: 640px) {
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_2 .inner {
    padding: 15px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_2 .inner .headline {
    font-size: 28px;
    line-height: 32px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_2 .inner .subline {
    font-size: 18px;
    line-height: 26px;
  }
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_3 {
  padding: 30px;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_3 .headline {
  font-family: "AleoBold";
  font-size: 30px;
  line-height: 36px;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_3 .subline {
  font-size: 22px;
  line-height: 35px;
  display: block;
  width: 100%;
  text-align: left;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_3 .link {
  margin-top: 20px;
}
@media (max-width: 640px) {
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_3 {
    padding: 15px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_3 .headline {
    font-size: 22px;
    line-height: 30px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_3 .subline {
    font-size: 15px;
    line-height: 24px;
  }
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 {
  padding: 30px;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 .headline {
  font-size: 22px;
  line-height: 35px;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 .subline {
  font-size: 16px;
  line-height: 27px;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 .zusatztext {
  font-family: "AleoBold";
  font-size: 30px;
  line-height: 36px;
  display: block;
  width: 100%;
  text-align: left;
}
section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 .link {
  margin-top: 30px;
}
@media (max-width: 640px) {
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 {
    padding: 15px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 .headline {
    font-size: 22px;
    line-height: 30px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 .subline {
    font-size: 15px;
    line-height: 27px;
  }
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner.stil_4 .zusatztext {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner .headline, section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner .subline, section.modul--full-page-scroller .full-page-scroll-slider-inner .swiper-wrapper .swiper-slide .slide-inner .zusatztext {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

.module--community p,
.module--community h1,
.module--community h2 {
  color: #FFFFFF;
}

.simplenews-subscriber-form .webform-button--submit,
.user-register-form .webform-button--submit,
.webform-submission-form .webform-button--submit {
  color: #fff;
  background-color: #37643F;
  display: inline-block;
  padding: 0 40px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  font-family: "LatoRegular";
  position: relative;
  margin-left: 0 !important;
  margin-top: 20px;
  margin-bottom: 0px;
}
.simplenews-subscriber-form textarea,
.simplenews-subscriber-form select,
.simplenews-subscriber-form input[type=email],
.simplenews-subscriber-form input[type=date],
.simplenews-subscriber-form input[type=time],
.simplenews-subscriber-form input[type=number],
.simplenews-subscriber-form input[type=text],
.user-register-form textarea,
.user-register-form select,
.user-register-form input[type=email],
.user-register-form input[type=date],
.user-register-form input[type=time],
.user-register-form input[type=number],
.user-register-form input[type=text],
.webform-submission-form textarea,
.webform-submission-form select,
.webform-submission-form input[type=email],
.webform-submission-form input[type=date],
.webform-submission-form input[type=time],
.webform-submission-form input[type=number],
.webform-submission-form input[type=text] {
  border-radius: 5px;
  border: none !important;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
  font-family: "LatoRegular";
  font-size: 18px;
  height: auto;
  margin: 0px;
  padding: 13px;
  padding-left: 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.simplenews-subscriber-form textarea:focus,
.simplenews-subscriber-form select:focus,
.simplenews-subscriber-form input[type=email]:focus,
.simplenews-subscriber-form input[type=date]:focus,
.simplenews-subscriber-form input[type=time]:focus,
.simplenews-subscriber-form input[type=number]:focus,
.simplenews-subscriber-form input[type=text]:focus,
.user-register-form textarea:focus,
.user-register-form select:focus,
.user-register-form input[type=email]:focus,
.user-register-form input[type=date]:focus,
.user-register-form input[type=time]:focus,
.user-register-form input[type=number]:focus,
.user-register-form input[type=text]:focus,
.webform-submission-form textarea:focus,
.webform-submission-form select:focus,
.webform-submission-form input[type=email]:focus,
.webform-submission-form input[type=date]:focus,
.webform-submission-form input[type=time]:focus,
.webform-submission-form input[type=number]:focus,
.webform-submission-form input[type=text]:focus {
  outline: none;
}
.simplenews-subscriber-form legend,
.user-register-form legend,
.webform-submission-form legend {
  margin: 0px;
  font-family: "AleoBold";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
}
.simplenews-subscriber-form .webform-flexbox,
.simplenews-subscriber-form .webform-elements,
.user-register-form .webform-flexbox,
.user-register-form .webform-elements,
.webform-submission-form .webform-flexbox,
.webform-submission-form .webform-elements {
  width: 80%;
}
.simplenews-subscriber-form .js-form-type-radio,
.user-register-form .js-form-type-radio,
.webform-submission-form .js-form-type-radio {
  display: inline-block;
}
.simplenews-subscriber-form select,
.user-register-form select,
.webform-submission-form select {
  background-image: url(../images/icon-select.svg);
  background-size: 13px;
  background-position: right 4px;
}
.simplenews-subscriber-form select:focus,
.user-register-form select:focus,
.webform-submission-form select:focus {
  border: none;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
}
.simplenews-subscriber-form select[name=salutation],
.user-register-form select[name=salutation],
.webform-submission-form select[name=salutation] {
  max-width: 170px;
}
.simplenews-subscriber-form [type=radio],
.simplenews-subscriber-form [type=checkbox],
.user-register-form [type=radio],
.user-register-form [type=checkbox],
.webform-submission-form [type=radio],
.webform-submission-form [type=checkbox] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.simplenews-subscriber-form [type=radio] + label,
.simplenews-subscriber-form [type=checkbox] + label,
.user-register-form [type=radio] + label,
.user-register-form [type=checkbox] + label,
.webform-submission-form [type=radio] + label,
.webform-submission-form [type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.simplenews-subscriber-form [type=radio] + label,
.simplenews-subscriber-form [type=checkbox] + label::before,
.user-register-form [type=radio] + label,
.user-register-form [type=checkbox] + label::before,
.webform-submission-form [type=radio] + label,
.webform-submission-form [type=checkbox] + label::before {
  width: 43px;
  height: 43px;
  background-color: #FFFFFF;
  padding: 22px;
  border-radius: 5px;
  display: block;
  content: "";
  float: left;
  margin-right: 20px;
  z-index: 5;
  margin-left: -3px;
  position: relative;
}
.simplenews-subscriber-form .required,
.user-register-form .required,
.webform-submission-form .required {
  display: block;
  padding-top: 20px;
}
.simplenews-subscriber-form [type=radio] + label,
.user-register-form [type=radio] + label,
.webform-submission-form [type=radio] + label {
  width: 80px;
  vertical-align: top;
  text-align: center;
  font-family: "LatoRegular";
  padding-top: 8px;
}
.simplenews-subscriber-form input[type=radio]:checked + label,
.user-register-form input[type=radio]:checked + label,
.webform-submission-form input[type=radio]:checked + label {
  background-color: #05797B;
  color: #FFFFFF;
}
.simplenews-subscriber-form input[type=checkbox]:checked + label::before,
.user-register-form input[type=checkbox]:checked + label::before,
.webform-submission-form input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  text-align: center;
  background-image: url(../images/icon-checkmark.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.simplenews-subscriber-form .js-form-type-processed-text p,
.user-register-form .js-form-type-processed-text p,
.webform-submission-form .js-form-type-processed-text p {
  font-size: 16px;
  line-height: 24px;
  font-family: "LatoRegular";
}
.simplenews-subscriber-form .js-form-type-processed-text p strong:first-child,
.user-register-form .js-form-type-processed-text p strong:first-child,
.webform-submission-form .js-form-type-processed-text p strong:first-child {
  display: block;
  padding-top: 30px;
}
.simplenews-subscriber-form .js-form-type-checkbox,
.user-register-form .js-form-type-checkbox,
.webform-submission-form .js-form-type-checkbox {
  margin-top: 0px;
}
.simplenews-subscriber-form .js-form-type-checkbox label,
.user-register-form .js-form-type-checkbox label,
.webform-submission-form .js-form-type-checkbox label {
  margin: 0px;
}
.simplenews-subscriber-form .js-form-type-checkbox .description,
.user-register-form .js-form-type-checkbox .description,
.webform-submission-form .js-form-type-checkbox .description {
  font-size: 16px;
  margin-left: 65px;
  margin-top: -7px;
}
.simplenews-subscriber-form.webform-submission-beratungs-und-ingenieurbueros-fo-form div#edit-processed-text p,
.user-register-form.webform-submission-beratungs-und-ingenieurbueros-fo-form div#edit-processed-text p,
.webform-submission-form.webform-submission-beratungs-und-ingenieurbueros-fo-form div#edit-processed-text p {
  font-size: 14px;
  line-height: 22px;
  color: gray;
}

.webform-confirmation .webform-confirmation__back a {
  background-color: #05797B;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
  font-family: "AleoRegular";
  line-height: 32px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .module--simplenews-subscriber {
    padding: 60px 0;
  }
}

.simplenews-subscriber-form .form-checkboxes {
  margin-bottom: 16px;
}
.simplenews-subscriber-form .description p {
  font-size: 20px;
  margin-top: 16px;
}
.simplenews-subscriber-form .form-item-mail-0-value {
  display: none;
}

.module--foerderlotse_outer {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.module--foerderlotse_outer_header {
  padding: 20px 30px;
  color: #fff;
  display: block;
  background: #787373;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 2px solid #FFF;
}
.module--foerderlotse_outer_header.active {
  border-bottom: 0px;
}
.module--foerderlotse_outer_header:hover {
  color: #FFF;
}
.module--foerderlotse_outer_header.finished {
  color: #FFF;
  background-color: #05797B;
}
.module--foerderlotse_outer_content {
  border: 1px solid #05797B;
  border-bottom: none;
  padding: 30px;
  position: relative;
  display: none;
}
.module--foerderlotse_outer_content.active {
  display: block;
}
.module--foerderlotse_outer_content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.module--foerderlotse_outer_content ul li {
  margin: 0 0 20px 0;
}
.module--foerderlotse_outer_content ul li span {
  padding: 10px;
  background: #f1f1f1;
  border: 1px solid #05797B;
  border-radius: 3px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  word-wrap: break-word;
  max-width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module--foerderlotse_outer_content ul li span:hover {
  background: #05797B;
  color: #fff;
}

/*
.module-registration {
  .form-item-cutomtext,
  label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #3c3c3c;
  }
  .description {
    color: #737373;
    padding-top: 4px;
  }
  input, select {
    margin-bottom: 0px !important;
  }

  select,
  input[type="email"],
  input[type="text"],
  input[type="password"] {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: "LatoRegular";
    @include border-radius(4px);
    display: block;
    width: 100%;
    padding: 12px 12px;
    color: #555;
    border: 1px solid #ccc !important;
    background-color: #fff;
    border: none;
    height: auto;
  }
  .confirm-parent, .password-parent {
    max-width: 100%;
  }
  legend,
  .js-password-confirm {
    display: none;
  }
  input[type="submit"] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: "LatoBold";
    text-align: center;
    padding: 10px;
    background: #cce5e8;
    line-height: 32px;
  }
}
*/
.module--community .form-item--error-message {
  font-weight: normal;
  color: #FFF;
}
.module--community .form-item--error-message a {
  font-weight: normal;
  color: #FFF;
}
.module--community .form-item--error-message strong {
  font-family: "LatoRegular";
}
.module--community_box {
  padding-top: 60px;
}
@media (max-width: 667px) {
  .module--community_box {
    padding-top: 30px;
  }
}
.module--community_box_inner {
  background-color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  padding: 20px;
  border-radius: 5px;
  color: #3c3c3c;
}
.module--community_box_inner h2, .module--community_box_inner p {
  color: #3c3c3c !important;
}
.module--community_box_inner img {
  max-width: 90px;
  margin-bottom: 30px;
}
@media (max-width: 667px) {
  .module--community_box_inner {
    margin-bottom: 10px;
  }
}
.module--community_skkk {
  padding-top: 80px;
}
@media (max-width: 667px) {
  .module--community_skkk {
    padding-top: 30px;
  }
}
.module--community_skkk a {
  color: #FFF;
}
.module--community_skkk a:hover {
  color: #FFF;
}
.module--community_skkk a.skkk {
  display: block;
  background-color: #FFF;
  padding: 50px 60px;
  text-align: center;
}
.module--community_stats {
  color: #FFF;
}
.module--community_stats span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 27px;
  padding-right: 5px;
}
.module--community-forum .author-information {
  margin-bottom: 30px;
}
.module--community-forum .author-information .name {
  font-family: "LatoBold";
}
.module--community-forum .author-information .institution, .module--community-forum .author-information .date {
  color: #787373;
}
.module--community-forum .layout__region--content ul.links.inline {
  margin-left: 0;
}
.module--community-forum .layout__region--content ul.links.inline li {
  font-size: 14px;
}
.module--community-forum .layout__region--content ul.links.inline li:first-child {
  padding-left: 0;
}
.module--community-forum .comment-form__title {
  margin-top: 30px;
}
.module--community-forum .node__links {
  display: none;
}
.module--community-forum section.field--type-comment article {
  margin-bottom: 30px;
}
.module--community-forum section.field--type-comment article footer section {
  display: none;
}
.module--community-forum section.field--type-comment article div h3 {
  display: none;
}
.module--community-forum section.field--type-comment article div .layout__region--content p:last-child {
  margin-bottom: 0 !important;
}

body.page-node-39 .actions-suffix {
  display: none;
}
body.page-node-39 nav.breadcrumbouter {
  display: none;
}
body.page-node-39 div#block-nki-content {
  background-color: #007989;
  background-image: url(../images/bg-community.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 45px;
}
@media (max-width: 667px) {
  body.page-node-39 div#block-nki-content {
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
body.page-node-39 .footer {
  margin-top: 0px;
}
body.page-node-39 form.user-login-form input[type=email],
body.page-node-39 form.user-login-form input[type=text],
body.page-node-39 form.user-login-form input[type=password] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoRegular";
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 12px 12px;
  color: #555;
  background-color: #fff;
  border: none;
  height: auto;
}
body.page-node-39 form.user-login-form input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
  font-family: "LatoBold";
  text-align: center;
  padding: 10px;
  background: #cce5e8;
  line-height: 32px;
}
body.page-node-39 form.user-login-form label {
  color: #FFF;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoRegular";
}
body.page-node-39 form.user-login-form p.forgot-password {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoBold";
}
body.page-node-39 form.user-login-form p.forgot-password a {
  color: #FFF;
}
body.page-node-39 .button-registration {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoBold";
  text-align: center;
  padding: 10px;
  background: #00515c;
  border-radius: 5px;
  color: #fff;
  margin-top: 25px;
}

.module--forum {
  padding-top: 40px;
}
.module--forum h2 {
  padding-top: 30px;
}
.module--forum_header {
  background-color: #007c8c;
  padding-bottom: 50px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.module--forum_header h1 {
  padding-top: 30px;
}
.module--forum_header h1, .module--forum_header p {
  color: #FFF;
}
.module--forum_container {
  border: 1px solid #e4e3e3;
  padding: 20px;
  margin-bottom: -1px;
}
.module--forum_container_count {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "LatoBold";
  padding-top: 5px;
}
.module--forum_container_label {
  color: #007989;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-family: "AleoBold";
}
.module--forum_topics table {
  width: 100%;
}
.module--forum_topics table thead {
  text-align: left;
}
.module--forum_topics table thead tr th {
  padding: 10px 20px;
}
.module--forum_topics table tbody tr {
  border-bottom: #e4e3e3 solid 1px;
  background: #f8f8f8;
}
.module--forum_topics table tbody tr td {
  padding: 30px 20px 20px 20px;
}
.module--forum_topics table tbody tr td .forum__title a {
  font-family: "AleoBold";
  font-size: 18px;
  color: #3C3C3C;
}
.module--forum_topics table tbody tr td .forum__title a.username {
  font-size: 16px;
}
.module--forum_topics table tbody tr td .forum__title a:hover {
  color: #007c8c;
}

.contact-message-personal-form {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 73.5rem;
  margin: 0px auto;
  margin-bottom: 80px;
}

.user-pass-reset {
  max-width: 75.9375rem;
  margin: 0 auto 40px;
}

.event-filter .form-select {
  background: url(../images/icon-chevron-bottom.svg) no-repeat right 10px center;
  border: 1px solid #000000;
  border-radius: 5px;
}

.module--event_header {
  padding-bottom: 0;
}

.event-page {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .event-page {
    padding-bottom: 160px;
  }
}
@media (min-width: 1024px) {
  .event-page__title {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .event-page__img {
    margin-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .event-page__intro-text {
    margin-bottom: 74px;
  }
}
@media (max-width: 768px) {
  .event-page--list .event-toolbar {
    display: none;
  }
}
.event-page--list .event-entry-empty {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .event-page--list .event-entry-empty {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .event-subline__time {
    display: block;
  }
}
@media (min-width: 768px) {
  .event-subline__time:before {
    content: "|";
    display: inline-block;
    margin: 0 10px;
  }
}

.event-register-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.event-register-list .event-register-list__item {
  color: #05797B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "LatoBold";
  font-size: 15px;
  line-height: 24px;
}
.event-register-list .event-register-list__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .event-register-list .event-register-list__item {
    font-size: 22px;
    line-height: 32px;
  }
  .event-register-list .event-register-list__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.event-register-list .event-register-list__item a {
  color: #05797B;
  text-decoration: none;
}
.event-register-list .event-register-list__item a:hover {
  text-decoration: underline;
}
.event-register-list__item-icon {
  margin: 3px 6px 0 0;
  color: #05797B;
}
@media (min-width: 768px) {
  .event-register-list__item-icon {
    margin: 6px 6px 0 0;
  }
}
.event-register-list--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .event-register-list--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.event-register-list--vertical .event-register-list__item {
  margin: 0;
}
.event-register-list--vertical .event-register-list__item:not(:last-child) {
  margin-right: 32px;
}
.event-register-list--small .event-register-list__item:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .event-register-list--small .event-register-list__item {
    font-size: 15px;
    line-height: 24px;
  }
}
.event-register-list--small .event-register-list__item-icon {
  margin: 2px 2px 0 0;
}
@media (min-width: 768px) {
  .event-register-list--small .event-register-list__item-icon {
    margin: 2px 2px 0 0;
  }
}

.event-location {
  margin-bottom: 32px;
}
.event-location__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}
.event-location__address {
  font-style: normal;
  font-family: "AleoRegular";
}

.event-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.booked-out {
  font-family: LatoBold;
  color: #C60000;
  font-size: 15px;
  margin-bottom: 24px;
  display: inline-block;
}
.booked-out--small {
  font-size: 10px;
}

.event-entry-empty {
  font-family: "LatoBold";
  color: #05797B;
  background: #FFFFFF;
  border: 1px solid #05797B;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 24px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 10px;
  display: inline-block;
  margin: 0;
}

.event-list__item {
  border: 1px solid #b3b3b3;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .event-list__item {
    padding: 24px 40px;
  }
}
.event-list__item .booked-out {
  display: inline-block;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .event-list__item .booked-out {
    margin-bottom: 24px;
  }
}
.event-list__item-subline, .calendar-day-modal__subline {
  margin-bottom: 14px;
}
.event-list__item-title, .calendar-day-modal__title {
  font-family: "AleoBold";
  font-size: 18px;
  display: block;
  line-height: 27px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .event-list__item-title, .calendar-day-modal__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.event-list__item-title a:hover, .calendar-day-modal__title a:hover {
  text-decoration: underline;
}
.event-list__item-topics, .calendar-day-modal__topics {
  margin-bottom: 24px;
}
.event-list__item-teaser {
  font-size: 18px;
  line-height: 27px;
  display: block;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .event-list__item-teaser {
    display: none;
  }
}
.event-list__item-organizer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.event-list__item-organizer-logos img {
  max-height: 64px;
}
@media (min-width: 768px) {
  .event-list__item-organizer-logos img {
    max-height: 80px;
  }
}

.view-content-veranstaltungen {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 41.6875em) {
  .view-content-veranstaltungen {
    margin-bottom: 48px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .module--veranstaltungen {
    padding-bottom: 24px;
  }
}

.event-view {
  padding-top: 8px;
}
.event-view .booked-out {
  display: inline-block;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .event-view .booked-out {
    margin-bottom: 24px;
  }
}
.event-view .module--freitext h2 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .event-view .module--freitext h2 {
    margin-top: 50px;
  }
}

/**
 * Default calendar skin.
 *
 * @see https://codepen.io/rachelandrew/pen/PNwaZe
 */
/** Table **/
.calendar-view-table {
  --calendar-view-columns: 5;
  --calendar-view-color-white: #fff;
  --calendar-view-color-lighter: #f8f8f8;
  --calendar-view-color-light: #f4f4f4;
  --calendar-view-color-grey: #ccc;
  --calendar-view-color-gray: #555;
  --calendar-view-color-evil: #666;
  --calendar-view-color-dark: #333;
  --calendar-view-day-rows-gap: 0.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--calendar-view-columns), 1fr);
  border-collapse: collapse;
}

.calendar-view-table[data-calendar-hide-weekend] {
  --calendar-view-columns: 5;
}

.calendar-view-table tr,
.calendar-view-table thead,
.calendar-view-table tbody {
  gap: 16px 8px;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(var(--calendar-view-columns), 1fr);
  width: 100%;
}

.calendar-view-table caption {
  text-align: center;
  grid-column: 1/-1;
  font-weight: bold;
  padding: 1rem 0;
}

.calendar-view-table a {
  text-decoration: none;
}

.calendar-view-table td,
.calendar-view-table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--calendar-view-color-grey);
  border-radius: 12px;
}

.calendar-view-table thead th {
  background: var(--calendar-view-color-dark);
}

.calendar-view-table th {
  width: 100%;
  padding: 1rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  color: var(--calendar-view-color-white);
  border-color: transparent;
}

.calendar-view-table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 346px;
  min-width: calc(100% / var(--calendar-view-columns));
}

/** Cells **/
.calendar-view-table .calendar-view-day {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 10px;
  position: relative;
}

.calendar-view-table .calendar-view-day:hover .calendar-view-day__number {
  border-radius: 0;
}

.calendar-view-table .calendar-view-day__date-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
  margin-bottom: 16px;
}
.calendar-view-table .calendar-view-day__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 27px;
  font-size: 18px;
  font-weight: 700;
}
.calendar-view-table .calendar-view-day__name {
  font-size: 10px;
  line-height: 22px;
}

.next-month,
.previous-month,
.is-past {
  background: var(--calendar-view-color-light);
  color: var(--calendar-view-color-evil);
  position: relative;
}
.next-month .calendar-view-day,
.previous-month .calendar-view-day,
.is-past .calendar-view-day {
  opacity: 0.3;
  pointer-events: none;
}

.today .calendar-view-day__number {
  font-weight: bold;
}

.calendar-view-day__rows {
  position: relative;
  list-style: none;
}

.calendar-view-day__rows > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

[dir=ltr] .calendar-view-table .calendar-view-day__rows {
  margin-left: 0;
}

[dir=rtl] .calendar-view-table .calendar-view-day__rows {
  margin-right: 0;
}

.calendar-view-table .calendar-view-day__row {
  font-size: 0.8125rem;
  line-height: 1.2;
  color: var(--calendar-view-color-dark);
  text-decoration: none;
}

.calendar-view-table .calendar-view-day__row > * {
  text-decoration: none;
}

.calendar-view-table .calendar-view-day__row.hover,
.calendar-view-table .calendar-view-day__row:hover,
.calendar-view-table .calendar-view-day__row:active,
.calendar-view-table .calendar-view-day__row:focus {
  border-color: var(--calendar-view-color-gray);
}

/** Pager (i.e. "Navigation by month") **/
.calendar-view-pager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
.calendar-view-pager .form-item {
  margin: 0;
}
.calendar-view-pager .pager__current {
  font-size: 24px;
  line-height: 28px;
}
.calendar-view-pager .pager__item {
  padding: 0;
  text-align: left;
  font-weight: 700;
}
.calendar-view-pager .pager__previous {
  margin-left: 24px;
}
.calendar-view-pager .pager__next {
  margin-left: 12px;
}
.calendar-view-pager .pager__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
}

[dir=ltr] .calendar-view-pager .pager__previous {
  text-align: left;
}

[dir=rtl] .calendar-view-pager .pager__previous {
  text-align: left;
}

[dir=ltr] .calendar-view-pager .pager__next {
  text-align: right;
}

[dir=rtl] .calendar-view-pager .pager__next {
  text-align: left;
}

.calendar-view-pager .pager__item > .form-item {
  margin: 0;
}

/** Mobile (e.g. 48rem = 768px) **/
@media (max-width: 48rem) {
  .calendar-view-table thead,
  .calendar-view-table .next-month,
  .calendar-view-table .previous-month {
    display: none;
  }
  .calendar-view-table,
  .calendar-view-table tr,
  .calendar-view-table thead,
  .calendar-view-table tbody {
    grid-template-columns: 1fr;
  }
  .calendar-view-table tr {
    grid-column: 1/2;
  }
  .calendar-view-table .calendar-view-day__number {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .calendar-view-pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calendar-day {
  font-size: 12px;
  margin-bottom: 16px;
  display: inline-block;
}
.calendar-day .booked-out {
  margin: 0;
}
.calendar-day-topline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.calendar-day-time {
  color: #05797B;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: inherit;
}
.calendar-day-title {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 6px;
}
.calendar-day-topics {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 4px;
  margin: 0;
}
.calendar-day-topics__item {
  font-size: inherit;
  line-height: inherit;
}

.calendar-view-day__controls {
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #05797B;
  color: #05797B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar-view-day__controls .swiper-pagination-bullet {
  border: 1px solid #05797B;
}
.calendar-view-day__pager-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.calendar-view-day__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.view-calendar {
  position: relative;
}
.view-calendar .event-entry-empty {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.view-calendar + .calendar-view-pager {
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendar-day-modal__text {
  font-family: "AleoRegular";
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 32px;
}

.event-filter {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .event-filter {
    margin-bottom: 70px;
  }
}
.event-filter .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .event-filter .form--inline {
    display: grid;
    gap: 40px;
  }
  .event-filter .form--inline:before, .event-filter .form--inline:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .event-filter .form--inline {
    gap: 40px 90px;
  }
}
.event-filter .form--inline > .form-item {
  float: none;
}
.event-filter [data-bef-auto-submit-click],
.event-filter #edit-submit-listview {
  display: none;
}
.event-filter .form-type-select label,
.event-filter .fieldset-legend {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: 700;
}
.event-filter .fieldgroup {
  margin: 0 0 40px 0;
}
.event-filter .form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-filter .form-checkboxes:not(.swiper-wrapper) {
  gap: 10px;
}
.event-filter .form-type-checkbox {
  margin: 0;
}
.event-filter .form-type-checkbox.swiper-slide {
  width: auto;
  margin-right: 10px;
}
.event-filter .form-checkbox {
  display: none;
}
.event-filter .option {
  padding: 8px 18px;
  font-family: "AleoRegular";
  margin: 0;
}
.event-filter .option:hover {
  background: #d3e2ef;
}
@media (min-width: 768px) {
  .event-page--list .event-filter .form--inline {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }
  .event-page--list .event-filter .form--inline:before, .event-page--list .event-filter .form--inline:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .event-page--list .event-filter .form--inline [data-drupal-selector=edit-field-event-format],
  .event-page--list .event-filter .form--inline #edit-field-event-format--wrapper {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .event-page--list .event-filter .form--inline [data-drupal-selector=edit-field-event-typ],
  .event-page--list .event-filter .form--inline #edit-field-event-typ--wrapper {
    grid-column: 1;
  }
}
.event-filter .form-item {
  margin: 0;
}
.event-filter .form-select {
  width: 286px;
  margin: 0;
}

/*--------------------*/
.category-lists-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-lists-slider .swiper-container {
  overflow-x: hidden;
}
.category-lists-slider .slider-button {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .category-lists-slider .slider-button {
    display: none;
  }
}
.category-lists-slider .swiper-button-disabled {
  display: none;
}
.category-lists-slider__button-prev {
  right: 10px;
}
.category-lists-slider__button-next {
  left: 10px;
}

.aside {
  position: fixed;
  right: -150%;
  top: 0px;
  height: 100%;
  background-color: #05797B;
  z-index: 50;
  width: 100%;
  /*
  width: 490px;
  @media (max-width: $mq-medium) {
    width: 100%
  }
  */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1024px) {
  .aside {
    width: 490px;
  }
}
.aside.active {
  right: 0px;
}
.aside.active .header--mainmenu {
  display: block;
}
@media (min-width: 1024px) {
  .aside.active .header--mainmenu {
    display: none;
  }
}
.aside .close {
  position: absolute;
  left: -58px;
  top: 70px;
  cursor: pointer;
  display: none;
  /*
  @media (max-width: $mq-medium) {
    display: none;
  }
  */
}
@media (min-width: 1024px) {
  .aside .close {
    display: block;
  }
}
.aside::-webkit-scrollbar {
  display: none;
}
.aside__inner {
  padding: 60px;
  padding-right: 100px;
  height: calc(100vh - 150px);
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.aside__inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .aside__inner {
    padding: 30px;
    height: calc(100vh - 125px);
  }
}
@media (max-width: 667px) {
  .aside__inner {
    height: calc(100vh - 116px);
  }
}
.aside__inner-menu {
  display: block;
  /*
  display: none;
  @media (max-width: $mq-medium) {
    display: block;
  }
  */
}
@media (min-width: 1024px) {
  .aside__inner-menu {
    display: none;
  }
}
.aside__inner-menu ul {
  margin: 0px;
  margin-bottom: 50px;
  padding-top: 90px;
}
@media (max-width: 667px) {
  .aside__inner-menu ul {
    top: 60px;
  }
}
.aside__inner-menu ul li {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 667px) {
  .aside__inner-menu ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.aside__inner-menu ul li a {
  color: #FFFFFF;
  font-size: 18px;
  display: block;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 22px;
  background-image: url(../images/icon-arrow.svg);
}
@media (max-width: 667px) {
  .aside__inner-menu ul li a {
    font-size: 15px;
    background-size: 16px;
  }
}
@media (max-width: 768px) {
  .aside__inner-menu ul {
    display: block;
  }
}
.aside__inner-box {
  background-color: rgba(103, 176, 227, 0.26);
  padding: 26px;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 28px;
}
@media (max-width: 667px) {
  .aside__inner-box {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .aside__inner-box {
    display: inline-block;
    width: calc(50% - 32px);
    min-height: 190px;
    vertical-align: top;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 667px) {
  .aside__inner-box {
    display: block;
    width: 100%;
    min-height: 10px;
    vertical-align: top;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.aside__inner-box p:last-child {
  margin-bottom: 0px;
}
.aside__inner-box.white {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  color: #000000;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .aside__inner-box.white {
    min-height: 140px;
  }
}
.aside__inner-box.white h3 {
  font-size: 16px;
  line-height: 19px;
}
.aside__inner-box.white a {
  color: #05797B;
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .aside__inner-box.white a {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 667px) {
  .aside__inner-box.white a {
    font-size: 16px;
    line-height: 19px;
  }
}
.aside__inner-box.white a.phone:before {
  content: url(../images/icon-phone.svg);
  vertical-align: middle;
  padding-right: 15px;
}
.aside__inner-box.white a.mail:before {
  content: url(../images/icon-mail.svg);
  vertical-align: middle;
}
.aside__inner-box h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 21px;
}
.aside__bottom {
  background-color: #FFFFFF;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 50px;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  .aside__bottom {
    padding: 25px;
    z-index: 100;
  }
}

.filter--events {
  padding-top: 0px;
}
@media (max-width: 667px) {
  .filter--events {
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .filter--events {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.filter--events .views--exposed-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 75px;
  padding-top: 50px;
  margin: 0px;
}
.filter--events .views--exposed-inner h1 {
  color: #FFFFFF;
}
.filter--events .views--exposed-inner .distance-bottom {
  margin-bottom: 36px;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen {
  background-image: url(../images/bg-filter-veranstaltungen.jpg);
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset legend {
  display: none;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset .fieldset-wrapper {
  display: inline-block;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  min-width: auto;
  left: auto;
  top: auto;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset .fieldset-wrapper .form-item {
  float: none;
  display: inline-block;
  position: relative;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset .fieldset-wrapper .form-item input[type=radio] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  opacity: 0;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset .fieldset-wrapper .form-item label {
  background-color: #FFFFFF;
  margin-left: -4px;
  color: #000000;
  font-family: "LatoRegular";
  font-size: 18px;
  text-transform: none;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 667px) {
  .filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset .fieldset-wrapper .form-item label {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset .fieldset-wrapper .form-item label:hover, .filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset .fieldset-wrapper .form-item label.bef-link--selected {
  background-color: #85B4D5;
  color: #FFFFFF;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--events_links fieldset .fieldset-wrapper .form-item input[type=radio]:checked + label {
  background-color: #85B4D5;
  color: #FFFFFF;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--zeitraum fieldset legend {
  display: none;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--zeitraum fieldset .fieldset-wrapper {
  display: block;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  min-width: auto;
  left: auto;
  top: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--zeitraum fieldset .fieldset-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--zeitraum fieldset .fieldset-wrapper .form-item-daterange-overlap-1-min label, .filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--zeitraum fieldset .fieldset-wrapper .form-item-daterange-overlap-1-max label {
  display: none;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--zeitraum fieldset .fieldset-wrapper .form-item-daterange-overlap-1-min {
  width: calc(50% - 0.5rem);
  margin-right: 0.5rem;
  float: left;
}
.filter--events .views--exposed-inner.views--exposed-inner_veranstaltungen .filter--zeitraum fieldset .fieldset-wrapper .form-item-daterange-overlap-1-max {
  width: calc(50% - 0.5rem);
  margin-left: 0.5rem;
  float: left;
}
.filter--events .views--exposed-inner.views--exposed-inner_projects {
  background: #05797B;
}
.filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset legend {
  display: none;
}
.filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset .fieldset-wrapper {
  display: inline-block;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  min-width: auto;
  left: auto;
  top: auto;
}
.filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset .fieldset-wrapper .form-item {
  float: none;
  display: inline-block;
  position: relative;
}
.filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset .fieldset-wrapper .form-item input[type=radio] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  opacity: 0;
}
.filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset .fieldset-wrapper .form-item label {
  background-color: #FFFFFF;
  margin-left: -4px;
  color: #000000;
  font-family: "LatoRegular";
  font-size: 18px;
  text-transform: none;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 667px) {
  .filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset .fieldset-wrapper .form-item label {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset .fieldset-wrapper .form-item label:hover, .filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset .fieldset-wrapper .form-item label.bef-link--selected {
  background-color: #85B4D5;
  color: #FFFFFF;
}
.filter--events .views--exposed-inner.views--exposed-inner_projects .filter--events_links fieldset .fieldset-wrapper .form-item input[type=radio]:checked + label {
  background-color: #85B4D5;
  color: #FFFFFF;
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek {
  background-color: #05797B;
  border: none;
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek h2 {
  color: #FFFFFF;
  text-transform: none;
  font-size: 30px;
  line-height: 35px;
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset legend {
  display: none;
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper {
  display: block;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  min-width: auto;
  left: auto;
  top: auto;
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-zeitraum-min, .filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-zeitraum-max {
  display: inline-block;
  width: calc(50% - 1.9rem);
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-zeitraum-min label, .filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-zeitraum-max label {
  display: none;
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-zeitraum-max {
  margin-left: 0.9375rem;
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-date-overlap-min, .filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-date-overlap-max {
  display: inline-block;
  width: calc(50% - 1.9rem);
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-date-overlap-min label, .filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-date-overlap-max label {
  display: none;
}
.filter--events .views--exposed-inner.views--exposed-inner_mediathek .filter--zeitraum fieldset .fieldset-wrapper .form-item-date-overlap-max {
  margin-left: 0.9375rem;
}
@media (max-width: 1024px) {
  .filter--events .views--exposed-inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.filter--events .views--exposed-inner label {
  color: #FFFFFF;
  padding-bottom: 20px;
  font-family: "LatoRegular";
  display: block;
  font-size: 16px;
}
.filter--events .views--exposed-inner .form-item,
.filter--events .views--exposed-inner input {
  margin: 0px;
  margin-bottom: 0.5rem;
}
.filter--events .views--exposed-inner #edit-field-event-typ {
  margin-top: 20px;
}
.filter--events .views--exposed-inner select,
.filter--events .views--exposed-inner input[type=text] {
  border-radius: 5px;
  margin: 0px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px;
  height: auto;
  font-family: "LatoRegular";
  font-size: 18px;
}
.filter--events .views--exposed-inner select#edit-combine,
.filter--events .views--exposed-inner input[type=text]#edit-combine {
  margin-bottom: 36px;
}
@media (max-width: 667px) {
  .filter--events .views--exposed-inner select.bef-datepicker,
  .filter--events .views--exposed-inner input[type=text].bef-datepicker {
    margin-bottom: 15px;
  }
}
.filter--events .views--exposed-inner select {
  color: #000000;
  background-image: url(../images/icon-select.svg);
  background-size: 23px;
  background-position: right -4px;
  font-family: "LatoRegular";
  font-size: 18px;
}
.filter--events .views--exposed-inner select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter--events .views--exposed-inner input[type=submit] {
  background-color: #FFFFFF;
  color: #05797B;
  /*margin-top: 11px;*/
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.filter--events_links {
  margin-top: 20px !important;
}
.filter--events_links .form-item {
  display: inline-block;
}
.filter--events_links .js-form-type-checkbox input {
  display: none;
}
.filter--events_links .js-form-type-checkbox input:checked + label {
  background-color: #85B4D5;
  color: #FFFFFF;
}
.filter--events_links .js-form-type-checkbox label {
  background-color: #FFFFFF;
  margin-left: -4px;
  color: #000000;
  font-family: "LatoRegular";
  text-transform: none;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
@media (max-width: 667px) {
  .filter--events_links .js-form-type-checkbox label {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.filter--events_links .js-form-type-checkbox label:hover, .filter--events_links .js-form-type-checkbox label.bef-link--selected {
  background-color: #85B4D5;
  color: #FFFFFF;
}
.filter--events_links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.filter--events_links ul li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 667px) {
  .filter--events_links ul li {
    margin-right: 15px;
  }
}
.filter--events_links ul li a {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "LatoRegular";
  text-transform: none;
  display: block;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
@media (max-width: 667px) {
  .filter--events_links ul li a {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.filter--events_links ul li a:hover, .filter--events_links ul li a.bef-link--selected {
  background-color: #85B4D5;
  color: #FFFFFF;
}

.pager-show-more {
  padding-bottom: 40px;
}
.pager-show-more a {
  color: #FFFFFF;
  background-color: #05797B;
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  font-family: "LatoBold";
  border: 2px solid #05797B;
  background-color: #FFFFFF;
  color: #05797B;
  font-size: 18px;
}
.pager-show-more a:hover {
  color: #FFFFFF;
  background-color: #05797B;
}

.filter--header {
  padding-bottom: 90px;
  padding-top: 0px;
}
.filter--header ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: -2px;
}
.filter--header ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 0px;
}
.filter--header ul li.filter--header_0 {
  margin-right: 25px;
}
.filter--header ul li.filter--header_0:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #B34033;
  vertical-align: middle;
  margin-right: 11px;
}
.filter--header ul li.filter--header_1 {
  margin-right: 25px;
}
.filter--header ul li.filter--header_1:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #37643F;
  vertical-align: middle;
  margin-right: 11px;
}
.filter--header ul li.filter--header_2:before {
  content: url(../images/icon-star.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 11px;
  margin-top: -9px;
}
.filter--header span.listview {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 57px;
  height: 52px;
  border-radius: 5px;
  cursor: pointer;
  color: #05797B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter--header span.listview.active {
  background-color: #05797B;
  color: #FFFFFF;
}
.filter--header .filter--bundle fieldset legend {
  display: none;
}
.filter--header .filter--bundle fieldset .fieldset-wrapper {
  display: inline-block;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  min-width: auto;
  left: auto;
  top: auto;
}
.filter--header .filter--bundle fieldset .fieldset-wrapper .form-item {
  float: none;
  display: inline-block;
  position: relative;
  margin: 0;
}
.filter--header .filter--bundle fieldset .fieldset-wrapper .form-item input[type=radio] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  opacity: 0;
}
.filter--header .filter--bundle fieldset .fieldset-wrapper .form-item label {
  background-color: #D3D3D3;
  margin-right: 0.9375rem;
  color: #000000;
  font-family: "LatoRegular";
  font-size: 18px;
  text-transform: none;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
  text-align: center;
}
@media (max-width: 667px) {
  .filter--header .filter--bundle fieldset .fieldset-wrapper .form-item label {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.filter--header .filter--bundle fieldset .fieldset-wrapper .form-item label:hover, .filter--header .filter--bundle fieldset .fieldset-wrapper .form-item label.bef-link--selected {
  background-color: #85B4D5;
  color: #FFFFFF;
}
.filter--header .filter--bundle fieldset .fieldset-wrapper .form-item input[type=radio]:checked + label {
  background-color: #85B4D5;
  color: #FFFFFF;
}

.views--exposed {
  padding-top: 40px;
  margin-bottom: 15px;
}
.views--exposed .form-item, .views--exposed .form-actions {
  margin: 0px;
  padding: 0px;
}
.views--exposed-bottom {
  border-bottom: 1px solid #e4e3e3;
  padding-top: 40px;
  padding-bottom: 10px;
}
.views--exposed-bottom-count {
  font-size: 16px;
  font-family: "LatoRegular";
  font-weight: 400;
}
.views--exposed-bottom .js-form-type-select label {
  font-size: 14px;
  font-weight: 400;
  font-family: "LatoRegular";
  color: #787373;
  text-transform: uppercase;
  display: inline-block;
}
.views--exposed-bottom .js-form-type-select select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  font-family: "AleoRegular";
  opacity: 0.8;
  text-transform: none;
  display: inline-block;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0px;
}
.views--exposed-bottom .cell {
  position: relative;
}
.views--exposed-bottom i {
  font-style: normal;
  position: absolute;
  right: 20px;
  top: 8px;
}
.views--exposed-bottom i:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "icomoon";
  content: "\e907";
  color: #787373;
  font-size: 8px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.views--exposed input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.views--exposed-title {
  font-size: 14px;
  font-weight: 400;
  font-family: "LatoRegular";
  color: #787373;
}
.views--exposed-fulltext {
  position: relative;
}
.views--exposed-fulltext-icon {
  display: block;
  position: absolute;
  left: 0.9375rem;
  top: 0px;
  font-style: normal;
}
.views--exposed-fulltext-icon:before {
  font-family: "icomoon";
  content: "\e930";
  color: #787373;
  font-size: 30px;
  font-weight: 400;
  display: block;
}
.views--exposed-fulltext input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  color: #787373;
  margin-left: 50px;
  display: block;
}
.views--exposed-inner {
  border-top: 1px solid #e4e3e3;
  border-bottom: 2px solid #e4e3e3;
  padding: 14px 0px 14px 0px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
.views--exposed-inner .cell {
  -ms-flex-item-align: center;
      align-self: center;
}
.views--exposed-inner fieldset {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.views--exposed-inner fieldset legend {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  font-family: "AleoRegular";
  opacity: 0.8;
  text-transform: none;
  display: block;
  cursor: pointer;
}
.views--exposed-inner fieldset legend span {
  display: block;
  position: relative;
}
.views--exposed-inner fieldset legend span:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "icomoon";
  content: "\e907";
  color: #787373;
  font-size: 8px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.views--exposed-inner fieldset legend.active span:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-top: -5px;
}
.views--exposed-inner fieldset .fieldset-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.176);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.176);
  background: #f1f1f1;
  padding: 10px;
  border-radius: 0;
  min-width: 250px;
  position: absolute;
  left: 0px;
  top: 35px;
  display: none;
  z-index: 99;
}
.views--exposed-inner fieldset .fieldset-wrapper a.bef-toggle {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #e4e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.views--exposed-inner fieldset .fieldset-wrapper .form-checkboxes input {
  margin: 0px;
}
.views--exposed-inner fieldset .fieldset-wrapper .form-checkboxes .form-item {
  padding: 0px 10px;
  margin: 0px;
}
.views--exposed-inner fieldset .fieldset-wrapper a,
.views--exposed-inner fieldset .fieldset-wrapper label {
  font-size: 14px;
  font-weight: 400;
  font-family: "LatoRegular";
  color: #3c3c3c;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.7px;
}

body.search-results nav.pager,
div.view nav.pager {
  text-align: center;
  padding-top: 50px;
  width: 100%;
}
body.search-results nav.pager ul,
div.view nav.pager ul {
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 4px;
}
body.search-results nav.pager ul li,
div.view nav.pager ul li {
  padding: 0;
  line-height: 40px;
  border-right: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  margin-left: -4px;
}
body.search-results nav.pager ul li a,
div.view nav.pager ul li a {
  color: #05797B;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 40px;
  vertical-align: top;
}
body.search-results nav.pager ul li:hover a, body.search-results nav.pager ul li.is-active a,
div.view nav.pager ul li:hover a,
div.view nav.pager ul li.is-active a {
  background-color: #05797B;
  color: #FFFFFF;
}
body.search-results nav.pager ul li.pager__item--previous, body.search-results nav.pager ul li.pager__item--next,
div.view nav.pager ul li.pager__item--previous,
div.view nav.pager ul li.pager__item--next {
  padding: 0;
}
body.search-results nav.pager ul li.pager__item--last,
div.view nav.pager ul li.pager__item--last {
  border-right: none;
}
body.search-results nav.pager ul li.pager__item--first a,
div.view nav.pager ul li.pager__item--first a {
  margin-left: 0px;
}
body.search-results nav.pager ul li.pager__item--ellipsis,
div.view nav.pager ul li.pager__item--ellipsis {
  padding-left: 16px;
  padding-right: 16px;
}
body.search-results nav.pager ul li:first-child,
div.view nav.pager ul li:first-child {
  margin-left: 0;
}
body.search-results nav.pager ul li:first-child a,
div.view nav.pager ul li:first-child a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.search-results nav.pager ul li:last-child,
div.view nav.pager ul li:last-child {
  border-right: none;
}
body.search-results nav.pager ul li:last-child a,
div.view nav.pager ul li:last-child a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.view-mediathek .view-header {
  display: none;
}

.view-listview .view-header {
  display: none;
}
.view-listview .view-content .views-row {
  border-bottom: 1px solid #e4e3e3;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 667px) {
  .view-listview .view-content .views-field-nid .cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 667px) {
  .view-listview .view-content .views-field-nid .cell img {
    padding-bottom: 20px;
    width: 50%;
  }
}
.view-listview .view-content-veranstaltungen .module--cards_inner .subline {
  margin-bottom: 19px;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .subline .module--events_subline_type {
  background-color: #05797B;
  font-family: "LatoRegular";
  font-size: 16px;
  margin-right: 5px;
  color: #FFFFFF;
  padding: 9px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 5px;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .subline .module--events_subline_location {
  font-size: 18px;
  font-family: "LatoBold";
  color: #37643F;
}
@media (max-width: 768px) {
  .view-listview .view-content-veranstaltungen .module--cards_inner .subline .module--events_subline_location {
    font-size: 16px;
  }
}
.view-listview .view-content-veranstaltungen .module--cards_inner .intro {
  position: relative;
  margin-bottom: 17px;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .intro img {
  width: 100%;
  height: auto;
  padding: 0;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .intro .module--events_date {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 17px;
  width: 136px;
  height: 130px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .intro .module--events_date span.date_weekday {
  font-size: 10px;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .intro .module--events_date span.date_day {
  font-size: 30px;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .intro .module--events_date span.date_month, .view-listview .view-content-veranstaltungen .module--cards_inner .intro .module--events_date span.date_year {
  font-size: 12px;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .module--cards_text .details {
  font-size: 18px;
  font-family: "LatoBold";
  color: #37643F;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .view-listview .view-content-veranstaltungen .module--cards_inner .module--cards_text .details {
    font-size: 16px;
  }
}
.view-listview .view-content-veranstaltungen .module--cards_inner .module--cards_text .details span {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 2px solid #37643F;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .module--cards_text .details span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .module--cards_text .module--events_title {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 13px;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .module--cards_text .description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 19px;
}
.view-listview .view-content-veranstaltungen .module--cards_inner .module--infobox_link {
  display: inline-block;
}
.view-listview .view-content-veranstaltungen .module--cards_inner a:hover .module--infobox_link {
  color: #05797B;
}
.view-listview .view-content-veranstaltungen .module--cards_inner a:hover .module--infobox_link::before {
  background-color: #05797B;
  content: url("../images/icon-arrow.svg");
}
.view-listview .view-content-meldungen .meldungen-card {
  display: block;
  padding: 0 12px;
  margin-bottom: 40px;
}
.view-listview .view-content-meldungen .meldungen-card .intro {
  margin-bottom: 22px;
}
.view-listview .view-content-meldungen .meldungen-card .intro img {
  width: 100%;
  padding-bottom: 17px;
}
.view-listview .view-content-meldungen .meldungen-card .intro .meldungen-date {
  font-family: "LatoRegular";
  font-size: 18px;
  font-weight: 400;
}
.view-listview .view-content-meldungen .meldungen-card .intro .meldungen-date .date {
  color: #05797B;
}
.view-listview .view-content-meldungen .meldungen-card .meldungen-card_text {
  margin-bottom: 43px;
}
.view-listview .view-content-meldungen .meldungen-card .meldungen-card_text .title {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 13px;
  font-family: "AleoBold";
  display: block;
}
.view-listview .view-content-meldungen .meldungen-card .meldungen-card_text .description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 19px;
}

/* Publications */
div.view-display-id-block_3 .details p {
  font-family: "LatoRegular";
  font-size: 18px;
  font-weight: 400;
  color: #8a8686;
}
div.view-display-id-block_3 .details-box {
  margin-bottom: 1em;
  background-color: #efefef;
  padding: 15px;
  font-family: "LatoRegular";
  font-size: 18px;
  font-weight: 400;
}
div.view-display-id-block_3 .details-box a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 28px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 667px) {
  div.view-display-id-block_3 .details-box a {
    font-size: 15px;
    line-height: 24px;
  }
}
div.view-display-id-block_3 .details-box a:before {
  font-family: "icomoon";
  font-size: 17px;
  font-weight: 400;
  color: #05797B;
  margin-right: 12px;
}
@media (max-width: 667px) {
  div.view-display-id-block_3 .details-box a:before {
    font-size: 13px;
  }
}
div.view-display-id-block_3 .details-box a span.link--download_info {
  font-family: "LatoBold";
  display: inline-block;
}
div.view-display-id-block_3 .details-box a span.link--download_info_mime {
  text-transform: uppercase;
  margin-left: 10px;
  padding-top: 4px;
}
div.view-display-id-block_3 .details-box a span.link--download_info_mime:after {
  content: "|";
  padding-left: 6px;
  padding-right: 6px;
}
div.view-display-id-block_3 .details-box a.link--internal:before {
  content: "\e91a";
}
div.view-display-id-block_3 .details-box a.link--external:before {
  content: "\e916";
}
div.view-display-id-block_3 .details-box a.link--download:before {
  content: "\e910";
}
div.view-display-id-block_3 .details-box a:hover {
  color: #05797B;
}

.listdisplay {
  display: none;
}

.view-display-id-block_5 .module--cards_inner {
  display: none;
}
.view-display-id-block_5 .listdisplay {
  display: block;
}

.view-switcher {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.view-switcher__label {
  display: inline-block;
  line-height: 28px;
  margin-right: 8px;
}
.view-switcher__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin: 0;
}
.view-switcher__list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  line-height: 28px;
}
.view-switcher__list-item:not(:last-child):after {
  content: "|";
  padding: 0 8px;
}
.view-switcher__list-button {
  cursor: pointer;
  color: #808080;
  line-height: 22px;
}
.view-switcher__list-button[aria-selected=true] {
  color: #000000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.icon {
  text-indent: -99999px;
}
.icon.light-gray:before {
  color: #FFFFFF;
  opacity: 0.48;
}
.icon:before {
  font-family: "icomoon";
  text-indent: 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icon--facebook {
  width: 20px;
}
.icon--facebook:before {
  content: "\e900";
  font-size: 16px;
}
.icon--twitter:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
  font-size: 17px;
}
.icon--youtube:before {
  content: "\e904";
  font-size: 15px;
}
.icon--instagram:before {
  content: "\e93f";
  font-size: 16px;
}

.sasdocial {
  color: #787373;
  display: inline-block;
  height: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-indent: -1999px;
  width: 30px;
  position: relative;
  margin-right: 10px;
  text-decoration: none;
}
.sasdocial:hover  {
  color: #787373;
}
.sasdocial:before {
  font-family: "icomoon";
  text-indent: 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.sasdocial_facebook {
  width: 20px;
}
.sasdocial_facebook:before {
  content: "\e900";
}
.sasdocial_twitter:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
}
.sasdocial_youtube:before {
  content: "\e904";
}
.sasdocial_instagram:before {
  content: "\e93f";
}

a.arrow {
  padding-right: 5px;
  color: #000000;
}
a.arrow:before {
  content: url(../images/icon-arrow-black.svg);
}
a.arrow.white {
  color: #FFFFFF;
}
a.arrow.white:before {
  content: url(../images/icon-arrow.svg);
}
a.arrow:before {
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 10px;
}

span.totop {
  display: none;
  width: 43px;
  height: 43px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  background-color: #000000;
  border-radius: 5px;
  z-index: 9;
}
@media (max-width: 667px) {
  span.totop {
    right: 24px;
    bottom: 24px;
  }
}
span.totop:before {
  content: "\e907";
  font-family: "icomoon";
  left: 16px;
  text-indent: 0;
  top: 18px;
  display: block;
  font-size: 10px;
  font-weight: 400;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #FFFFFF;
  text-align: center;
  margin-top: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
span.totop:after {
  content: "nach oben";
  font-size: 10px;
  padding-top: 7px;
  display: block;
  width: 48px;
  padding-top: 17px;
  margin-left: -3px;
}
span.totop:hover:before {
  margin-top: 12px;
}

form.user-form, form.simplenews-subscriber-account-form {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 73.5rem;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media print, screen and (min-width: 40em) {
  form.user-form, form.simplenews-subscriber-account-form {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.user-account-view .field__label {
  font-size: 18px;
}
.user-account-view .field__item {
  margin-bottom: 10px;
}

.maintenance__logo {
  height: 50px;
}
.maintenance__logo-energy {
  position: relative;
  top: -13px;
}
@media (min-width: 768px) {
  .maintenance__logo-energy .header--energy_logo_image {
    display: inline-block;
  }
}
.maintenance__logo-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.maintenance__main {
  text-align: center;
  padding: 181px 24px 80px;
  background-color: #c4dddf;
}
@media (min-width: 768px) {
  .maintenance__main {
    padding: 301px 80px 141px;
  }
}
@media (min-width: 1024px) {
  .maintenance__main {
    padding: 80px 20px;
  }
}
.maintenance__content {
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  display: inline-block;
  max-width: 327px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .maintenance__content {
    max-width: initial;
  }
}
@media (min-width: 1024px) {
  .maintenance__content {
    width: 824px;
  }
}
.maintenance__icon img {
  height: 122px;
  width: 150px;
  margin-bottom: 20px;
}
.maintenance__title {
  margin: 20px 0;
  font-size: 32px;
}
@media (min-width: 768px) {
  .maintenance__title {
    font-size: 40px;
  }
}
.maintenance__message, .maintenance__thanks {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .maintenance__message, .maintenance__thanks {
    font-size: 20px;
    max-width: 456px;
  }
}
.maintenance__footer {
  background-color: white;
  padding-top: 53px;
  text-align: center;
  height: 132px;
}
.maintenance__footer-content p {
  margin: 0;
}

main .maintenance__title {
  text-transform: none;
}

/*!
 * jQuery UI Dialog 1.13.3
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
  border-radius: 12px;
}
.ui-dialog.ui-widget .ui-dialog-titlebar {
  background: transparent;
  border-bottom: 0;
  padding: 22px 24px;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  font-family: "AleoRegular";
  color: #000;
  float: right;
  text-indent: 0;
  width: auto;
  padding-right: 24px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  position: absolute;
  top: calc(50% + 1px);
  left: unset;
  right: 0;
  background-position: 0 0;
  background-image: url("../images/icon-close-map-info.svg");
}
.ui-dialog .ui-dialog-titlebar-close:active, .ui-dialog .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-titlebar-close:hover {
  color: #000000;
}
.ui-dialog .ui-dialog-titlebar-close:active .ui-icon, .ui-dialog .ui-dialog-titlebar-close:focus .ui-icon, .ui-dialog .ui-dialog-titlebar-close:hover .ui-icon {
  background-position: 0 0;
  background-image: url("../images/icon-close-map-info.svg");
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0 24px 24px 24px;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.media-fallback {
  background-color: #ebebeb;
  height: 194px;
  padding: 16px;
  text-align: center;
  font-size: 14px;
}
.media-fallback__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.media-fallback__headline {
  margin-bottom: 0;
}
.media-fallback__copy {
  margin-bottom: 16px;
}
.media-fallback__button {
  text-decoration: none;
}
@media (min-width: 768px) {
  .media-fallback {
    height: 675px;
    max-width: 1200px;
    padding: 40px 32px;
  }
  .media-fallback__headline {
    font-size: 27px;
    margin-bottom: 12px;
  }
  .media-fallback__copy {
    font-size: 22px;
  }
}

.tb-megamenu-item {
  font-family: "AleoBold";
}
@media print, screen and (max-width: 63.99875em) {
  .tb-megamenu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.tb-megamenu-item--parent {
  font-size: 18px;
}
.tb-megamenu .dropdown-toggle {
  cursor: pointer;
}
.tb-megamenu .metamenu--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #FFFFFF;
  list-style: none;
  padding: 0 24px;
  margin: 22px 0 24px 0;
  gap: 12px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .tb-megamenu .metamenu--mobile {
    display: none;
  }
}
.tb-megamenu .metamenu--mobile > li {
  padding: 0;
}
.tb-megamenu .metamenu--mobile > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  font-size: 13px;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tb-megamenu-submenu {
  background: #05797B;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .tb-megamenu-submenu {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.tb-megamenu-submenu-close {
  cursor: pointer;
  display: none;
  font-family: "AleoRegular";
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin: 0 10px 24px auto;
}
@media (min-width: 1024px) {
  .tb-megamenu-submenu-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.tb-megamenu-submenu-close:hover, .tb-megamenu-submenu-close:focus {
  text-decoration: underline;
}
.tb-megamenu-submenu .metamenu--mobile {
  padding-left: 0;
}
.tb-megamenu-subnav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 1024px) {
  .tb-megamenu-subnav {
    position: relative;
    gap: 10px;
  }
  .tb-megamenu-subnav .level-2 {
    gap: 4px;
  }
}
.tb-megamenu .nav {
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .tb-megamenu .nav {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 18px 24px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .nav > .tb-megamenu-item > .dropdown-toggle ~ .tb-megamenu-submenu {
    padding: 20px 0 48px 0;
  }
}
.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .nav > li > a,
  .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    border-bottom: 4px solid transparent;
    padding: 10px 0 4px;
    display: inline-block;
    color: #000000;
  }
}
.tb-megamenu a, .tb-megamenu-no-link {
  font-size: 18px;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .tb-megamenu a, .tb-megamenu-no-link {
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .tb-megamenu a:hover, .tb-megamenu a:focus, .tb-megamenu-no-link:hover, .tb-megamenu-no-link:focus {
    color: #FFFFFF;
  }
}
.tb-megamenu a:hover .mega-title {
  text-decoration: underline;
}
.tb-megamenu a:not(:has(.mega-title)):hover {
  text-decoration: underline;
}
.tb-megamenu .tb-megamenu-submenu-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 18px;
  display: none;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 8px;
}
.tb-megamenu .tb-megamenu-submenu-back .tb-megamenu-item__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media print, screen and (max-width: 63.99875em) {
  .tb-megamenu .tb-megamenu-submenu-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tb-megamenu .dropdown-menu .tb-megamenu-item {
  padding: 18px 0;
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .dropdown-menu .tb-megamenu-item {
    padding: 10px 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .dropdown-menu .tb-megamenu-item.open {
    background: rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .dropdown-menu .tb-megamenu-item:hover, .tb-megamenu .dropdown-menu .tb-megamenu-item:has(a):not(.open):focus-within {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .dropdown-menu .tb-megamenu-item.level-2 > a,
  .tb-megamenu .dropdown-menu .tb-megamenu-item.level-2 > span.tb-megamenu-no-link {
    padding-left: 38px;
  }
}
.tb-megamenu .dropdown-menu .tb-megamenu-item.level-3 {
  font-family: "AleoRegular";
  padding-left: 30px;
}
.tb-megamenu .dropdown {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .dropdown .tb-megamenu-item__icon {
    z-index: 1001;
    position: absolute;
    top: 6px;
    left: -2px;
  }
  .tb-megamenu .dropdown .tb-megamenu-item__icon--chevron {
    top: 4px;
    left: 7px;
  }
}
.tb-megamenu .mega-caption {
  font-family: "AleoRegular";
  font-size: 16px;
  margin-top: 4px;
  font-weight: normal;
}
@media print, screen and (max-width: 63.99875em) {
  .tb-megamenu .dropdown-menu {
    background: #05797B;
    position: fixed;
    top: 68px;
    height: 100%;
    padding: 32px 0 0 0;
    z-index: 9999;
    overflow-y: scroll;
  }
}
.tb-megamenu .dropdown-menu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
  z-index: 1001;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .dropdown-menu .mega-nav > li a,
  .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .tb-megamenu .dropdown-menu .mega-nav > li a:has(.tb-megamenu-item__icon--small),
  .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link:has(.tb-megamenu-item__icon--small) {
    padding-left: 20px;
  }
}
.tb-megamenu .dropdown-menu .mega-nav.items-1 .level-2:not(:has(a)):hover {
  background: transparent;
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .dropdown-menu .mega-nav.items-1 .level-2 .tb-megamenu-no-link {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .tb-megamenu .dropdown-menu .mega-nav.items-1 .level-2 a,
  .tb-megamenu .dropdown-menu .mega-nav.items-1 .level-2 .tb-megamenu-no-link {
    font-size: 20px;
  }
}
.tb-megamenu .dropdown-menu .mega-nav.items-1 .level-2 a .mega-caption,
.tb-megamenu .dropdown-menu .mega-nav.items-1 .level-2 .tb-megamenu-no-link .mega-caption {
  margin-top: 8px;
}
.tb-megamenu .dropdown-menu .mega-nav.items-1 .level-2 a {
  padding-left: 0;
}
.tb-megamenu .btn-navbar {
  display: block;
  padding: 10px;
  margin: 0;
  color: #000;
}
.tb-megamenu .btn-navbar .burger-line {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .tb-megamenu .btn-navbar {
    display: none;
  }
}
.tb-megamenu .btn-navbar.tb-megamenu-button--open .burger-menu .burger-middle {
  display: none;
}
.tb-megamenu .btn-navbar.tb-megamenu-button--open .burger-menu .burger-top,
.tb-megamenu .btn-navbar.tb-megamenu-button--open .burger-menu .burger-bottom {
  y: 16px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.tb-megamenu .btn-navbar.tb-megamenu-button--open .burger-menu .burger-top {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  x: -1px;
}
.tb-megamenu .btn-navbar.tb-megamenu-button--open .burger-menu .burger-bottom {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  x: 1px;
}
.tb-megamenu .btn-navbar:active, .tb-megamenu .btn-navbar.active {
  background-color: #bfbfbf \9 ;
}
@media print, screen and (max-width: 63.99875em) {
  .tb-megamenu .nav-collapse {
    background: #05797B;
    position: fixed;
    left: 0;
    top: 68px;
    width: 100%;
    z-index: 999;
    height: 0;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .level-1 > .dropdown-toggle .tb-megamenu-item__icon {
    display: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .level-1 .dropdown-menu {
    height: calc(100% - 68px);
  }
}
.level-1 .mega-dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media print, screen and (max-width: 63.99875em) {
  .level-1 .mega-dropdown-inner > .tb-megamenu-row:has(.span6) .span6:first-child {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .level-1 .mega-dropdown-inner > .tb-megamenu-row:has(.span6) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 40px;
  }
  .level-1 .mega-dropdown-inner > .tb-megamenu-row:has(.span6) .span6:first-child {
    grid-column: 1;
  }
  .level-1 .mega-dropdown-inner > .tb-megamenu-row:has(.span6) .span6:first-child .tb-megamenu-item__icon {
    display: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .level-1 .mega-dropdown-inner {
    background: #05797B;
    padding: 0 24px 24px;
    min-height: 100vh;
  }
}

.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:focus,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:focus-within,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav > li > span.tb-megamenu-no-link[aria-expanded=true] {
  border-color: #05797B;
  outline: none;
}

.tb-megamenu .tb-block ul,
.tb-megamenu .tb-block .nav {
  margin: 0;
}

.tb-megamenu .tb-block ul li,
.tb-megamenu .tb-block .nav li {
  background: none;
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.tb-megamenu .tb-block ul li a,
.tb-megamenu .tb-block .nav li a,
.tb-megamenu .tb-block ul li span.tb-megamenu-no-link,
.tb-megamenu .tb-block .nav li span.tb-megamenu-no-link {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}

.tb-megamenu .tb-block ul li a:hover,
.tb-megamenu .tb-block ul li a:focus,
.tb-megamenu .tb-block ul li a:active,
.tb-megamenu .tb-block .nav li a:hover,
.tb-megamenu .tb-block .nav li a:focus,
.tb-megamenu .tb-block .nav li a:active,
.tb-megamenu .tb-block ul li span.tb-megamenu-no-link:hover,
.tb-megamenu .tb-block ul li span.tb-megamenu-no-link:focus,
.tb-megamenu .tb-block ul li span.tb-megamenu-no-link:active,
.tb-megamenu .tb-block .nav li span.tb-megamenu-no-link:hover,
.tb-megamenu .tb-block .nav li span.tb-megamenu-no-link:focus,
.tb-megamenu .tb-block .nav li span.tb-megamenu-no-link:active {
  background: none;
  font: inherit;
}

.tb-megamenu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.tb-megamenu .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
  color: #FFFFFF;
  line-height: 22px;
}

.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  color: #999;
}

.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}

.tb-megamenu .open {
  *z-index: 1000;
}

.tb-megamenu .open > .dropdown-menu {
  display: block;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.tb-megamenu .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.tb-megamenu .dropup .dropdown-menu,
.tb-megamenu .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 1024px) {
  .tb-megamenu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: calc(100% + 40px);
  }
}

.tb-megamenu .touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}

.tb-megamenu .touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}

.tb-megamenu .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 0;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .tb-megamenu .row {
    margin-left: -40px;
    *zoom: 1;
  }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row:after {
    clear: both;
  }
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row-fluid:after {
    clear: both;
  }
  .tb-megamenu .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 4.2918454936%;
    *margin-left: 4.2381974249%;
  }
  .tb-megamenu .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .tb-megamenu .row,
  .tb-megamenu .row-fluid {
    width: 100%;
    margin-left: 0;
    *zoom: 1;
  }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after,
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row:after,
  .tb-megamenu .row-fluid:after {
    clear: both;
  }
  .tb-megamenu .row [class*=span],
  .tb-megamenu .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7173913043%;
    *margin-left: 2.6637432357%;
  }
}
@media (max-width: 979px) {
  .tb-megamenu {
    background-color: inherit;
    height: auto;
  }
  .tb-megamenu .nav-collapse .nav {
    margin: 0;
  }
  .tb-megamenu .nav-collapse .dropdown-menu li + li a,
  .tb-megamenu .nav-collapse .dropdown-menu li + li span.tb-megamenu-no-link {
    margin-bottom: 0;
  }
  .tb-megamenu .navbar .nav > li > .dropdown-menu:before,
  .tb-megamenu .navbar .nav > li > .dropdown-menu:after,
  .tb-megamenu .navbar .nav > li > .dropdown-menu .divider {
    display: none;
  }
  .tb-megamenu .customization {
    display: none;
  }
  .tb-megamenu .tb-block .block-title {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .tb-megamenu .row-fluid,
  .tb-megamenu .mega-dropdown-menu,
  .tb-megamenu .row-fluid [class*=span] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .tb-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #222;
  }
  .tb-megamenu .hidden-collapse,
  .tb-megamenu .always-show .caret,
  .tb-megamenu .sub-hidden-collapse > .nav-child,
  .tb-megamenu .sub-hidden-collapse .caret,
  .tb-megamenu .sub-hidden-collapse > a:after,
  .tb-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .tb-megamenu .mega-caption {
    display: none !important;
  }
  .tb-megamenu .tb-block {
    margin-bottom: 0;
  }
}
.tb-megamenu-subnav {
  list-style: none;
}

/* =============================================================================
   CHART DISPLAY CONTAINER
   ============================================================================= */
.paragraph--type--dashboard-chart {
  padding-top: 10px;
}

#chart-display-wrapper {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  margin-top: 48px;
  padding-bottom: 40px;
}

/* =============================================================================
 CHART FILTER SECTION
 ============================================================================= */
.chart-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 28px 0;
}
@media print, screen and (min-width: 41.6875em) {
  .chart-filter-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 286px);
    gap: 0 30px;
  }
}
@media print, screen and (min-width: 41.6875em) {
  .chart-filter-wrapper + .chart-action {
    margin: 35px 0 0 0;
  }
}
.chart-filter-wrapper .form-item {
  margin: 0;
}
.chart-filter-wrapper .fieldgroup-chart-year {
  grid-column: 1/4;
}
@media print, screen and (min-width: 41.6875em) {
  .chart-filter-wrapper .fieldgroup-chart-year {
    margin-top: 60px;
  }
}

.chart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* =============================================================================
   DASHBOARD CHART CONTROLS
   ============================================================================= */
.dashboard-chart-wrapper {
  /* Form Elements */
  /* Labels & Legends */
  /* Interactive Options (Badge-Style) */
}
.dashboard-chart-wrapper .messages--error {
  all: unset;
  background: #B34033;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  padding: 10px 16px;
  display: block;
}
@media print, screen and (min-width: 41.6875em) {
  .dashboard-chart-wrapper .messages--error {
    margin: 35px 0 0 0;
  }
}
.dashboard-chart-wrapper .form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 18px 8px;
}
.dashboard-chart-wrapper .form-type-checkbox {
  margin: 0;
}
.dashboard-chart-wrapper .form-checkbox {
  display: none;
}
.dashboard-chart-wrapper .option {
  padding: 7px 15px;
  font-family: "AleoRegular";
  font-weight: normal;
  margin: 0;
}
.dashboard-chart-wrapper .option:hover {
  background: #CDE4E5;
}

#chart-error-wrapper {
  grid-column: 1/4;
}

/* =============================================================================
   CHART INFO BADGES
   ============================================================================= */
.chart-date,
.chart-support-program {
  font-size: 12px;
  padding: 5px 22px;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 1024px) {
  .chart-date,
  .chart-support-program {
    font-size: 15px;
    padding: 15px 22px;
  }
}

.chart-support-program {
  background: #05797B;
  color: #FFFFFF;
}

/* =============================================================================
   CHART YEAR FILTER SECTION
   ============================================================================= */
.fieldgroup-chart-year .fieldset-legend {
  margin-bottom: 0;
}
.fieldgroup-chart-year .description {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .fieldgroup-chart-year .description {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 667px) {
  .fieldgroup-chart-year .description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}

/* Year Toggle Functionality */
#edit-years.toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.toggle-years-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "AleoBold";
  gap: 16px;
  margin-top: 35px;
}
.toggle-years-btn.expanded .toggle-years-btn__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.chart-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media print, screen and (min-width: 41.6875em) {
  .chart-action {
    gap: 44px;
  }
}
.chart-action .form-submit:not(.chart-reset) {
  padding: 5px 25px;
}

.chart-footer {
  padding: 40px 23px;
}
@media print, screen and (min-width: 64em) {
  .chart-footer {
    padding: 16px 58px;
  }
}
.chart-footer-text {
  font-size: 15px;
  line-height: 20px;
}

/* =============================================================================
   CHART PRINT Button
   ============================================================================= */
.chart-print-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart-print-wrapper .chart-print-button {
  padding: 5px 24px;
}

/* =============================================================================
   Dashboard Content Slider
   ============================================================================= */
.dashboard-content {
  /* ---------- SLIDER ---------- */
}
.dashboard-content-slide-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 0 1px;
}
@media print, screen and (min-width: 64em) {
  .dashboard-content-slide-item.dashboard-content-slide-item--has-columns {
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
  }
}
.dashboard-content-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media print, screen and (min-width: 64em) {
  .dashboard-content-slider {
    gap: 34px;
  }
}
.dashboard-content-slider .slick-arrow {
  color: #CCCCCC;
  cursor: pointer;
}
.dashboard-content-slider .slick-arrow:hover {
  color: #05797B;
}
.dashboard-content-text a {
  text-decoration: underline;
}
.dashboard-content-text a:hover {
  text-decoration: none;
  color: #05797B;
}

/* =============================================================================
   Dashboard Alert
   ============================================================================= */
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 15px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #005F75;
          box-shadow: 0 0 0 2px #005F75;
}

.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath fill-rule='evenodd' d='M.411 1.033c.3-.3.773-.324 1.1-.069l.079.069L6 5.443l4.411-4.41c.3-.3.773-.324 1.1-.069l.079.069c.3.3.323.773.069 1.1l-.069.079-5 5c-.3.3-.773.324-1.1.069l-.079-.069-5-5c-.325-.325-.325-.853 0-1.179z' fill='%23000'/%3E%3C/svg%3E");
  height: 8px;
  width: 12px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #FFFFFF;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 15px;
  min-height: 39px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 0 16px 0 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  word-break: break-all;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #CDE4E5;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=41.6875em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #808788;
}

::-moz-placeholder {
  color: #808788;
}

:-ms-input-placeholder {
  color: #808788;
}

::-ms-input-placeholder {
  color: #808788;
}

::placeholder {
  color: #808788;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #C60000;
  background-color: #f9e6e6;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #C60000;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #C60000;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #C60000;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #C60000;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #C60000;
}

.is-invalid-label {
  color: #C60000;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #C60000;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 41.6875em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #3c3c3c;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #3c3c3c;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 73.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #A2A2A2;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 41.6875em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #A2A2A2;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 73.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.grid-container.fluid {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-container.fluid {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 41.6875em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 41.6875em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-x {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1rem);
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-padding-x > .cell {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 41.6875em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1rem);
}

@media print, screen and (min-width: 41.6875em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 41.6875em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 41.6875em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 41.6875em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 41.6875em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 41.6875em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1rem / 2);
}

@media print, screen and (min-width: 41.6875em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-padding-y > .cell {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-y {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 41.6875em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 41.6875em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-y {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 41.6875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem);
}
@media print, screen and (min-width: 41.6875em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1rem);
  }
}

@media print, screen and (min-width: 41.6875em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1rem);
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 41.6875em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 41.6875em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 41.68625em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 41.6875em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 41.6875em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 41.68625em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 41.6875em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 41.68625em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

body {
  font-family: "AleoRegular";
  color: #000000;
}

* {
  outline: none;
}

b, strong {
  font-weight: normal;
  font-family: "LatoBold";
}

.blue {
  color: #428bca;
}

.primary {
  color: #05797B;
}

main {
  padding-top: 40px;
}

form.user-login-form {
  margin: 100px auto;
  max-width: 400px;
}

ul.taxonomy--targetgroup {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.taxonomy--targetgroup li {
  display: inline-block;
  line-height: 24px;
  padding-right: 10px;
  font-family: "LatoBold";
  font-size: 16px;
  font-weight: 400;
}
ul.taxonomy--targetgroup li:after {
  content: "";
  border-right: 1px solid #787373;
  margin-left: 9px;
}
ul.taxonomy--targetgroup li:last-child:after {
  content: "";
  border: none;
}
ul.taxonomy--targetgroup li:before {
  font-family: "icomoon";
  margin-right: 8px;
}
ul.taxonomy--targetgroup li[data-targetgroup-tid="19"]:before {
  content: "\e921";
  color: #1f82c0;
}
ul.taxonomy--targetgroup li[data-targetgroup-tid="20"]:before {
  content: "\e934";
  color: #7ab51d;
}
ul.taxonomy--targetgroup li[data-targetgroup-tid="21"]:before {
  content: "\e911";
  color: #620039;
}
ul.taxonomy--targetgroup li[data-targetgroup-tid="22"]:before {
  content: "\e912";
  color: #ee7f00;
}
ul.taxonomy--targetgroup li.taxonomy--targetgroup-topic {
  font-family: "LatoBold";
  color: #05797B;
  padding: 3px 8px;
  background: #e4e3e3;
  border-radius: 5px;
  font-weight: 400;
}
ul.taxonomy--targetgroup li.taxonomy--targetgroup-topic:after {
  display: none;
}

[type=submit] .back-to-login,
.button {
  color: #FFFFFF;
  margin: 0px;
  cursor: pointer;
  background-color: #05797B;
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  font-family: "LatoBold";
}
[type=submit] .back-to-login:hover,
.button:hover {
  color: #FFFFFF;
  background-color: #05797B;
}
[type=submit] .back-to-login.blue,
.button.blue {
  text-decoration: none;
}
[type=submit] .back-to-login.white,
.button.white {
  color: #05797B !important;
  background-color: #FFFFFF;
}
[type=submit] .back-to-login.white-black,
.button.white-black {
  color: #000000 !important;
  background-color: #FFFFFF;
}
[type=submit] .back-to-login.green,
.button.green {
  color: #37643F !important;
}
[type=submit] .back-to-login.outline.white,
.button.outline.white {
  border: 2px solid #FFFFFF;
  background-color: #05797B;
  color: #FFFFFF !important;
}
[type=submit] .back-to-login.outline.blue,
.button.outline.blue {
  border: 2px solid #05797B;
  background-color: #FFFFFF;
  color: #05797B !important;
  font-size: 18px;
}
[type=submit] .back-to-login.iconbutton,
.button.iconbutton {
  font-size: 20px;
  line-height: 25px;
  padding: 35px;
  font-family: "AleoRegular";
  display: block;
  border-radius: 5px;
  margin-bottom: 1em;
}
[type=submit] .back-to-login.small,
.button.small {
  font-size: 14px;
  line-height: 14px;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "LatoBold";
}
[type=submit] .back-to-login.external,
.button.external {
  padding-right: 40px;
  background-image: url(../images/icon-external.svg);
  background-position: center right 10px;
  background-size: 15px;
  background-repeat: no-repeat;
}
[type=submit] .back-to-login.search,
.button.search {
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 8px;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[type=submit] .back-to-login.search .search-close-line,
.button.search .search-close-line {
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  x: -3px;
}
[type=submit] .back-to-login.search.active .search-magnifying,
.button.search.active .search-magnifying {
  display: none;
}
[type=submit] .back-to-login.search.active .search-close-line,
.button.search.active .search-close-line {
  opacity: 1;
}
[type=submit] .back-to-login.search.active .search-close-line--right,
.button.search.active .search-close-line--right {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  [type=submit] .back-to-login.search,
  .button.search {
    display: none;
  }
}
[type=submit] .back-to-login.menu,
.button.menu {
  padding: 0px;
  width: 50px;
  height: 50px;
  margin: 0px;
  margin-left: 4px;
  display: inline-block;
  position: relative;
}
[type=submit] .back-to-login--outline,
.button--outline {
  display: inline-block;
  padding: 0 20px;
  color: #05797B;
  border-radius: 5px;
  border: 1px solid #e4e3e3;
  font-family: "LatoRegular";
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-top: 13px;
  padding-bottom: 16px;
}
@media (max-width: 667px) {
  [type=submit] .back-to-login--outline,
  .button--outline {
    display: block;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
[type=submit] .back-to-login--skkk,
.button--skkk {
  display: inline-block;
  padding: 0 20px;
  color: #05797B;
  border-radius: 5px;
  border: 1px solid #e4e3e3;
  font-family: "LatoRegular";
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 667px) {
  [type=submit] .back-to-login--skkk,
  .button--skkk {
    display: block;
    margin: 0px;
    font-size: 14px;
  }
}
[type=submit] .back-to-login--skkk:after,
.button--skkk:after {
  font-size: 38px;
  font-weight: 400;
  content: "\e93e";
  font-family: "icomoon";
  position: absolute;
  left: 17px;
  top: 0px;
  color: #FFF;
}
@media (max-width: 667px) {
  [type=submit] .back-to-login--skkk:after,
  .button--skkk:after {
    font-size: 32px;
  }
}
[type=submit] .back-to-login--skkk:before,
.button--skkk:before {
  color: #FFF;
  border-radius: 35px;
  position: relative;
  width: 35px;
  content: "";
  height: 35px;
  display: inline-block;
  background-color: #006e9f;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 667px) {
  [type=submit] .back-to-login--skkk:before,
  .button--skkk:before {
    width: 25px;
    height: 25px;
  }
}

/* INTERNAL */
nav.tabs {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
  background-color: #05797B;
  -webkit-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.64);
}
nav.tabs ul {
  margin: 0px;
  padding-bottom: 4px;
  padding-top: 2px;
}
nav.tabs ul li a {
  color: #FFF;
  font-size: 13px;
}
nav.tabs ul li a:focus, nav.tabs ul li a:hover, nav.tabs ul li a.is-active {
  background-color: transparent;
}

[data-drupal-messages] div[role=contentinfo] a,
[data-drupal-messages] div[role=alert] a {
  text-decoration: underline;
}
[data-drupal-messages] div[role=notice] {
  background-color: #008C00;
}
[data-drupal-messages] ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

form.search-form {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 73.5rem;
  margin: 0px auto;
}
form.search-form .search-help-link {
  display: none;
}

body.search-results form.search-form + h2, body.search-results form.search-form + .item-list h3 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 73.5rem;
  margin: 40px auto 0;
}

body.search-help div.region-content {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 73.5rem;
  margin: 40px auto 0;
}

ol.search-results {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ol.search-results li {
  margin-left: 0;
}

figcaption {
  font-size: 12px;
  padding-top: 5px;
}

.font__blue {
  color: #05797B;
}

@font-face {
  font-family: "AleoRegular";
  src: url("../fonts/AleoRegular.eot");
  font-display: swap;
  src: url("../fonts/AleoRegular.eot") format("embedded-opentype"), url("../fonts/AleoRegular.woff2") format("woff2"), url("../fonts/AleoRegular.woff") format("woff"), url("../fonts/AleoRegular.ttf") format("truetype"), url("../fonts/AleoRegular.svg#AleoRegular") format("svg");
}
@font-face {
  font-family: "AleoBold";
  font-display: swap;
  src: url("../fonts/AleoBold.eot");
  src: url("../fonts/AleoBold.eot") format("embedded-opentype"), url("../fonts/AleoBold.woff2") format("woff2"), url("../fonts/AleoBold.woff") format("woff"), url("../fonts/AleoBold.ttf") format("truetype"), url("../fonts/AleoBold.svg#AleoBold") format("svg");
}
@font-face {
  font-family: "AleoLight";
  font-display: swap;
  src: url("../fonts/AleoLight.eot");
  src: url("../fonts/AleoLight.eot") format("embedded-opentype"), url("../fonts/AleoLight.woff2") format("woff2"), url("../fonts/AleoLight.woff") format("woff"), url("../fonts/AleoLight.ttf") format("truetype"), url("../fonts/AleoLight.svg#AleoLight") format("svg");
}
@font-face {
  font-family: "LatoRegular";
  font-display: swap;
  src: url("../fonts/LatoRegular.eot");
  src: url("../fonts/LatoRegular.eot") format("embedded-opentype"), url("../fonts/LatoRegular.woff2") format("woff2"), url("../fonts/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular.ttf") format("truetype"), url("../fonts/LatoRegular.svg#LatoRegular") format("svg");
}
@font-face {
  font-family: "LatoBold";
  font-display: swap;
  src: url("../fonts/LatoBold.eot");
  src: url("../fonts/LatoBold.eot") format("embedded-opentype"), url("../fonts/LatoBold.woff2") format("woff2"), url("../fonts/LatoBold.woff") format("woff"), url("../fonts/LatoBold.ttf") format("truetype"), url("../fonts/LatoBold.svg#LatoBold") format("svg");
}
@font-face {
  font-family: "LatoLight";
  src: url("../fonts/LatoLight.eot");
  font-display: swap;
  src: url("../fonts/LatoLight.eot") format("embedded-opentype"), url("../fonts/LatoLight.woff2") format("woff2"), url("../fonts/LatoLight.woff") format("woff"), url("../fonts/LatoLight.ttf") format("truetype"), url("../fonts/LatoLight.svg#LatoLight") format("svg");
}
@font-face {
  font-family: "LatoBoldItalic";
  font-display: swap;
  src: url("../fonts/LatoBoldItalic.eot");
  src: url("../fonts/LatoBoldItalic.eot") format("embedded-opentype"), url("../fonts/LatoBoldItalic.woff2") format("woff2"), url("../fonts/LatoBoldItalic.woff") format("woff"), url("../fonts/LatoBoldItalic.ttf") format("truetype"), url("../fonts/LatoBoldItalic.svg#LatoBoldItalic") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?5zxv2");
  src: url("../fonts/icomoon.eot?5zxv2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5zxv2") format("truetype"), url("../icomoon/icomoon.woff?5zxv2") format("woff"), url("../icomoon/icomoon.svg?5zxv2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
h1, h2, h3, h4, h5 {
  font-family: "AleoRegular";
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 35px;
}