@charset "UTF-8";
.responsive-table-wrapper {
  padding: 0 40px 0 0;
}
.responsive-table-wrapper.wider {
  position: relative;
  overflow: scroll;
}
.responsive-table-wrapper.wider:before {
  content: "Nach rechts scrollen, um mehr zu sehen.";
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  color: grey;
  position: sticky;
  left: 0;
}
.responsive-table-wrapper > table[class*=mktt_]:not([class*=links]) {
  margin-bottom: 30px;
}
.responsive-table-wrapper > table[class*=mktt_] th:not(:has(a)), .responsive-table-wrapper > table[class*=mktt_] td:not(:has(a)) {
  padding: 10px;
}
.responsive-table-wrapper > table[class*=mktt_] th a, .responsive-table-wrapper > table[class*=mktt_] td a {
  padding: 10px;
  display: inline-block;
}
.responsive-table-wrapper > table[class*=mktt_] th a:hover, .responsive-table-wrapper > table[class*=mktt_] td a:hover {
  background-color: var(--color-primary);
  color: white;
}

html {
  --color-primary: #139c2d;
}

h1 {
  scroll-margin-top: 40px;
}

div#mktt_Main {
  overflow-x: hidden;
  min-height: 150vh;
}

div#mktt_Header {
  margin-bottom: 20px;
  border-bottom: 0 !important;
  font-size: 26px;
  line-height: 1.3em;
}

div#mktt_Navigation ul li a {
  padding: 18px 0;
}
div#mktt_Navigation span.mktt_nav_group {
  padding-top: 24px;
  font-size: 16px;
  background-color: transparent !important;
  color: #999;
  border-bottom: none !important;
  border-top: 1px solid #b9b9b9;
}

#mktt_Content {
  padding-bottom: 80px;
}

div[id*=mktt] img[src*=logo] {
  margin-top: 40px;
  max-width: min(85%, 220px);
}

/* Überschrift: "Links" */
#mktt_Content > .mktt_gruppen_links {
  display: none;
}

/* Gruppen-Links Tabellen */
table.mktt_gruppen_links {
  border-collapse: separate;
  border-spacing: 6px;
}

table.mktt_gruppen_links td {
  border: 1px solid var(--color-primary);
  font-size: 14px;
  width: unset !important;
}

table.mktt_gruppen_links:first-child {
  margin-bottom: 30px;
}

/* currentGroup */
table.mktt_gruppen_links td.current-group {
  background-color: var(--color-primary);
  color: white;
}

table.mktt_gruppen_links td.current-group a {
  pointer-events: none;
  cursor: text;
}

#mktt_Footer {
  padding-top: 10px;
  margin: 120px 40px 0 0;
  font-size: 14px;
  line-height: 1.5em;
}

@media all and (min-width: 940px) {
  div#mktt_Content {
    padding: 0 30px;
  }
}
@media all and (max-width: 939px) {
  div#mktt_Hamburger {
    overflow: hidden;
    margin-bottom: 20px;
    background: transparent;
    position: absolute;
    right: 20px !important;
    bottom: -10px important;
    float: none;
    width: auto;
    border: none !important;
    z-index: 9999999;
    overflow: unset !important;
  }
  div#mktt_Hamburger label {
    padding: 0.1em 0.35em 0.35em 0.35em;
    background: var(--color-primary);
    color: white;
    font-weight: 400;
    border-radius: 50%;
    font-size: 40px;
    border: none !important;
    line-height: 30px;
  }
  body.menu-open div#mktt_Hamburger label {
    padding: 0.25em 0.5em 0.35em 0.5em;
    font-size: 34px;
  }
  #mktt_Navigation {
    position: absolute;
    right: -200%;
    top: 150px;
    margin-top: 50px;
    transition: right 1s;
    display: block;
    width: 100vw;
    left: unset !important;
    z-index: 99999999999;
    border: none !important;
    min-height: 100%;
    margin-right: 10px;
  }
  body.menu-open #mktt_Navigation {
    right: 0;
    left: unset !important;
  }
  .mktt_gruppen_ueberschrift-wrapper {
    width: 70%;
  }
  .mktt_gruppen_ueberschrift-wrapper:first-child {
    margin-bottom: 30px;
  }
  .mktt_gruppen_ueberschrift-wrapper:not(:first-child) {
    margin-bottom: -30px;
  }
  .mktt_gruppen_ueberschrift-wrapper a {
    font-size: 24px;
  }
}
div#mktt_Navigation_up {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

div#mktt_Navigation_up table tr td {
  border: none !important;
  width: unset !important;
}

div#mktt_Navigation_up table tr:first-child td a {
  margin: 0 15px 25px 0;
}

div#mktt_Navigation_up table tr:nth-child(2) td a,
div#mktt_Navigation_up table tr:nth-child(3) td a {
  margin: 0 5px 5px 0;
}
@media all and (max-width: 949px) {
  div#mktt_Navigation_up table tr:nth-child(2) td a,
  div#mktt_Navigation_up table tr:nth-child(3) td a {
    min-width: 100px;
  }
}

div#mktt_Navigation_up table tr td a {
  padding: 10px 10px;
  border: 1px solid var(--color-primary) !important;
  line-height: 1.2em;
}/*# sourceMappingURL=global.css.map */