@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.footer {
  padding: 0px;
  font-family: "AleoRegular";
}
@media (max-width: 667px) {
  .footer {
    margin-top: 10px;
  }
}
.footer--newsletter {
  background-color: #0E6EB2;
  padding-top: 45px;
  padding-bottom: 35px;
}
.footer--newsletter p, .footer--newsletter h2 {
  color: #FFFFFF;
}
.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;
  color: #FFF;
}
.footer--newsletter .ajax-progress {
  color: #FFFFFF;
  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;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.footer--newsletter [type=checkbox] + label a {
  color: #FFFFFF;
}
.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: "LatoBold";
}
.footer--copyright {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 14px;
}
.footer--menu {
  background-color: #292929;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer--menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.footer--menu ul li {
  display: inline;
  margin-right: 20px;
  padding: 0px;
  line-height: 45px;
}
@media (max-width: 667px) {
  .footer--menu ul li {
    line-height: 30px;
  }
}
.footer--menu ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "AleoRegular";
  padding-bottom: 5px;
}
.footer--menu ul li a.is-active, .footer--menu ul li a:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.footer--menu ul li:after {
  content: "|";
  color: #FFFFFF;
  margin-left: 20px;
}
.footer--menu ul li:last-child:after {
  content: "";
  margin: 0px;
}
.footer--menu ul li:nth-child(4):after {
  content: "\a";
  white-space: pre;
}

.header {
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .header {
    height: 92px;
  }
}
@media (max-width: 667px) {
  .header {
    height: 86px;
  }
}
@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: #0E6EB2;
  }
}
@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;
}
@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: #D66300;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .header--newsline {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header--newsline a {
  color: #FFFFFF;
}
.header--newsline a:hover {
  color: #FFFFFF;
}
.header--maintenance {
  min-height: 102px;
}
@media (min-width: 768px) {
  .header--maintenance {
    min-height: 160px;
  }
}
.header--community {
  background-color: #0E6EB2;
  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: #0E6EB2 !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: #0E6EB2;
  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: #0E6EB2 !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--line {
  background-color: #292929;
}
@media (max-width: 1024px) {
  .header--line {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .header--line {
    display: none;
  }
}
.header--line a.community {
  font-size: 14px;
  background-color: #0E6EB2;
  color: #FFFFFF;
  padding: 16px 36px 16px 36px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header--line a.community:hover {
  color: #fff !important;
}
.header--line a.language-link {
  color: #FFFFFF;
  opacity: 0.7;
}
.header--line a.language-link:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.header--line ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.header--line ul li {
  display: inline-block;
  padding-right: 17px;
}
.header--line ul li a.icon:hover:before {
  opacity: 1;
}
.header--line ul.language-switcher-language-url li.is-active {
  display: none;
}
.header--menu {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 51;
  /*@media (max-width: $mq-medium) {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 51;
  }*/
}
.header--menu .metamenu {
  display: none;
}
@media (max-width: 1024px) {
  .header--menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .header--menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .header--menu {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    z-index: auto;
  }
}
.header--menu img {
  max-width: 400px; /*140px;*/
  width: 100%;
  /*
  @media (max-width: $mq-small) {
    max-height: 50px;
    width: auto;
  }
  */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.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;
}
@media (max-width: 667px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.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: #005ea8;
  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 {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  display: none;
  /*@media (max-width: $mq-medium) {
    display: none;
  }*/
}
@media (min-width: 1024px) {
  .header--mainmenu_second, .header--mainmenu {
    display: block;
  }
}
.header--mainmenu_second > li, .header--mainmenu > li {
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  padding: 0px;
  padding-top: 44px;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li, .header--mainmenu > li {
    padding: 15px;
  }
}
.header--mainmenu_second > li:first-child, .header--mainmenu > li:first-child {
  margin-left: 0px;
}
.header--mainmenu_second > li.menu-item--active-trail > a, .header--mainmenu > li.menu-item--active-trail > a {
  color: #005ea8;
}
@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:hover > a, .header--mainmenu > li:hover > a {
  color: #005ea8;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li:hover > a, .header--mainmenu > li:hover > a {
    color: #FFFFFF !important;
  }
}
.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: 80px;
}
@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 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 400;
  font-family: "AleoRegular";
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header--mainmenu_second > li > a.is-active, .header--mainmenu_second > li > a:hover, .header--mainmenu > li > a.is-active, .header--mainmenu > li > a:hover {
  color: #005ea8;
}
@media (max-width: 768px) {
  .header--mainmenu_second > li > a.is-active, .header--mainmenu_second > li > a:hover, .header--mainmenu > li > a.is-active, .header--mainmenu > li > a:hover {
    color: #FFFFFF !important;
  }
}
.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: #005ea8;
}
.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: 113px;
  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: #0E6EB2;
  display: block;
  position: absolute;
  /*left: 0px;*/
  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: #005ea8;
}
.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: #005ea8;
  position: absolute;
  left: 0px;
  top: 138px; /*166px;*/
  left: 0px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "AleoRegular";
  z-index: 1;
  height: 52px;
}
@media (max-width: 768px) {
  .header--search {
    top: 92px;
  }
}
@media (max-width: 667px) {
  .header--search {
    top: 86px;
    /*padding-top: 11px;*/
    padding-bottom: 11px;
  }
}
.header--search .form-item {
  margin: 0px;
}
.header--search input[type=submit] {
  position: absolute;
  right: 0px;
  top: 16px;
  background-image: url(../images/icon-search.svg);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  margin-top: 0px;
}
@media (max-width: 667px) {
  .header--search input[type=submit] {
    padding-top: 20px;
    padding-left: 13px;
  }
}
.header--search input[type=submit]:before {
  content: "\e930";
  font-family: "icomoon";
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header--search input[type=search] {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background-color: #005ea8;
  color: #fff;
  border: none;
  line-height: 21px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  background: transparent;
  padding-top: 10px;
}
.header--search input[type=search]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.header--search input[type=search]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.header--search input[type=search]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.header--search input[type=search]::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.header--search input[type=search]::placeholder {
  color: #fff;
  opacity: 1;
}
.header--search input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.header--search input[type=search]::-ms-input-placeholder {
  color: #fff;
}

nav.breadcrumbouter {
  padding-bottom: 0px;
  margin-top: 15px;
}
nav.breadcrumbouter.has-image-header {
  padding-bottom: 0px;
}
nav.breadcrumbouter ol {
  margin: 0px;
  padding: 0px;
}
nav.breadcrumbouter ol li {
  list-style-type: none;
  display: inline; /*-block;*/
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  font-family: "AleoRegular";
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
nav.breadcrumbouter ol li a {
  color: #000000;
  font-family: "AleoRegular";
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
nav.breadcrumbouter ol li a:hover {
  color: #005ea8;
}
nav.breadcrumbouter ol li:after {
  content: url(../images/icon-breadcrumb.svg);
  /*padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;*/
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
nav.breadcrumbouter ol li:before {
  content: "";
}
nav.breadcrumbouter ol li:first-child {
  padding-left: 0;
}
nav.breadcrumbouter ol li:last-child {
  padding-right: 0;
}
nav.breadcrumbouter ol li:last-child:after {
  display: none;
}

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 h2 a, main h3 a, main h4 a, main h5 a {
  text-decoration: none !important;
}
main h1 {
  font-size: 42px; /*50px;*/
  font-weight: 400;
  font-family: "AleoRegular";
  line-height: 50px; /*58px;*/
  -ms-hyphens: auto;
      hyphens: auto;
  margin-bottom: 28px;
  text-transform: uppercase;
}
@media (max-width: 667px) {
  main h1 {
    font-size: 34px;
    line-height: 43px;
  }
}
@media (max-width: 667px) {
  main h1 {
    font-size: 28px;
    line-height: 33px;
  }
}
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";
  text-transform: uppercase;
  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: #0E6EB2;
}
.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: #0E6EB2;
  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: #457700;
}

/* ********************************************* */
.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: #787373;
  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: #005ea8;
  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: #005ea8;
  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: #005ea8;
  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: #005ea8;
}

.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: #0E6EB2;
  font-family: "LatoRegular";
}
.module--infobox_inner .description .title {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
  /*
  &.laufzeit {
    position: relative;

    &::before {
      content: "\e92f";
      margin-right: 10px;
      font-family: "icomoon";
      font-size: 26px;
      font-weight: normal;
      color: $blue;
      vertical-align: middle;
    }
  }
  */
}
@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;
  /*b {
    word-break: break-all;
  }*/
}
.module--infobox_link {
  font-family: "LatoBold";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /*block;*/
  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 #0E6EB2;
  border-radius: 5px;
}
.module--infobox_link:hover {
  color: #0E6EB2;
}
.module--infobox_link:hover:before {
  background-color: #0E6EB2;
  content: url(../images/icon-arrow.svg);
}
.module--infobox_projekt .module--infobox_inner {
  padding-bottom: 20px;
}
.module--infobox_projekt h6 {
  color: #0E6EB2;
  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 {
  color: #3c3c3c;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: underline;
}
.module--freitext a:hover {
  color: #005ea8;
}
.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(14, 110, 178, 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: #0E6EB2;
}
.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: #0E6EB2;
  font-family: "LatoRegular";
}
.module--auflistung-tabelle ul li:nth-child(odd) {
  background-color: rgba(14, 110, 178, 0.05);
}

.module--recent img {
  padding-bottom: 15px;
}
.module--recent_date {
  display: block;
  padding-bottom: 15px;
}
.module--recent_date i {
  font-style: normal;
  color: #0E6EB2;
  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;
  background-color: #FFFFFF;
  cursor: pointer;
  z-index: 20;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.142' height='14.142' viewBox='0 0 14.142 14.142'%3E%3Cpath id='Pfad_9' data-name='Pfad 9' d='M0,0H7V7' transform='translate(7.071 2.121) rotate(45)' fill='none' stroke='%230e6eb2' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 7px;
  -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:hover {
  background-position: 10px;
}
.module--newsinfo_arrows button.slick-prev {
  right: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.142' height='14.142' viewBox='0 0 14.142 14.142'%3E%3Cpath id='Pfad_9' data-name='Pfad 9' d='M0,7H7V0' transform='translate(12.021 7.071) rotate(135)' fill='none' stroke='%230e6eb2' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-position: 10px;
}
.module--newsinfo_arrows button.slick-prev:hover {
  background-position: 7px;
}
.module--newsinfo_arrows button.slick-pause {
  right: 55px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='14.142' height='14.142%0A' viewBox='-1 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Epause %5B%231010%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='%230e6eb2' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-67.000000, -3765.000000)' fill='%230e6eb2'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpath d='M11,3613 L13,3613 L13,3605 L11,3605 L11,3613 Z M15,3613 L17,3613 L17,3605 L15,3605 L15,3613 Z' id='pause-%5B%231010%5D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  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: #0E6EB2;
  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; /*0.5em;*/
  }
}
@media (max-width: 667px) {
  .module--newsinfo_caption {
    margin-left: 0px;
    padding: 24px;
  }
}
.module--newsinfo_caption a.button {
  margin-top: 30px;
}
.module--newsinfo_caption h2 {
  text-transform: uppercase;
  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 {
  /*position: absolute;
  left: 0px;
  top: -160px;*/
  margin-top: -160px;
}
@media (max-width: 768px) {
  .module--newsinfo_bottom {
    /*position: relative;
    left: auto;
    top: auto;*/
    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: #0E6EB2;
  font-size: 20px;
  line-height: 32px;
  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 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: #D66300;
}
.module--list_inner[data-status="1"]:before {
  background-color: #457700;
}
.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; /*20px;*/
  /*font-family: "LatoBold";*/
}
.module--cards_inner .description p {
  font-size: 16px;
  line-height: 24px; /*20px;*/
  /*font-family: "LatoBold";*/
}
.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: #D66300;
}
.module--cards_inner[data-status="1"]:before {
  background-color: #457700;
}
.module--cards_promotion .module--cards_inner[data-status="0"]:before {
  background-color: #0E6EB2;
}
.module--cards_promotion .module--cards_inner[data-status="1"]:before {
  background-color: #D66300;
}
.module--cards_promotion .module--cards_inner[data-status="2"]:before {
  background-color: #457700;
}
.module--cards_promotion .module--cards_inner .subline {
  font-size: 14px;
}
.module--cards_promotion .module--cards_inner .subline.color-past {
  color: #D66300;
}
.module--cards_promotion .module--cards_inner .subline.color-current {
  color: #457700;
}
.module--cards_promotion .module--cards_inner .subline.color-future {
  color: #0E6EB2;
}

.module--accordeon ul.accordeon {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.module--accordeon ul.accordeon > li {
  margin-bottom: 13px;
  background-color: rgba(14, 110, 178, 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: #428bca;
}
.module-newsletter-issue_event {
  border-bottom: 1px solid #e4e3e3;
  padding-bottom: 20px;
}
.module-newsletter-issue_event a {
  color: #428bca;
  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: #005ea8;
  -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: #005ea8;
}

.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: #0E6EB2;
  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: #005ea8;
  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 #0E6EB2;
  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; /* flex */
  /*flex-flow: row wrap;*/
  width: 100%;
  margin: 0;
  text-align: center;
}
.module--schwerpunkte .foerderschwerpunkte-filter-container ul .foerderschwerpunkte-filter {
  padding: 7px 30px;
  background-color: #D3D3D3;
  /*max-width: 195px;*/
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block; /* flex */
  /*flex-direction: row;
  align-items: center;
  justify-content: center;*/
  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: #0E6EB2;
  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); /*calc(33.3333% - 12px);*/
    max-width: calc(50% - 12px); /*calc(33.3333% - 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 #0E6EB2;
}
.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: #0E6EB2;
  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;
}
.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: #0E6EB2;
}
.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;
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .module--schwerpunkte a.iconbutton img, .module--schwerpunkte div.iconbutton img {
    width: 45px;
  }
}
.module--schwerpunkte a.iconbutton span, .module--schwerpunkte div.iconbutton span {
  display: inline-block;
  width: calc(100% - 70px);
  /*padding-left: 40px;*/
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .module--schwerpunkte a.iconbutton span, .module--schwerpunkte div.iconbutton span {
    /*padding-left: 20px;*/
    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: #0E6EB2;
  padding-bottom: 15px;
}
.module--consulting_inner {
  background-color: rgba(211, 211, 211, 0.17);
  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; /*30px;*/
  line-height: 26px; /*38px;*/
  font-family: "AleoBold";
  color: #0E6EB2;
}
@media (max-width: 667px) {
  .module--consulting_box .contact span.phone {
    font-size: 18px;
    line-height: 25px;
  }
}
.module--consulting_box .contact span.mail {
  color: #0E6EB2;
  font-size: 20px; /* 24px */
  font-family: "AleoBold";
  line-height: 26px; /* 35px */
}
@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: rgba(69, 119, 0, 0.23);
  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: #457700;
  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; /* 30px */
  line-height: 26px; /* 38px; */
  font-family: "AleoBold";
}
.module--infobadge_contact a span.subline {
  font-size: 12px;
  line-height: 23px;
}
.module--infobadge_contact a span.mail {
  font-size: 20px; /*24px;*/
  line-height: 35px;
}

.module--eventsubscription {
  background-color: #457700;
  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: #0E6EB2;
  padding: 45px;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
}
.module--projecthighlight_caption_inner.green {
  background-color: #457700;
}
@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: #0E6EB2;
  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: #457700;
}
.module--fundingoverview span.square.blue {
  background-color: #0E6EB2;
}
@media (min-width: 1024px) {
  .module--fundingoverview span.square.blue {
    margin-left: 20px;
  }
}
.module--fundingoverview span.square.orange {
  background-color: #D66300;
}
@media (min-width: 1024px) {
  .module--fundingoverview span.square.orange {
    margin-left: 20px;
  }
}

.module--events a {
  position: relative;
  display: block;
  margin-bottom: 100px;
}
.module--events a:hover .module--infobox_link {
  color: #0E6EB2;
}
.module--events a:hover .module--infobox_link:before {
  background-color: #0E6EB2;
  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: #457700;
  -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: #FFFFFF;
  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;
  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: 30px;
  line-height: 38px;
  font-family: "AleoBold";
  display: block;
}
@media (max-width: 768px) {
  .module--events_title {
    font-size: 22px;
    line-height: 25px;
  }
}
.module--events_teaser {
  font-size: 24px;
  line-height: 35px;
  display: block;
  padding-top: 15px;
}
@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: #457700;
}
@media (max-width: 768px) {
  .module--events_subline span {
    font-size: 16px;
  }
}
.module--events_subline span:after {
  content: "|";
  display: inline-block;
  color: #457700;
  padding-left: 9px;
  padding-right: 5px;
}
.module--events_subline span.module--events_subline_type {
  background-color: #0E6EB2;
  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; /*contain;*/
  background-repeat: no-repeat;
  background-color: #f7fbfd;
}
.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: #0E6EB2;
  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: #0E6EB2;
  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: #0E6EB2;
}
.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: #457700;
}
.module--event_website h2 {
  margin: 0;
  color: #FFFFFF;
}

.module--nki-logo-download {
  background-color: #457700;
  color: #ffffff;
}
.module--nki-logo-download label {
  color: #ffffff;
  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: #0E6EB2;
  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: #0E6EB2;
}
.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: #0E6EB2;
}
.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: #0E6EB2;
  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 #0E6EB2;
  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: #0E6EB2;
}
.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: #0E6EB2;
}
.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 #0E6EB2;
  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: #0E6EB2;
}
.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: #0E6EB2;
}
.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 #0E6EB2;
  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: #0E6EB2;
}
.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;
}

.module--teaser-meldungen .distance-bottom {
  margin-bottom: 40px;
}

.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%; /*14%;*/
  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; /*25px;*/
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel .kachel-bild {
  width: 90%;
  max-width: 240px; /*80px;*/
  background-color: #0E6EB2;
  -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; /*10px;*/
  box-shadow: 0px 0px 5px 3px rgba(87, 87, 87, 0.4);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(87, 87, 87, 0.4);
  -moz-box-shadow: 0px 0px 5px 3px rgba(87, 87, 87, 0.4);
  /*
  img {
    width: 100%;
  }
  */
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel .kachel-text {
  font-size: 22px; /*14px;*/
  line-height: 26px; /*18px;*/
  -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 {
  width: 95%;
  max-width: 260px; /*90px;*/
  background-color: #D66300;
}
.module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel.active .kachel-text, .module--klimaschutz-vor-ort-kacheln .kachel-auswahl li .kachel:hover .kachel-text {
  font-size: 24px; /*16px;*/
  line-height: 28px; /*20px;*/
}
.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 {
    /*display: none;*/
    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;
  /*transform: translate(-50%, -50%);*/
  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 {
  /*height: auto;*/
  -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: #0E6EB2;
  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: #0E6EB2 !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;
  }
}

.user-register-form .webform-button--submit,
.webform-submission-form .webform-button--submit {
  color: #fff;
  background-color: #457700;
  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;
}
.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;
}
.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;
}
.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;
}
.user-register-form .webform-flexbox,
.user-register-form .webform-elements,
.webform-submission-form .webform-flexbox,
.webform-submission-form .webform-elements {
  width: 80%;
}
.user-register-form .js-form-type-radio,
.webform-submission-form .js-form-type-radio {
  display: inline-block;
}
.user-register-form select,
.webform-submission-form select {
  background-image: url(../images/icon-select.svg);
  background-size: 13px;
  background-position: right 4px;
}
.user-register-form select:focus,
.webform-submission-form select:focus {
  border: none;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
}
.user-register-form select[name=salutation],
.webform-submission-form select[name=salutation] {
  max-width: 170px;
}
.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;
}
.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;
}
.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;
}
.user-register-form .required,
.webform-submission-form .required {
  display: block;
  padding-top: 20px;
}
.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;
}
.user-register-form input[type=radio]:checked + label,
.webform-submission-form input[type=radio]:checked + label {
  background-color: #0E6EB2;
  color: #FFFFFF;
}
.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;
}
.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";
}
.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;
}
.user-register-form .js-form-type-checkbox,
.webform-submission-form .js-form-type-checkbox {
  margin-top: 0px;
}
.user-register-form .js-form-type-checkbox label,
.webform-submission-form .js-form-type-checkbox label {
  margin: 0px;
}
.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;
}
.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: #005ea8;
  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;
}

.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: #005ea8;
}
.module--foerderlotse_outer_content {
  border: 1px solid #005ea8;
  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 #005EA8;
  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: #005EA8;
  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 p,
body.page-node-39 h1,
body.page-node-39 h2 {
  color: #FFF;
}
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;
}

.module--event_header {
  padding-top: 0;
  padding-bottom: 0;
}
.module--event_header_date {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 22px;
  font-family: "LatoBold";
  margin-bottom: 10px;
  display: block;
  margin-top: 30px;
}

.aside {
  position: fixed;
  right: -150%;
  top: 0px;
  height: 100%;
  background-color: #0E6EB2;
  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: #0E6EB2;
  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-image: url(../images/bg-filter-projekte.jpg);
}
.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: #1F4869;
  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: #85B4D5;
  /*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: #0E6EB2;
  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 #0E6EB2;
  background-color: #FFFFFF;
  color: #0E6EB2;
  font-size: 18px;
}
.pager-show-more a:hover {
  color: #FFFFFF;
  background-color: #0E6EB2;
}

.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: #D66300;
  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: #457700;
  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: inline-block;
  width: 57px;
  height: 52px;
  border-radius: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center center;
}
.filter--header span.listview.active {
  background-color: #85B4D5;
}
.filter--header span.listview__cardview {
  background-image: url(/themes/nki/images/icon-cardview.svg);
  margin-right: 5px;
}
.filter--header span.listview__listview {
  background-image: url(/themes/nki/images/icon-listview.svg);
}
.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-left: -4px;*/
  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; /* 10px; */ /*0px;*/
  line-height: 40px;
  border-right: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  margin-left: -4px;
  /*
  &.pager__item--next {
    border-right: none;
  }
  */
}
body.search-results nav.pager ul li a,
div.view nav.pager ul li a {
  color: #428bca;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 40px;
  /*margin-left: -4px;*/
  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: #428bca;
  color: #FFF;
}
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: #0E6EB2;
  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: #457700;
}
@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: #457700;
  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 #457700;
}
.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: #0E6EB2;
}
.view-listview .view-content-veranstaltungen .module--cards_inner a:hover .module--infobox_link::before {
  background-color: #0E6EB2;
  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;
  /*margin-bottom: 28px;*/
}
.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: #0E6EB2;
}
.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: #005ea8;
  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: #005ea8;
}

.listdisplay {
  display: none;
}

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

/* 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: #CCCCCC;
  border-radius: 5px;
  z-index: 9;
}
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;
}

/*! 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=40em&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: #cacaca;
}

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

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

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

::placeholder {
  color: #cacaca;
}

[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: #cc4b37;
  background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.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: 40em) {
  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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

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

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

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

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

@media screen and (max-width: 39.99875em), 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;
}

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: #005ea8;
  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 !important;
  margin: 0px;
  cursor: pointer;
  background-color: #0E6EB2;
  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: #0E6EB2;
}
[type=submit] .back-to-login.blue,
.button.blue {
  text-decoration: none;
}
[type=submit] .back-to-login.white,
.button.white {
  color: #0E6EB2 !important;
  background-color: #FFFFFF;
}
[type=submit] .back-to-login.green,
.button.green {
  color: #457700 !important;
}
[type=submit] .back-to-login.outline.white,
.button.outline.white {
  border: 2px solid #FFFFFF;
  background-color: #0E6EB2;
  color: #FFFFFF !important;
}
[type=submit] .back-to-login.outline.blue,
.button.outline.blue {
  border: 2px solid #0E6EB2;
  background-color: #FFFFFF;
  color: #0E6EB2 !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;
  -webkit-box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.2);
  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-image: url(../images/icon-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  padding: 0px;
  display: inline-block;
}
@media (min-width: 1024px) {
  [type=submit] .back-to-login.search,
  .button.search {
    width: 53px;
    height: 53px;
    border-radius: 0;
    vertical-align: bottom;
  }
}
[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 .burger-btn,
.button .burger-btn {
  cursor: pointer;
  fill: #FFFFFF;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 15px;
  margin-top: 3px;
}
[type=submit] .back-to-login .burger-btn.active,
.button .burger-btn.active {
  top: -1px;
}
[type=submit] .back-to-login .burger-btn--1, [type=submit] .back-to-login .burger-btn--2, [type=submit] .back-to-login .burger-btn--3,
.button .burger-btn--1,
.button .burger-btn--2,
.button .burger-btn--3 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
[type=submit] .back-to-login .burger-btn.active .burger-btn--1,
.button .burger-btn.active .burger-btn--1 {
  -webkit-transform: translate(-8px, 4px) rotate(45deg);
      -ms-transform: translate(-8px, 4px) rotate(45deg);
          transform: translate(-8px, 4px) rotate(45deg);
}
@media (max-width: 768px) {
  [type=submit] .back-to-login .burger-btn.active .burger-btn--1,
  .button .burger-btn.active .burger-btn--1 {
    fill: #0E6EB2;
  }
}
[type=submit] .back-to-login .burger-btn.active .burger-btn--2,
.button .burger-btn.active .burger-btn--2 {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
[type=submit] .back-to-login .burger-btn.active .burger-btn--3,
.button .burger-btn.active .burger-btn--3 {
  -webkit-transform: translate(-4px, -1px) rotate(-45deg);
      -ms-transform: translate(-4px, -1px) rotate(-45deg);
          transform: translate(-4px, -1px) rotate(-45deg);
}
@media (max-width: 768px) {
  [type=submit] .back-to-login .burger-btn.active .burger-btn--3,
  .button .burger-btn.active .burger-btn--3 {
    fill: #0E6EB2;
  }
}
[type=submit] .back-to-login--outline,
.button--outline {
  display: inline-block;
  padding: 0 20px;
  color: #005ea8;
  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: #005ea8;
  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: #005ea8;
  -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],
[data-drupal-messages] div[role=alert] {
  /*padding: 20px;
  color: #FFF;
  @include border-radius(4px);*/
}
[data-drupal-messages] div[role=contentinfo] a,
[data-drupal-messages] div[role=alert] a {
  /*color: #FFF;*/
  text-decoration: underline;
}
[data-drupal-messages] div[role=alert] {
  background-color: #CC0000;
}
[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: #0E6EB2;
}

@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;
}