* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
table:focus {
  outline: none;
}

.clear {
  clear: both;
}

html.with-featherlight {
  overflow: unset;
}

.featherlight-content {
  font-size: 0.8rem;
  width: 80%;
  max-width: 800px;
  border-radius: 0.3rem;
}

.featherlight-content h1 {
  width: 100%;
  background-color: #b90000;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.2rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
}

.featherlight-content .description {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.featherlight-content .description p {
  margin-top: 0rem;
}

.featherlight-content .description ul {
  margin-left: 2rem;
}

.featherlight-content .description a {
  color: #b90000;
}

.featherlight-content .description a:hover, .featherlight-content .description a:visited, .featherlight-content .description a :active {
  color: #b90000;
}

.featherlight-content .downloads {
  margin-top: 1rem;
  padding: 0.3rem 1rem 1rem 1rem;
  border: 1px solid lightgray;
  border-radius: 0.3rem;
}

.featherlight-content .downloads a {
  outline: none;
  display: block;
  display: block;
  color: #b90000;
  padding-left: 0.5rem;
}

.featherlight-content .downloads a:hover, .featherlight-content .downloads a:visited, .featherlight-content .downloads a :active {
  color: #b90000;
}

.featherlight-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.featherlight-content .inner div:not(.buttons) {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.featherlight-content .inner div:not(.buttons) h4 {
  padding-bottom: 0.5rem;
}

.featherlight-content .inner div:not(.buttons) input {
  padding: 0.5rem;
  width: 100%;
  border-radius: 0.3rem;
  outline: 0;
  border: 1px solid lightgrey;
}

.featherlight-content .error {
  display: none;
  padding: 1rem;
  border-radius: 0.3rem;
  background-color: #b90000;
  color: #fff;
  margin-bottom: 0.5rem;
}

.featherlight-content .error ul {
  padding-left: 1rem;
}

.featherlight-content .dataprotection {
  padding: 0.5rem;
  font-size: 0.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.featherlight-content .dataprotection a {
  outline: none;
  color: #b90000;
}

.featherlight-content .dataprotection a:hover, .featherlight-content .dataprotection a:visited, .featherlight-content .dataprotection a :active {
  color: #b90000;
}

.featherlight-content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 1rem;
}

.featherlight-content .buttons button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  outline: 0;
  border: 0;
  padding: 0.7rem;
  color: white;
  text-transform: uppercase;
  background-color: #b90000;
  font-size: 1rem;
  border-radius: 0.3rem;
  width: 100%;
  cursor: pointer;
  /*
            &:first-child{
                margin-right: 0.25rem;
            }
            &:last-child{
                margin-left: 0.25rem;
            }
            */
}

.featherlight-content .buttons button:hover {
  background-color: #b90000;
}

.featherlight-content .buttons button a {
  color: white;
}

.featherlight-content .buttons button a:hover, .featherlight-content .buttons button a:visited, .featherlight-content .buttons button a :active {
  color: white;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  height: 100%;
  color: #2b2b2b;
  background-color: #ededed;
}

html p, body p {
  line-height: 1.5rem;
  margin-top: 1rem;
}

html h1, body h1 {
  font-size: 2rem;
  margin: .67rem 0 2rem 0rem;
}

html h2, body h2 {
  font-size: 1.5rem;
  margin: .75rem 0;
  font-weight: normal;
}

html h3, body h3 {
  font-size: 1.17rem;
  margin: .83rem 0;
}

html a, body a {
  text-decoration: none;
}

html .bootstrap-wrapper, body .bootstrap-wrapper {
  padding: 0rem 6rem;
  max-width: 1600px;
  margin: 0 auto;
}

html .bootstrap-wrapper .background-white, body .bootstrap-wrapper .background-white {
  background-color: #fff;
}

html .bootstrap-wrapper .quick-contact, body .bootstrap-wrapper .quick-contact {
  border-bottom: 1px solid #ededed;
}

html .bootstrap-wrapper .quick-contact .times, html .bootstrap-wrapper .quick-contact .phone, html .bootstrap-wrapper .quick-contact .email, body .bootstrap-wrapper .quick-contact .times, body .bootstrap-wrapper .quick-contact .phone, body .bootstrap-wrapper .quick-contact .email {
  color: #818c98;
  text-align: center;
  white-space: nowrap;
}

html .bootstrap-wrapper .quick-contact .times .custom, html .bootstrap-wrapper .quick-contact .phone .custom, html .bootstrap-wrapper .quick-contact .email .custom, body .bootstrap-wrapper .quick-contact .times .custom, body .bootstrap-wrapper .quick-contact .phone .custom, body .bootstrap-wrapper .quick-contact .email .custom {
  padding: 0rem 2rem 1rem 2rem;
}

html .bootstrap-wrapper .quick-contact .times a, html .bootstrap-wrapper .quick-contact .phone a, html .bootstrap-wrapper .quick-contact .email a, body .bootstrap-wrapper .quick-contact .times a, body .bootstrap-wrapper .quick-contact .phone a, body .bootstrap-wrapper .quick-contact .email a {
  color: #b90000;
}

html .bootstrap-wrapper .quick-contact .times a:hover, html .bootstrap-wrapper .quick-contact .times a:visited, html .bootstrap-wrapper .quick-contact .times a:active, html .bootstrap-wrapper .quick-contact .phone a:hover, html .bootstrap-wrapper .quick-contact .phone a:visited, html .bootstrap-wrapper .quick-contact .phone a:active, html .bootstrap-wrapper .quick-contact .email a:hover, html .bootstrap-wrapper .quick-contact .email a:visited, html .bootstrap-wrapper .quick-contact .email a:active, body .bootstrap-wrapper .quick-contact .times a:hover, body .bootstrap-wrapper .quick-contact .times a:visited, body .bootstrap-wrapper .quick-contact .times a:active, body .bootstrap-wrapper .quick-contact .phone a:hover, body .bootstrap-wrapper .quick-contact .phone a:visited, body .bootstrap-wrapper .quick-contact .phone a:active, body .bootstrap-wrapper .quick-contact .email a:hover, body .bootstrap-wrapper .quick-contact .email a:visited, body .bootstrap-wrapper .quick-contact .email a:active {
  color: #b90000;
}

html .bootstrap-wrapper .quick-contact .times a.remove-link-style, html .bootstrap-wrapper .quick-contact .phone a.remove-link-style, html .bootstrap-wrapper .quick-contact .email a.remove-link-style, body .bootstrap-wrapper .quick-contact .times a.remove-link-style, body .bootstrap-wrapper .quick-contact .phone a.remove-link-style, body .bootstrap-wrapper .quick-contact .email a.remove-link-style {
  color: #818c98;
}

html .bootstrap-wrapper .quick-contact div:not(:last-child), body .bootstrap-wrapper .quick-contact div:not(:last-child) {
  border-right: 1px solid #ededed;
}

html .bootstrap-wrapper .logo img, body .bootstrap-wrapper .logo img {
  width: 100%;
  max-width: 14rem;
  margin: 2rem 0rem 1.5rem -0.9rem;
}

html .bootstrap-wrapper .main-menu, body .bootstrap-wrapper .main-menu {
  position: relative;
  z-index: 100;
}

html .bootstrap-wrapper .main-menu .main-menu-box, body .bootstrap-wrapper .main-menu .main-menu-box {
  background-color: #2f2f32;
  padding-left: 1.8rem;
}

html .bootstrap-wrapper .main-menu .fixed-to-top, body .bootstrap-wrapper .main-menu .fixed-to-top {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0rem 6rem;
  width: 100%;
}

html .bootstrap-wrapper .main-menu div.aikonmenu, body .bootstrap-wrapper .main-menu div.aikonmenu {
  position: relative;
  background-color: #2f2f32;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper {
  margin-left: -0.9rem;
  width: 100%;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a {
  background-color: #2f2f32;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  margin: 0.7rem 0rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 1rem;
  border: none;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a:active, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a:active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a:hover, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a:hover {
  color: #fff;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a::after, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a::after {
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li.active > a, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li.active > a {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul {
  height: auto;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #c6c6c6;
  padding: 1rem;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li {
  background-color: #c6c6c6;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li a, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li a {
  background-color: #fff;
  color: #555555;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li a:active, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li a:active {
  color: #b90000;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li a:hover, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li a:hover {
  background-color: #e8e8e8;
  color: #b90000;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li a::after, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li a::after {
  border-color: #555555 transparent transparent transparent;
  margin-bottom: 0.9rem;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li.active > a, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li.active > a {
  color: #b90000;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li ul, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li ul {
  border-radius: 0.3rem;
}

html .bootstrap-wrapper .main-menu div.aikonmenu .menusearch, body .bootstrap-wrapper .main-menu div.aikonmenu .menusearch {
  background-color: #2f2f32;
  padding-left: 0;
}

html .bootstrap-wrapper .main-slider-box, body .bootstrap-wrapper .main-slider-box {
  position: relative;
  z-index: 50;
}

html .bootstrap-wrapper .main-content, body .bootstrap-wrapper .main-content {
  padding: 4rem 0rem 5rem 0rem;
}

html .bootstrap-wrapper .main-content a, body .bootstrap-wrapper .main-content a {
  color: #b90000;
}

html .bootstrap-wrapper .main-content a:hover, html .bootstrap-wrapper .main-content a:visited, body .bootstrap-wrapper .main-content a:hover, body .bootstrap-wrapper .main-content a:visited {
  color: #b90000;
}

html .bootstrap-wrapper .main-content ul, body .bootstrap-wrapper .main-content ul {
  margin-left: 3rem;
}

html .bootstrap-wrapper .main-content .seiten_button, body .bootstrap-wrapper .main-content .seiten_button {
  text-align: center;
}

html .bootstrap-wrapper .main-content .seiten_button a, body .bootstrap-wrapper .main-content .seiten_button a {
  color: white;
  display: block;
  width: 100%;
  padding: 1rem;
  font-weight: 1.5rem;
  text-transform: uppercase;
  background-color: #b90000;
  border-radius: 1rem;
}

html .bootstrap-wrapper .main-content .seiten_button a:hover, html .bootstrap-wrapper .main-content .seiten_button a:visited, body .bootstrap-wrapper .main-content .seiten_button a:hover, body .bootstrap-wrapper .main-content .seiten_button a:visited {
  background-color: #9a0000;
  color: white;
}

html .bootstrap-wrapper .main-content .seiten_button a img, body .bootstrap-wrapper .main-content .seiten_button a img {
  margin: 0 auto;
  max-width: 100px;
}

html .bootstrap-wrapper .main-content .kuratorium, html .bootstrap-wrapper .main-content .vorstand, html .bootstrap-wrapper .main-content .zustifter, html .bootstrap-wrapper .main-content .kontakt, body .bootstrap-wrapper .main-content .kuratorium, body .bootstrap-wrapper .main-content .vorstand, body .bootstrap-wrapper .main-content .zustifter, body .bootstrap-wrapper .main-content .kontakt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

html .bootstrap-wrapper .main-content .kuratorium h2, html .bootstrap-wrapper .main-content .vorstand h2, html .bootstrap-wrapper .main-content .zustifter h2, html .bootstrap-wrapper .main-content .kontakt h2, body .bootstrap-wrapper .main-content .kuratorium h2, body .bootstrap-wrapper .main-content .vorstand h2, body .bootstrap-wrapper .main-content .zustifter h2, body .bootstrap-wrapper .main-content .kontakt h2 {
  text-align: center;
  width: 100%;
  margin-top: 3rem;
}

html .bootstrap-wrapper .main-content .kuratorium .person, html .bootstrap-wrapper .main-content .vorstand .person, html .bootstrap-wrapper .main-content .zustifter .person, html .bootstrap-wrapper .main-content .kontakt .person, body .bootstrap-wrapper .main-content .kuratorium .person, body .bootstrap-wrapper .main-content .vorstand .person, body .bootstrap-wrapper .main-content .zustifter .person, body .bootstrap-wrapper .main-content .kontakt .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 33%;
}

html .bootstrap-wrapper .main-content .kuratorium .person .image, html .bootstrap-wrapper .main-content .vorstand .person .image, html .bootstrap-wrapper .main-content .zustifter .person .image, html .bootstrap-wrapper .main-content .kontakt .person .image, body .bootstrap-wrapper .main-content .kuratorium .person .image, body .bootstrap-wrapper .main-content .vorstand .person .image, body .bootstrap-wrapper .main-content .zustifter .person .image, body .bootstrap-wrapper .main-content .kontakt .person .image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

html .bootstrap-wrapper .main-content .kuratorium .person .image img, html .bootstrap-wrapper .main-content .vorstand .person .image img, html .bootstrap-wrapper .main-content .zustifter .person .image img, html .bootstrap-wrapper .main-content .kontakt .person .image img, body .bootstrap-wrapper .main-content .kuratorium .person .image img, body .bootstrap-wrapper .main-content .vorstand .person .image img, body .bootstrap-wrapper .main-content .zustifter .person .image img, body .bootstrap-wrapper .main-content .kontakt .person .image img {
  max-width: 6rem;
  border: 2px solid #b90000;
  border-radius: 1rem;
}

html .bootstrap-wrapper .main-content .kuratorium .person .name, html .bootstrap-wrapper .main-content .vorstand .person .name, html .bootstrap-wrapper .main-content .zustifter .person .name, html .bootstrap-wrapper .main-content .kontakt .person .name, body .bootstrap-wrapper .main-content .kuratorium .person .name, body .bootstrap-wrapper .main-content .vorstand .person .name, body .bootstrap-wrapper .main-content .zustifter .person .name, body .bootstrap-wrapper .main-content .kontakt .person .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  text-align: center;
}

html .bootstrap-wrapper .main-content .zustifter, html .bootstrap-wrapper .main-content .kontakt, body .bootstrap-wrapper .main-content .zustifter, body .bootstrap-wrapper .main-content .kontakt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

html .bootstrap-wrapper .main-content .zustifter .person, html .bootstrap-wrapper .main-content .kontakt .person, body .bootstrap-wrapper .main-content .zustifter .person, body .bootstrap-wrapper .main-content .kontakt .person {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 2rem 0rem 2rem 0rem;
  width: 100%;
}

html .bootstrap-wrapper .main-content .zustifter .person .image img, html .bootstrap-wrapper .main-content .kontakt .person .image img, body .bootstrap-wrapper .main-content .zustifter .person .image img, body .bootstrap-wrapper .main-content .kontakt .person .image img {
  max-width: 4rem;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

html .bootstrap-wrapper .main-content .zustifter .person .name, html .bootstrap-wrapper .main-content .kontakt .person .name, body .bootstrap-wrapper .main-content .zustifter .person .name, body .bootstrap-wrapper .main-content .kontakt .person .name {
  text-align: left;
}

html .bootstrap-wrapper .main-content .kontakt .person, body .bootstrap-wrapper .main-content .kontakt .person {
  padding: 2rem 0rem 2rem 0rem;
}

html .bootstrap-wrapper .main-content .kontakt .person .image img, body .bootstrap-wrapper .main-content .kontakt .person .image img {
  max-width: 8rem;
  -webkit-filter: inherit;
          filter: inherit;
}

html .bootstrap-wrapper .main-content .kontakt .person .name, body .bootstrap-wrapper .main-content .kontakt .person .name {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}

html .bootstrap-wrapper .main-content .standort_container, body .bootstrap-wrapper .main-content .standort_container {
  display: block;
  width: 100%;
}

html .bootstrap-wrapper .main-content .standort_container h3, body .bootstrap-wrapper .main-content .standort_container h3 {
  text-transform: uppercase;
  color: #b90000;
}

html .bootstrap-wrapper .main-content .standort_container .standort, body .bootstrap-wrapper .main-content .standort_container .standort {
  position: relative;
  padding-bottom: 2rem;
  padding-right: 4rem;
  float: left;
}

html .bootstrap-wrapper .main-content #trainings, body .bootstrap-wrapper .main-content #trainings {
  font-size: 0.8rem;
  overflow: hidden;
}

html .bootstrap-wrapper .main-content #trainings table, body .bootstrap-wrapper .main-content #trainings table {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9rem !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  outline: 0;
  border: none;
  border-radius: 0.3rem;
}

html .bootstrap-wrapper .main-content #trainings table thead tr th, body .bootstrap-wrapper .main-content #trainings table thead tr th {
  font-size: 0.8rem;
  border: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  color: white;
  text-transform: uppercase;
  background-color: #b90000;
  white-space: nowrap;
  outline: none;
}

html .bootstrap-wrapper .main-content #trainings table tbody tr td, body .bootstrap-wrapper .main-content #trainings table tbody tr td {
  border: none;
  padding: 0.5rem;
}

html .bootstrap-wrapper .main-content #trainings table tbody tr td:not(:last-child), body .bootstrap-wrapper .main-content #trainings table tbody tr td:not(:last-child) {
  padding: 0.9rem 0.5rem;
}

html .bootstrap-wrapper .main-content #trainings table tbody tr td:not(:nth-child(3)), body .bootstrap-wrapper .main-content #trainings table tbody tr td:not(:nth-child(3)) {
  white-space: nowrap;
}

html .bootstrap-wrapper .main-content #trainings table tbody tr button, body .bootstrap-wrapper .main-content #trainings table tbody tr button {
  outline: 0;
  border: 0;
  padding: 0.5rem;
  color: white;
  text-transform: uppercase;
  background-color: #b90000;
  font-size: 0.7rem;
  border-radius: 0.3rem;
  cursor: pointer;
}

html .bootstrap-wrapper .main-content #trainings table tbody tr button :hover, body .bootstrap-wrapper .main-content #trainings table tbody tr button :hover {
  background-color: #b90000;
}

html .bootstrap-wrapper .main-content #trainings table tbody :nth-child(even) td, body .bootstrap-wrapper .main-content #trainings table tbody :nth-child(even) td {
  background: #e1e1e1;
}

html .bootstrap-wrapper .main-content #training, html .bootstrap-wrapper .main-content #register, html .bootstrap-wrapper .main-content #success, html .bootstrap-wrapper .main-content #error, body .bootstrap-wrapper .main-content #training, body .bootstrap-wrapper .main-content #register, body .bootstrap-wrapper .main-content #success, body .bootstrap-wrapper .main-content #error {
  display: none;
  width: 100%;
}

html .bootstrap-wrapper .footer, body .bootstrap-wrapper .footer {
  background-color: #b90000;
  color: #fff;
  padding: 2rem 0rem 4rem 0rem;
}

html .bootstrap-wrapper .footer a, body .bootstrap-wrapper .footer a {
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  text-decoration: underline;
}

html .bootstrap-wrapper .footer a:visited, body .bootstrap-wrapper .footer a:visited {
  color: rgba(255, 255, 255, 0.8);
}

html .bootstrap-wrapper .footer a:hover, html .bootstrap-wrapper .footer a:active, body .bootstrap-wrapper .footer a:hover, body .bootstrap-wrapper .footer a:active {
  color: rgba(255, 255, 255, 0.8);
}

html .bootstrap-wrapper .footer h3, body .bootstrap-wrapper .footer h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  white-space: nowrap;
  margin-top: 2rem;
  font-weight: 0.9rem;
}

html .bootstrap-wrapper .footer .kontakt, body .bootstrap-wrapper .footer .kontakt {
  font-weight: 200;
  padding-bottom: 2rem;
}

html .bootstrap-wrapper .footer .border-left, body .bootstrap-wrapper .footer .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

html .bootstrap-wrapper .footer ul, body .bootstrap-wrapper .footer ul {
  list-style-type: none;
  margin-left: 0;
}

html .bootstrap-wrapper .footer ul li a, body .bootstrap-wrapper .footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.5rem 1rem;
  margin: 0.2rem 0rem;
  text-decoration: none;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
}

html .bootstrap-wrapper .footer ul li a:visited, body .bootstrap-wrapper .footer ul li a:visited {
  color: rgba(255, 255, 255, 0.8);
}

html .bootstrap-wrapper .footer ul li a:hover, body .bootstrap-wrapper .footer ul li a:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

html .bootstrap-wrapper .footer ul li.active > a, body .bootstrap-wrapper .footer ul li.active > a {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

html .bootstrap-wrapper .footer .copyright, body .bootstrap-wrapper .footer .copyright {
  padding: 3rem 0rem 0rem 0rem;
  text-align: center;
  font-size: 0.8rem;
}

html .bootstrap-wrapper .footer .copyright img, body .bootstrap-wrapper .footer .copyright img {
  max-width: 5rem;
  padding-bottom: 1rem;
}

html .bootstrap-wrapper .footer #back_to_top a.cd-top:link, html .bootstrap-wrapper .footer #back_to_top a.cd-top:visited, html .bootstrap-wrapper .footer #back_to_top a.cd-top:hover, html .bootstrap-wrapper .footer #back_to_top a.cd-top:focus, body .bootstrap-wrapper .footer #back_to_top a.cd-top:link, body .bootstrap-wrapper .footer #back_to_top a.cd-top:visited, body .bootstrap-wrapper .footer #back_to_top a.cd-top:hover, body .bootstrap-wrapper .footer #back_to_top a.cd-top:focus {
  background-position: 50% 50%;
  border-radius: 0.3rem;
}

@media (max-width: 1400px) {
  html .bootstrap-wrapper .logo, body .bootstrap-wrapper .logo {
    text-align: center;
  }
  html .bootstrap-wrapper .logo img, body .bootstrap-wrapper .logo img {
    margin-left: 0rem;
  }
  html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper {
    margin-left: 0rem;
  }
}

@media (max-width: 1200px) {
  html .bootstrap-wrapper .main-slider-box .n2-ss-layer, body .bootstrap-wrapper .main-slider-box .n2-ss-layer {
    max-width: 100% !important;
  }
}

@media (max-width: 979px) {
  html .bootstrap-wrapper .main-menu div.aikonmenu, body .bootstrap-wrapper .main-menu div.aikonmenu {
    position: fixed;
  }
  html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul {
    overflow: hidden;
    background-color: #2f2f32;
  }
  html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li a {
    border-radius: 0px;
  }
  html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul {
    border-radius: 0px;
  }
  html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li ul, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper ul li ul li ul {
    border-radius: 0px;
  }
  html .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper .menusearch, body .bootstrap-wrapper .main-menu div.aikonmenu .menuwrapper .menusearch {
    padding-left: 1rem;
  }
  html .bootstrap-wrapper .main-content .kuratorium .person, html .bootstrap-wrapper .main-content .vorstand .person, body .bootstrap-wrapper .main-content .kuratorium .person, body .bootstrap-wrapper .main-content .vorstand .person {
    width: 49%;
  }
  html .bootstrap-wrapper .main-content .kontakt .person .name, body .bootstrap-wrapper .main-content .kontakt .person .name {
    width: 100%;
    padding: 1rem 0rem;
  }
  body {
    margin-top: 60px;
  }
}

@media (max-width: 992px) {
  .featherlight-content .inner div:not(.buttons) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  html .bootstrap-wrapper, body .bootstrap-wrapper {
    padding: 0rem;
  }
}

@media (max-width: 640px) {
  html .bootstrap-wrapper .main-content .kuratorium .person, html .bootstrap-wrapper .main-content .vorstand .person, body .bootstrap-wrapper .main-content .kuratorium .person, body .bootstrap-wrapper .main-content .vorstand .person {
    width: 100%;
  }
  html .bootstrap-wrapper .footer .border-left, body .bootstrap-wrapper .footer .border-left {
    border-left: none;
  }
}

.blog > div{margin-bottom:2rem;}
/*# sourceMappingURL=template.css.map */